Home
last modified time | relevance | path

Searched refs:auxiliary (Results 1 – 25 of 103) sorted by relevance

12345

/linux/Documentation/driver-api/
A Dauxiliary_bus.rst29 callbacks. Devices on the auxiliary bus do not share any structures and the use
33 of auxiliary devices, it is not the mechanism for exporting common
35 infrastructure from the parent module to the auxiliary module(s).
41 The auxiliary bus is to be used when a driver and one or more kernel modules,
61 devices. A PCI sub function auxiliary device is likely to be contained in a
67 A key requirement for utilizing the auxiliary bus is that there is no
116 auxiliary_device and register it on the auxiliary bus. It is important to note
135 auxiliary_device is still registered on the auxiliary bus. It is up to the
139 The registering driver must unregister all auxiliary devices before its own
164 auxiliary_driver_register(). The id_table contains the match_names of auxiliary
/linux/Documentation/devicetree/bindings/clock/
A Dbrcm,bcm2835-aux-clock.txt1 Broadcom BCM2835 auxiliary peripheral support
6 The auxiliary peripherals (UART, SPI1, and SPI2) have a small register
/linux/drivers/ata/
A Dlibata-sata.c174 fis[16] = tf->auxiliary & 0xff; in ata_tf_to_fis()
175 fis[17] = (tf->auxiliary >> 8) & 0xff; in ata_tf_to_fis()
176 fis[18] = (tf->auxiliary >> 16) & 0xff; in ata_tf_to_fis()
177 fis[19] = (tf->auxiliary >> 24) & 0xff; in ata_tf_to_fis()
1426 tf->auxiliary = buf[14] << 16 | buf[15] << 8 | buf[16]; in ata_eh_read_log_10h()
1490 ((qc->result_tf.command & ATA_SENSE) || qc->result_tf.auxiliary)) { in ata_eh_analyze_ncq_error()
1493 sense_key = (qc->result_tf.auxiliary >> 16) & 0xff; in ata_eh_analyze_ncq_error()
1494 asc = (qc->result_tf.auxiliary >> 8) & 0xff; in ata_eh_analyze_ncq_error()
1495 ascq = qc->result_tf.auxiliary & 0xff; in ata_eh_analyze_ncq_error()
/linux/Documentation/watchdog/
A Dmlx-wdt.rst40 Mellanox system can have 2 watchdogs: main and auxiliary.
41 Main and auxiliary watchdog devices can be enabled together
46 Actions without reset are provided for auxiliary watchdog device,
/linux/Documentation/x86/
A Delf_auxvec.rst7 This document describes the semantics of the x86 auxiliary vectors.
40 The exposed auxiliary vectors
/linux/Documentation/networking/devlink/
A Ddevlink-params.rst103 auxiliary device of the devlink device.
107 auxiliary device of the devlink device.
111 specific auxiliary device of the devlink device.
/linux/drivers/base/
A D.auxiliary.o.cmd1auxiliary.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bi…
3 source_drivers/base/auxiliary.o := drivers/base/auxiliary.c
5 deps_drivers/base/auxiliary.o := \
951 drivers/base/auxiliary.o: $(deps_drivers/base/auxiliary.o)
953 $(deps_drivers/base/auxiliary.o):
A DMakefile10 obj-$(CONFIG_AUXILIARY_BUS) += auxiliary.o
A Dbuilt-in.a23 auxiliary.o/
A D.built-in.a.cmd1 …/property.o drivers/base/cacheinfo.o drivers/base/swnode.o drivers/base/auxiliary.o drivers/base/d…
/linux/arch/arm/boot/dts/
A Dbcm2711-rpi-400.dts10 /* 8250 auxiliary UART instead of pl011 */
/linux/arch/arm/mm/
A Dproc-xsc3.S420 mrc p15, 0, r8, c1, c0, 1 @ auxiliary control reg
440 mcr p15, 0, r8, c1, c0, 1 @ auxiliary control reg
460 mrc p15, 0, r0, c1, c0, 1 @ get auxiliary control reg
463 mcr p15, 0, r0, c1, c0, 1 @ set auxiliary control reg
/linux/drivers/s390/block/
A Ddasd_fba.h37 __u8 auxiliary; member
/linux/security/safesetid/
A DKconfig11 the given UIDs/GIDs from obtaining auxiliary privileges associated
/linux/Documentation/devicetree/bindings/spi/
A Dbrcm,bcm2835-spi.txt5 auxiliary block. This binding applies to the SPI0 controller.
A Dbrcm,bcm2835-aux-spi.txt5 auxiliary block. This binding applies to the SPI1/2 controller.
/linux/Documentation/devicetree/bindings/sound/
A Dnokia,rx51.txt7 auxiliary TLV320AIC3X node (in this order)
/linux/Documentation/networking/device_drivers/ethernet/mellanox/
A Dmlx5.rst306 | (mlx5_core) | | auxiliary dev | | (mlx5_core) |
414 it and instantiate the devlink instance and class specific auxiliary devices
417 - Show the auxiliary device and port of the subfunction::
420 devlink dev show auxiliary/mlx5_core.sf.4
422 $ devlink port show auxiliary/mlx5_core.sf.4/1
423 auxiliary/mlx5_core.sf.4/1: type eth netdev p0sf88 flavour virtual port 0 splittable false
432 - Subfunction auxiliary device and class device hierarchy::
435 (subfunction auxiliary device)
449 auxiliary device of the subfunction. This results in changing the operational
/linux/Documentation/filesystems/caching/
A Dnetfs-api.rst100 Each index entry consists of a key of indeterminate length plus some auxiliary
176 (4) A function to check the auxiliary data [optional].
179 this object is valid. For instance with AFS it could check the auxiliary
200 This function can also be used to extract data from the auxiliary data in
312 An optional blob of auxiliary data that is to be stored within the cache can be
691 To find out whether auxiliary data for an object is up to data within the
697 This will call back to the netfs to check whether the auxiliary data associated
708 This function will update the cookie's auxiliary data buffer from aux_data if
761 In both cases, the cookie's auxiliary data buffer is updated from aux_data if
819 The cookie's auxiliary data will be updated from aux_data if that is non-NULL
[all …]
/linux/Documentation/devicetree/bindings/iio/frequency/
A Dadi,adf4350.yaml129 description: Enables auxiliary RF output.
134 Selects fundamental VCO output on the auxiliary RF output.
/linux/Documentation/devicetree/bindings/iio/accel/
A Dkionix,kxsd9.yaml14 12 bit auxiliary ADC channel. Interface is either SPI or I2C.
/linux/Documentation/devicetree/bindings/arm/msm/
A Dqcom,kpss-gcc.txt34 an L2 cache auxiliary clock.
/linux/Documentation/admin-guide/device-mapper/
A Dstatistics.rst99 An optional parameter. A word that provides auxiliary data
191 Store auxiliary data aux_data for the specified region.
210 Set the auxiliary data string to "foo bar baz" (the escape for each
/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/
A Ddriver.c85 MODULE_DEVICE_TABLE(auxiliary, mlx5_sf_dev_id_table);
/linux/Documentation/devicetree/bindings/remoteproc/
A Dingenic,vpu.yaml12 This document describes the devicetree bindings for this auxiliary

Completed in 23 milliseconds

12345