/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ni_routing/ni_route_values/ |
D | ni_mseries.c | 58 [B(TRIGGER_LINE(0))] = I(18), 59 [B(TRIGGER_LINE(1))] = I(19), 60 [B(TRIGGER_LINE(2))] = I(20), 61 [B(TRIGGER_LINE(3))] = I(21), 62 [B(TRIGGER_LINE(4))] = I(22), 63 [B(TRIGGER_LINE(5))] = I(23), 64 [B(TRIGGER_LINE(6))] = I(24), 65 [B(TRIGGER_LINE(7))] = I(25), 66 [B(NI_CtrSource(0))] = I(9), 67 [B(NI_CtrSource(1))] = I(4), [all …]
|
D | ni_eseries.c | 55 [B(NI_AI_StartTrigger)] = I(NI_PFI_OUTPUT_AI_START1), 58 [B(NI_AI_ReferenceTrigger)] = I(NI_PFI_OUTPUT_AI_START2), 61 [B(NI_AI_ConvertClock)] = I(NI_PFI_OUTPUT_AI_CONVERT), 64 [B(NI_CtrSource(1))] = I(NI_PFI_OUTPUT_G_SRC1), 67 [B(NI_CtrGate(1))] = I(NI_PFI_OUTPUT_G_GATE1), 70 [B(NI_AO_SampleClock)] = I(NI_PFI_OUTPUT_AO_UPDATE_N), 73 [B(NI_AO_StartTrigger)] = I(NI_PFI_OUTPUT_AO_START1), 76 [B(NI_AI_SampleClock)] = I(NI_PFI_OUTPUT_AI_START_PULSE), 79 [B(NI_CtrSource(0))] = I(NI_PFI_OUTPUT_G_SRC0), 82 [B(NI_CtrGate(0))] = I(NI_PFI_OUTPUT_G_GATE0), [all …]
|
D | ni_660x.c | 50 [B(NI_CtrInternalOutput(7))] = I(1), 53 [B(NI_CtrGate(7))] = I(1), 56 [B(NI_CtrSource(7))] = I(1), 59 [B(NI_CtrInternalOutput(6))] = I(1), 62 [B(NI_CtrGate(6))] = I(1), 65 [B(NI_CtrSource(6))] = I(1), 68 [B(NI_CtrInternalOutput(5))] = I(1), 71 [B(NI_CtrGate(5))] = I(1), 74 [B(NI_CtrSource(5))] = I(1), 77 [B(NI_CtrInternalOutput(4))] = I(1), [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
D | hv-gpci-requests.h | 51 #include I(REQUEST_BEGIN) 67 #include I(REQUEST_END) 72 #include I(REQUEST_BEGIN) 80 #include I(REQUEST_END) 90 #include I(REQUEST_BEGIN) 95 #include I(REQUEST_END) 101 #include I(REQUEST_BEGIN) 106 #include I(REQUEST_END) 112 #include I(REQUEST_BEGIN) 121 #include I(REQUEST_END) [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_hdr.h | 551 #define NETXEN_NIU_GB_MAC_CONFIG_0(I) \ argument 552 (NETXEN_CRB_NIU + 0x30000 + (I)*0x10000) 553 #define NETXEN_NIU_GB_MAC_CONFIG_1(I) \ argument 554 (NETXEN_CRB_NIU + 0x30004 + (I)*0x10000) 555 #define NETXEN_NIU_GB_MAC_IPG_IFG(I) \ argument 556 (NETXEN_CRB_NIU + 0x30008 + (I)*0x10000) 557 #define NETXEN_NIU_GB_HALF_DUPLEX_CTRL(I) \ argument 558 (NETXEN_CRB_NIU + 0x3000c + (I)*0x10000) 559 #define NETXEN_NIU_GB_MAX_FRAME_SIZE(I) \ argument 560 (NETXEN_CRB_NIU + 0x30010 + (I)*0x10000) [all …]
|
/kernel/linux/linux-5.10/arch/xtensa/variants/test_kc705_hifi/include/variant/ |
D | tie-asm.h | 222 AE_S64.I aed0, \ptr, .Lxchal_ofs_+24 223 AE_S64.I aed1, \ptr, .Lxchal_ofs_+32 224 AE_S64.I aed2, \ptr, .Lxchal_ofs_+40 225 AE_S64.I aed3, \ptr, .Lxchal_ofs_+48 226 AE_S64.I aed4, \ptr, .Lxchal_ofs_+56 228 AE_S64.I aed5, \ptr, .Lxchal_ofs_+0 229 AE_S64.I aed6, \ptr, .Lxchal_ofs_+8 230 AE_S64.I aed7, \ptr, .Lxchal_ofs_+16 231 AE_S64.I aed8, \ptr, .Lxchal_ofs_+24 232 AE_S64.I aed9, \ptr, .Lxchal_ofs_+32 [all …]
|
/kernel/linux/linux-5.10/Documentation/block/ |
D | stat.rst | 29 read I/Os requests number of read I/Os processed 30 read merges requests number of read I/Os merged with in-queue I/O 33 write I/Os requests number of write I/Os processed 34 write merges requests number of write I/Os merged with in-queue I/O 37 in_flight requests number of I/Os currently in flight 40 discard I/Os requests number of discard I/Os processed 41 discard merges requests number of discard I/Os merged with in-queue I/O 44 flush I/Os requests number of flush I/Os processed 48 read I/Os, write I/Os, discard I/0s 51 These values increment when an I/O request completes. [all …]
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
D | label.h | 157 #define label_for_each(I, L, P) \ argument 158 for ((I).i = 0; ((P) = (L)->vec[(I).i]); ++((I).i)) 161 #define label_for_each_cont(I, L, P) \ argument 162 for (++((I).i); ((P) = (L)->vec[(I).i]); ++((I).i)) 164 #define next_comb(I, L1, L2) \ argument 166 (I).j++; \ 167 if ((I).j >= (L2)->size) { \ 168 (I).i++; \ 169 (I).j = 0; \ 175 #define label_for_each_comb(I, L1, L2, P1, P2) \ argument [all …]
|
/kernel/linux/linux-5.10/arch/xtensa/variants/test_mmuhifi_c3/include/variant/ |
D | tie-asm.h | 109 AE_SP24X2S.I aep0, \ptr, 16 110 AE_SP24X2S.I aep1, \ptr, 24 111 AE_SP24X2S.I aep2, \ptr, 32 112 AE_SP24X2S.I aep3, \ptr, 40 113 AE_SP24X2S.I aep4, \ptr, 48 114 AE_SP24X2S.I aep5, \ptr, 56 116 AE_SP24X2S.I aep6, \ptr, 0 117 AE_SP24X2S.I aep7, \ptr, 8 118 AE_SQ56S.I aeq0, \ptr, 16 119 AE_SQ56S.I aeq1, \ptr, 24 [all …]
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
D | atomic.h | 54 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \ argument 61 : "r" (I) \ 66 #define ATOMIC_OPS(op, asm_op, I) \ argument 67 ATOMIC_OP (op, asm_op, I, w, int, ) 69 #define ATOMIC_OPS(op, asm_op, I) \ argument 70 ATOMIC_OP (op, asm_op, I, w, int, ) \ 71 ATOMIC_OP (op, asm_op, I, d, s64, 64) 88 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \ in ATOMIC_OPS() argument 97 : "r" (I) \ in ATOMIC_OPS() 108 : "r" (I) \ [all …]
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
D | adp8870.h | 85 #define ADP8870_BL_CUR_mA(I) ((I * 127) / 30) argument 90 #define ADP8870_L2_COMP_CURR_uA(I) ((I * 255) / 1106) argument 95 #define ADP8870_L3_COMP_CURR_uA(I) ((I * 255) / 551) argument 100 #define ADP8870_L4_COMP_CURR_uA(I) ((I * 255) / 275) argument 105 #define ADP8870_L5_COMP_CURR_uA(I) ((I * 255) / 138) argument
|
D | adp8860.h | 88 #define ADP8860_BL_CUR_mA(I) ((I * 127) / 30) argument 93 #define ADP8860_L2_COMP_CURR_uA(I) ((I * 255) / 1106) argument 98 #define ADP8860_L3_COMP_CURR_uA(I) ((I * 255) / 138) argument
|
/kernel/linux/linux-5.10/crypto/ |
D | cast6_generic.c | 27 #define F1(D, r, m) ((I = ((m) + (D))), (I = rol32(I, (r))), \ 28 (((s1[I >> 24] ^ s2[(I>>16)&0xff]) - s3[(I>>8)&0xff]) + s4[I&0xff])) 29 #define F2(D, r, m) ((I = ((m) ^ (D))), (I = rol32(I, (r))), \ 30 (((s1[I >> 24] - s2[(I>>16)&0xff]) + s3[(I>>8)&0xff]) ^ s4[I&0xff])) 31 #define F3(D, r, m) ((I = ((m) - (D))), (I = rol32(I, (r))), \ 32 (((s1[I >> 24] + s2[(I>>16)&0xff]) ^ s3[(I>>8)&0xff]) - s4[I&0xff])) 95 u32 I; in W() local 155 u32 I; in Q() local 165 u32 I; in QBAR() local
|
D | cast5_generic.c | 295 #define F1(D, m, r) ((I = ((m) + (D))), (I = rol32(I, (r))), \ 296 (((s1[I >> 24] ^ s2[(I>>16)&0xff]) - s3[(I>>8)&0xff]) + s4[I&0xff])) 297 #define F2(D, m, r) ((I = ((m) ^ (D))), (I = rol32(I, (r))), \ 298 (((s1[I >> 24] - s2[(I>>16)&0xff]) + s3[(I>>8)&0xff]) ^ s4[I&0xff])) 299 #define F3(D, m, r) ((I = ((m) - (D))), (I = rol32(I, (r))), \ 300 (((s1[I >> 24] + s2[(I>>16)&0xff]) ^ s3[(I>>8)&0xff]) - s4[I&0xff])) 308 u32 I; /* used by the Fx macros */ in __cast5_encrypt() local 365 u32 I; in __cast5_decrypt() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
D | com.fuc | 146 iowr I[$r1 + 0x300] $r2 150 iowr I[$r1] $r2 156 iowr I[$r1] $r2 166 iord $r1 I[$r0 + 0x200] 178 iowr I[$r0 + 0x100] $r1 192 iord $r4 I[$r4 + 0] 201 iowrs I[$r15] $r5 220 iowrs I[$r15] $r14 245 iord $r3 I[$r2] 253 iowr I[$r2] $r3 [all …]
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | it87.rst | 10 Addresses scanned: from Super I/O config space (8 I/O ports) 18 Addresses scanned: from Super I/O config space (8 I/O ports) 24 Addresses scanned: from Super I/O config space (8 I/O ports) 32 Addresses scanned: from Super I/O config space (8 I/O ports) 40 Addresses scanned: from Super I/O config space (8 I/O ports) 48 Addresses scanned: from Super I/O config space (8 I/O ports) 56 Addresses scanned: from Super I/O config space (8 I/O ports) 64 Addresses scanned: from Super I/O config space (8 I/O ports) 72 Addresses scanned: from Super I/O config space (8 I/O ports) 80 Addresses scanned: from Super I/O config space (8 I/O ports) [all …]
|
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
D | dm-io.rst | 5 Dm-io provides synchronous and asynchronous I/O services. There are three 6 types of I/O services available, and each type has a sync and an async 10 of the I/O. Each io_region indicates a block-device along with the starting 22 The first I/O service type takes a list of memory pages as the data buffer for 23 the I/O, along with an offset into the first page:: 37 The second I/O service type takes an array of bio vectors as the data buffer 38 for the I/O. This service can be handy if the caller has a pre-assembled bio, 48 The third I/O service type takes a pointer to a vmalloc'd memory buffer as the 49 data buffer for the I/O. This service can be handy if the caller needs to do 50 I/O to a large region but doesn't want to allocate a large number of individual [all …]
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | pixfmt-sdr-pcu18be.rst | 15 number consist of two parts called In-phase and Quadrature (IQ). Both I 18 padded with 0. I value starts first and Q value starts at an offset 36 - I'\ :sub:`0[17:10]` 37 - I'\ :sub:`0[9:2]` 38 - I'\ :sub:`0[1:0]; B2[5:0]=pad` 41 - I'\ :sub:`1[17:10]` 42 - I'\ :sub:`1[9:2]` 43 - I'\ :sub:`1[1:0]; B2[5:0]=pad`
|
D | pixfmt-sdr-pcu20be.rst | 15 number consist of two parts called In-phase and Quadrature (IQ). Both I 18 padded with 0. I value starts first and Q value starts at an offset 36 - I'\ :sub:`0[19:12]` 37 - I'\ :sub:`0[11:4]` 38 - I'\ :sub:`0[3:0]; B2[3:0]=pad` 41 - I'\ :sub:`1[19:12]` 42 - I'\ :sub:`1[11:4]` 43 - I'\ :sub:`1[3:0]; B2[3:0]=pad`
|
/kernel/linux/linux-5.10/Documentation/s390/ |
D | cds.rst | 6 Device Driver I/O Support Routines 19 I/O access method. This gives relief to the device drivers as they don't 22 I/O (PIO), and other hardware features more. However, this implies that 23 either every single device driver needs to implement the hardware I/O 32 In order to build common device support for ESA/390 I/O interfaces, a 33 functional layer was introduced that provides generic I/O access methods to 36 The common device support layer comprises the I/O support routines defined 67 initiate an I/O request. 73 terminate the current I/O request processed on the device. 77 routine whenever an I/O interrupt is presented to the system. The do_IRQ() [all …]
|
D | vfio-ccw.rst | 8 Here we describe the vfio support for I/O subchannel devices for 13 I/O access method, which is so called Channel I/O. It has its own access 23 vfio framework. And we add read/write callbacks for special vfio I/O 25 (the real I/O subchannel device) to do further address translation and 26 to perform I/O instructions. 28 This document does not intend to explain the s390 I/O architecture in 31 - A good start to know Channel I/O in general: 47 paravirtualized virtio devices via the "Virtio Over Channel I/O 52 use the standard Channel I/O based mechanism, we also need to provide 71 defined access method and they are presenting I/O completion a unified [all …]
|
/kernel/linux/linux-5.10/arch/mips/ralink/ |
D | Platform | 4 cflags-$(CONFIG_RALINK) += -I$(srctree)/arch/mips/include/asm/mach-ralink 10 cflags-$(CONFIG_SOC_RT288X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt288x 16 cflags-$(CONFIG_SOC_RT305X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt305x 22 cflags-$(CONFIG_SOC_RT3883) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt3883 28 cflags-$(CONFIG_SOC_MT7620) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7620 33 cflags-$(CONFIG_SOC_MT7621) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7621
|
/kernel/linux/linux-5.10/drivers/media/tuners/ |
D | mt2060.c | 136 int I,J; in mt2060_spurcalc() local 139 for (I = 1; I < 10; I++) { in mt2060_spurcalc() 140 J = ((2*I*lo1)/lo2+1)/2; in mt2060_spurcalc() 141 diff = I*(int)lo1-J*(int)lo2; in mt2060_spurcalc() 156 int I,J; in mt2060_spurcheck() local 157 I=0; in mt2060_spurcheck() 165 I=1000; in mt2060_spurcheck() 166 Sp1 = mt2060_spurcalc(lo1+I,lo2+I,if2); in mt2060_spurcheck() 167 Sp2 = mt2060_spurcalc(lo1-I,lo2-I,if2); in mt2060_spurcheck() 170 J=-J; I=-I; Spur=Sp2; in mt2060_spurcheck() [all …]
|
/kernel/linux/linux-5.10/drivers/input/joystick/iforce/ |
D | Kconfig | 3 # I-Force driver configuration 6 tristate "I-Force devices" 9 Say Y here if you have an I-Force joystick or steering wheel 17 tristate "I-Force USB joysticks and wheels" 20 Say Y here if you have an I-Force joystick or steering wheel 24 tristate "I-Force Serial joysticks and wheels" 27 Say Y here if you have an I-Force joystick or steering wheel
|
/kernel/linux/linux-5.10/Documentation/driver-api/ |
D | s390-drivers.rst | 11 drive s390 based channel attached I/O devices. This includes interfaces 14 I/O layer. 17 with the s390 channel I/O architecture. For a description of this 21 While most I/O devices on a s390 system are typically driven through the 22 channel I/O mechanism described here, there are various other methods 25 The s390 common I/O layer also provides access to some devices that are 26 not strictly considered I/O devices. They are considered here as well, 38 * Standard I/O subchannels, for use by the system. They have a child 40 * I/O subchannels bound to the vfio-ccw driver. See 53 so-called channel attached devices. They are addressed via I/O [all …]
|