Home
last modified time | relevance | path

Searched full:auxiliary (Results 1 – 25 of 538) sorted by relevance

12345678910>>...22

/linux-6.12.1/Documentation/driver-api/
Dauxiliary_bus.rst6 Auxiliary Bus
9 .. kernel-doc:: drivers/base/auxiliary.c
12 When Should the Auxiliary Bus Be Used
15 .. kernel-doc:: drivers/base/auxiliary.c
19 Auxiliary Device Creation
25 .. kernel-doc:: drivers/base/auxiliary.c
29 Auxiliary Device Memory Model and Lifespan
36 Auxiliary Drivers
42 .. kernel-doc:: drivers/base/auxiliary.c
48 .. kernel-doc:: drivers/base/auxiliary.c
/linux-6.12.1/include/linux/
Dauxiliary_bus.h18 * auxiliary_device and registers it on the auxiliary bus. It is important to
40 * long as the auxiliary_device is still registered on the auxiliary bus. It
44 * The registering driver must unregister all auxiliary devices before its own
47 * device which unregisters the auxiliary device object(s).
49 * Finally, any operations which operate on the auxiliary devices must continue
51 * unregisters the auxiliary device.
55 * struct auxiliary_device - auxiliary device object.
59 * @name: Match name found by the auxiliary device driver,
70 * the bus subsystem. For example, a driver registering an auxiliary device is
80 * The 'name' field is to be given a name that is recognized by the auxiliary
[all …]
Dmei_aux.h11 * struct mei_aux_device - mei auxiliary device
12 * @aux_dev: - auxiliary device object
13 * @irq: interrupt driving the mei auxiliary device
14 * @bar: mmio resource bar reserved to mei auxiliary device
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/
Dxlnx,zynqmp-ams.yaml52 |22 |PL Auxiliary voltage measurement, VCCAUX. |Voltage
58 |28 |PS Auxiliary voltage measurement (supply6). |Voltage
65 |35 |Auxiliary ch 0 voltage measurement (VAux0). |Voltage
66 |36 |Auxiliary ch 1 voltage measurement (VAux1). |Voltage
67 |37 |Auxiliary ch 2 voltage measurement (VAux2). |Voltage
68 |38 |Auxiliary ch 3 voltage measurement (VAux3). |Voltage
69 |39 |Auxiliary ch 4 voltage measurement (VAux4). |Voltage
70 |40 |Auxiliary ch 5 voltage measurement (VAux5). |Voltage
71 |41 |Auxiliary ch 6 voltage measurement (VAux6). |Voltage
72 |42 |Auxiliary ch 7 voltage measurement (VAux7). |Voltage
[all …]
/linux-6.12.1/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_ptp.h26 #define PTP_ACR 0x40 /* Auxiliary Control Reg */
27 #define PTP_ATNR 0x48 /* Auxiliary Timestamp - Nanoseconds Reg */
28 #define PTP_ATSR 0x4c /* Auxiliary Timestamp - Seconds Reg */
76 /* Auxiliary Control defines */
77 #define PTP_ACR_ATSFC BIT(0) /* Auxiliary Snapshot FIFO Clear */
78 #define PTP_ACR_ATSEN0 BIT(4) /* Auxiliary Snapshot 0 Enable */
79 #define PTP_ACR_ATSEN1 BIT(5) /* Auxiliary Snapshot 1 Enable */
80 #define PTP_ACR_ATSEN2 BIT(6) /* Auxiliary Snapshot 2 Enable */
81 #define PTP_ACR_ATSEN3 BIT(7) /* Auxiliary Snapshot 3 Enable */
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
Dswitchdev.rst49 device, and by default all the SF auxiliary devices are disabled.
60 - Enable ETH auxiliary device::
62 $ devlink dev param set auxiliary/mlx5_core.sf.1 name enable_eth value true cmode driverinit
66 $ devlink dev reload auxiliary/mlx5_core.sf.1
68 mlx5 supports ETH,rdma and vdpa (vnet) auxiliary devices devlink params (see :ref:`Documentation/ne…
122 | (mlx5_core) | | auxiliary dev | | (mlx5_core) |
237 it and instantiate the devlink instance and class specific auxiliary devices
240 - Show the auxiliary device and port of the subfunction::
243 devlink dev show auxiliary/mlx5_core.sf.4
245 $ devlink port show auxiliary/mlx5_core.sf.4/1
[all …]
/linux-6.12.1/drivers/base/
Dauxiliary.c43 * .ops callbacks. Devices on the auxiliary bus do not share any structures and
47 * class of auxiliary devices, it is not the mechanism for exporting common
49 * infrastructure from the parent module to the auxiliary module(s).
55 * The auxiliary bus is to be used when a driver and one or more kernel
75 * devices. A PCI sub function auxiliary device is likely to be contained in a
81 * A key requirement for utilizing the auxiliary bus is that there is no
92 * Auxiliary devices are created and registered by a subsystem-level core
248 .name = "auxiliary",
259 * @auxdev: auxiliary device struct
296 * __auxiliary_device_add - add an auxiliary bus device
[all …]
Dauxiliary_sysfs.c44 * @auxdev: auxiliary bus device to add the sysfs entry.
47 * This function should be called after auxiliary device have successfully
49 * The driver is responsible to add a unique irq for the auxiliary device. The
51 * unique irqs of the auxiliary devices. The driver must not invoke this API
94 * @auxdev: auxiliary bus device to add the sysfs entry.
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-driver-intel_sdsi1 What: /sys/bus/auxiliary/devices/intel_vsec.sdsi.X
30 What: /sys/bus/auxiliary/devices/intel_vsec.sdsi.X/guid
40 What: /sys/bus/auxiliary/devices/intel_vsec.sdsi.X/registers
51 What: /sys/bus/auxiliary/devices/intel_vsec.sdsi.X/provision_akc
60 What: /sys/bus/auxiliary/devices/intel_vsec.sdsi.X/provision_cap
72 What: /sys/bus/auxiliary/devices/intel_vsec.sdsi.X/meter_certificate
82 What: /sys/bus/auxiliary/devices/intel_vsec.sdsi.X/state_certificate
/linux-6.12.1/include/linux/net/intel/
Diidc.h82 /* Structure representing auxiliary driver tailored information about the core
83 * PCI dev, each auxiliary driver using the IIDC interface will have an
92 /* structure representing the auxiliary driver. This struct is to be
93 * allocated and populated by the auxiliary driver's owner. The core PCI
101 * return until the auxiliary driver is ready for the MTU change to
/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_sf_eth.c87 * @adev: pointer to the auxiliary device
172 * @adev: pointer to the auxiliary device
203 MODULE_DEVICE_TABLE(auxiliary, ice_sf_dev_id_table);
215 * ice_sf_driver_register - Register new auxiliary subfunction driver
225 * ice_sf_driver_unregister - Unregister new auxiliary subfunction driver
234 * ice_sf_dev_release - Release device associated with auxiliary device
255 * resources associated and initialize the auxiliary device.
320 * Deactivate the Ethernet subfunction, removing its auxiliary device and the
/linux-6.12.1/Documentation/arch/x86/
Delf_auxvec.rst4 x86-specific ELF Auxiliary Vectors
7 This document describes the semantics of the x86 auxiliary vectors.
12 ELF Auxiliary vectors enable the kernel to efficiently provide
40 The exposed auxiliary vectors
/linux-6.12.1/drivers/net/ethernet/xscale/
Dixp46x_ts.h38 u32 asms_lo; /* 0x30 Auxiliary Slave Mode Snapshot Low */
39 u32 asms_hi; /* 0x34 Auxiliary Slave Mode Snapshot High */
40 u32 amms_lo; /* 0x38 Auxiliary Master Mode Snapshot Low */
41 u32 amms_hi; /* 0x3C Auxiliary Master Mode Snapshot High */
/linux-6.12.1/tools/perf/util/
Ds390-cpumsf.c8 * Auxiliary traces are collected during 'perf record' using rbd000 event.
37 * auxiliary trace data processing. See s390_cpumsf_process_auxtrace_info()
39 * Auxiliary trace data is collected per CPU. To merge the data into the report
72 * Each sampling-data entry in the auxiliary trace data generates a perf sample.
79 * auxiliary traces entries until the time stamp of this record is reached
120 * | time stamps from the auxiliary trace buffers. This enables
121 * | synchronization between auxiliary trace data and the events on the
138 * the data in the auxiliary trace buffers.
430 /* Dump an auxiliary buffer. These buffers are multiple of
541 pr_err("s390 Auxiliary Trace: failed to deliver event\n"); in s390_cpumsf_make_event()
[all …]
/linux-6.12.1/drivers/net/ethernet/intel/igc/
Digc_defines.h428 #define IGC_TSICR_AUTT0 BIT(5) /* Auxiliary Timestamp 0 Taken. */
429 #define IGC_TSICR_AUTT1 BIT(6) /* Auxiliary Timestamp 1 Taken. */
481 #define IGC_AUX_IO_TIMER_SEL_SYSTIM0 (0u << 30) /* Select SYSTIM0 for auxiliary time stamp */
482 #define IGC_AUX_IO_TIMER_SEL_SYSTIM1 (1u << 30) /* Select SYSTIM1 for auxiliary time stamp */
483 #define IGC_AUX_IO_TIMER_SEL_SYSTIM2 (2u << 30) /* Select SYSTIM2 for auxiliary time stamp */
484 #define IGC_AUX_IO_TIMER_SEL_SYSTIM3 (3u << 30) /* Select SYSTIM3 for auxiliary time stamp */
498 #define IGC_TSAUXC_AUTT0 BIT(9) /* Auxiliary Timestamp Taken. */
500 #define IGC_TSAUXC_AUTT1 BIT(11) /* Auxiliary Timestamp Taken. */
509 #define IGC_AUX0_SEL_SDP0 (0u << 0) /* Assign SDP0 to auxiliary time stamp 0. */
510 #define IGC_AUX0_SEL_SDP1 (1u << 0) /* Assign SDP1 to auxiliary time stamp 0. */
[all …]
/linux-6.12.1/arch/arc/include/asm/
Dcache.h70 /* Instruction cache related Auxiliary registers */
83 /* Data cache related Auxiliary registers */
102 /*System-level cache (L2 cache) related Auxiliary registers */
120 /* IO coherency related Auxiliary registers */
/linux-6.12.1/Documentation/devicetree/bindings/spi/
Dbrcm,bcm2835-aux-spi.txt1 Broadcom BCM2835 auxiliary SPI1/2 controller
5 auxiliary block. This binding applies to the SPI1/2 controller.
12 point to the auxiliary clock driver of the bcm2835,
/linux-6.12.1/drivers/rtc/
Drtc-sc27xx.c114 * alarm and auxiliary alarm. The time group registers are used to set RTC time,
115 * the normal alarm registers are used to set normal alarm, and the auxiliary
116 * alarm registers are used to set auxiliary alarm. Both alarm event and
117 * auxiliary alarm event can wake up system from deep sleep, but only alarm
308 /* clear the auxiliary alarm interrupt status */ in sprd_rtc_set_aux_alarm()
423 * We have 2 groups alarms: normal alarm and auxiliary alarm. Since in sprd_rtc_set_alarm()
424 * both normal alarm event and auxiliary alarm event can wake up system in sprd_rtc_set_alarm()
427 * updating auxiliary alarm registers. Thus we usually set auxiliary in sprd_rtc_set_alarm()
432 * should set normal alarm, if not, we should set auxiliary alarm which in sprd_rtc_set_alarm()
/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Dstericsson,ab8500.yaml340 description: The voltage for the auxiliary LDO regulator 1
346 description: The voltage for the auxiliary LDO regulator 2
352 description: The voltage for the auxiliary LDO regulator 3
358 description: The voltage for the auxiliary LDO regulator 4
365 description: The voltage for the auxiliary LDO regulator 5
372 description: The voltage for the auxiliary LDO regulator 6
381 description: The voltage for the auxiliary LDO regulator 8
/linux-6.12.1/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_i2c.c38 /* no i2c auxiliary bus on the chip */ in inv_mpu_i2c_aux_bus()
60 * MPU9xxx magnetometer support requires to disable i2c auxiliary bus. in inv_mpu_i2c_aux_setup()
62 * i2c auxiliary bus if it used. in inv_mpu_i2c_aux_setup()
81 /* enable i2c bypass when using i2c auxiliary bus */ in inv_mpu_i2c_aux_setup()
138 /* declare i2c auxiliary bus */ in inv_mpu_probe()
/linux-6.12.1/fs/bcachefs/
Dbset.h47 * We implement code here for creating and maintaining auxiliary search trees
60 * AUXILIARY SEARCH TREES:
88 * Nodes in the auxiliary search tree must contain both a key to compare against
111 * key our auxiliary search tree node corresponds to, and key p, the key
112 * immediately preceding n. The lowest bit we need to store in the auxiliary
116 * comparison. But we'd really like our nodes in the auxiliary search tree to be
127 * The keys in the auxiliary search tree are stored in (software) floating
134 * We need one node per 128 bytes in the btree node, which means the auxiliary
137 * Constructing these auxiliary search trees is moderately expensive, and we
142 * within each byte range works the same as with the auxiliary search trees.
/linux-6.12.1/Documentation/watchdog/
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-6.12.1/Documentation/devicetree/bindings/pci/
Dqcom,pcie.yaml277 - const: aux # Auxiliary (AUX) clock
297 - const: aux # Auxiliary (AUX) clock
332 - const: aux # Auxiliary (AUX) clock
356 - const: aux # Auxiliary clock
417 - const: aux # Auxiliary clock
448 - const: aux # Auxiliary clock
462 - const: aux # Auxiliary clock
489 - const: aux # Auxiliary clock
/linux-6.12.1/drivers/md/bcache/
Dbset.h47 * We implement code here for creating and maintaining auxiliary search trees
60 * AUXILIARY SEARCH TREES:
88 * Nodes in the auxiliary search tree must contain both a key to compare against
111 * key our auxiliary search tree node corresponds to, and key p, the key
112 * immediately preceding n. The lowest bit we need to store in the auxiliary
116 * comparison. But we'd really like our nodes in the auxiliary search tree to be
127 * The keys in the auxiliary search tree are stored in (software) floating
134 * We need one node per 128 bytes in the btree node, which means the auxiliary
137 * Constructing these auxiliary search trees is moderately expensive, and we
142 * within each byte range works the same as with the auxiliary search trees.
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/amd/
Dpds_vdpa.rst15 The ``pds_vdpa`` driver is an auxiliary bus driver that supplies
27 in the ``pds_core`` device to create the auxiliary devices used by pds_vdpa.
41 # Enable vDPA VF auxiliary device(s) in the PF

12345678910>>...22