| /linux/samples/rust/ |
| H A D | rust_driver_auxiliary.rs | 8 auxiliary, c_str, 29 <AuxiliaryDriver as auxiliary::Driver>::IdInfo, 30 [(auxiliary::DeviceId::new(MODULE_NAME, AUXILIARY_NAME), ())] 33 impl auxiliary::Driver for AuxiliaryDriver { 36 const ID_TABLE: auxiliary::IdTable<Self::IdInfo> = &AUX_TABLE; 38 fn probe(adev: &auxiliary::Device<Core>, _info: &Self::IdInfo) -> impl PinInit<Self, Error> { in probe() 55 _reg0: Devres<auxiliary::Registration>, 57 _reg1: Devres<auxiliary::Registration>, 75 _reg0 <- auxiliary::Registration::new(pdev.as_ref(), AUXILIARY_NAME, 0, MODULE_NAME), in probe() 76 _reg1 <- auxiliary::Registration::new(pdev.as_ref(), AUXILIARY_NAME, 1, MODULE_NAME), in probe() [all …]
|
| /linux/drivers/gpu/drm/nova/ |
| H A D | driver.rs | 4 auxiliary, c_str, device::Core, drm, drm::gem, drm::ioctl, prelude::*, sync::aref::ARef, 20 pub(crate) adev: ARef<auxiliary::Device>, 37 <NovaDriver as auxiliary::Driver>::IdInfo, 39 auxiliary::DeviceId::new(NOVA_CORE_MODULE_NAME, AUXILIARY_NAME), 44 impl auxiliary::Driver for NovaDriver { 46 const ID_TABLE: auxiliary::IdTable<Self::IdInfo> = &AUX_TABLE; 48 fn probe(adev: &auxiliary::Device<Core>, _info: &Self::IdInfo) -> impl PinInit<Self, Error> { in probe()
|
| /linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
| H A D | switchdev.rst | 49 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/Documentation/ABI/testing/ |
| H A D | sysfs-driver-intel_sdsi | 1 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
|
| H A D | sysfs-bus-auxiliary | 1 What: /sys/bus/auxiliary/devices/.../irqs/
|
| /linux/drivers/gpu/nova-core/ |
| H A D | driver.rs | 4 auxiliary, 28 _reg: Devres<auxiliary::Registration>, 91 _reg <- auxiliary::Registration::new( in probe()
|
| /linux/Documentation/networking/device_drivers/ethernet/amd/ |
| H A D | pds_vdpa.rst | 15 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
|
| /linux/Documentation/watchdog/ |
| H A D | mlx-wdt.rst | 40 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/drivers/ata/ |
| H A D | libata-sata.c | 176 fis[16] = tf->auxiliary & 0xff; in ata_tf_to_fis() 177 fis[17] = (tf->auxiliary >> 8) & 0xff; in ata_tf_to_fis() 178 fis[18] = (tf->auxiliary >> 16) & 0xff; in ata_tf_to_fis() 179 fis[19] = (tf->auxiliary >> 24) & 0xff; in ata_tf_to_fis() 1518 tf->auxiliary = buf[14] << 16 | buf[15] << 8 | buf[16]; in ata_eh_read_log_10h() 1606 qc->result_tf.auxiliary = get_unaligned_le32(&sense[16]); in ata_eh_get_ncq_success_sense() 1687 if (qc->result_tf.auxiliary) { in ata_eh_analyze_ncq_error() 1690 sense_key = (qc->result_tf.auxiliary >> 16) & 0xff; in ata_eh_analyze_ncq_error() 1691 asc = (qc->result_tf.auxiliary >> 8) & 0xff; in ata_eh_analyze_ncq_error() 1692 ascq = qc->result_tf.auxiliary & 0xff; in ata_eh_analyze_ncq_error()
|
| /linux/Documentation/arch/x86/ |
| H A D | elf_auxvec.rst | 7 This document describes the semantics of the x86 auxiliary vectors. 40 The exposed auxiliary vectors
|
| /linux/Documentation/networking/devlink/ |
| H A D | mlxsw.rst | 61 Line card auxiliary device info versions 64 The ``mlxsw`` driver reports the following versions for line card auxiliary device
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-kernel-time-aux-clocks | 5 Controls the enablement of auxiliary clock timekeepers.
|
| /linux/drivers/soc/cirrus/ |
| H A D | Kconfig | 15 and clk devices implemented as auxiliary devices.
|
| /linux/drivers/platform/x86/intel/speed_select_if/ |
| H A D | isst_tpmi.c | 57 MODULE_DEVICE_TABLE(auxiliary, intel_sst_id_table);
|
| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm2711-rpi-400.dts | 10 /* 8250 auxiliary UART instead of pl011 */
|
| /linux/drivers/reset/amlogic/ |
| H A D | reset-meson-aux.c | 56 MODULE_DEVICE_TABLE(auxiliary, meson_reset_aux_ids);
|
| H A D | Kconfig | 20 This enables the reset auxiliary driver for Amlogic SoCs.
|
| /linux/drivers/s390/block/ |
| H A D | dasd_fba.h | 37 __u8 auxiliary; member
|
| /linux/security/safesetid/ |
| H A D | Kconfig | 11 the given UIDs/GIDs from obtaining auxiliary privileges associated
|
| /linux/drivers/power/reset/ |
| H A D | ep93xx-restart.c | 78 MODULE_DEVICE_TABLE(auxiliary, ep93xx_reboot_ids);
|
| /linux/arch/arm/mm/ |
| H A D | proc-xsc3.S | 429 mrc p15, 0, r8, c1, c0, 1 @ auxiliary control reg 449 mcr p15, 0, r8, c1, c0, 1 @ auxiliary control reg 469 mrc p15, 0, r0, c1, c0, 1 @ get auxiliary control reg 472 mcr p15, 0, r0, c1, c0, 1 @ set auxiliary control reg
|
| /linux/drivers/reset/starfive/ |
| H A D | reset-starfive-jh7110.c | 93 MODULE_DEVICE_TABLE(auxiliary, jh7110_reset_ids);
|
| /linux/rust/kernel/ |
| H A D | auxiliary.rs | 98 $crate::module_driver!(<T>, $crate::auxiliary::Adapter<T>, { $($f)* }); 163 $crate::auxiliary::DeviceId,
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | nokia,rx51.txt | 7 auxiliary TLV320AIC3X node (in this order)
|
| /linux/drivers/base/ |
| H A D | Makefile | 10 obj-$(CONFIG_AUXILIARY_BUS) += auxiliary.o
|