/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-light | 34 it comes back in SI units, it should also include _input else it 35 should include _raw to signify it is not in SI units. 54 value is returned in SI units, it should also include _input 63 and if expressed in SI units, should include _input. If this 64 value is not in SI units, then it should include _raw. 95 and if expressed in SI units, should include _input. If this 96 value is not in SI units (irradiance, uW/mm^2), then it should 104 light sensor. If it comes back in SI units, it should also 106 in SI units.
|
/linux-4.1.27/Documentation/spi/ |
D | spi-lm70llp | 42 D7 9 --> SI/O 5 44 Select 13 <-- SI/O 1 47 Note that since the LM70 uses a "3-wire" variant of SPI, the SI/SO pin 51 devices might share the same SI/SO pin. 60 shows that the SI/O line from the LM70 chip is connected to the base of a 64 Interpreting this circuit, when the LM70 SI/O line is High (or tristate 67 connector. When SI/O is Low (driven by the LM70 or the host) on the other
|
/linux-4.1.27/drivers/ata/ |
D | sata_sis.c | 70 { PCI_VDEVICE(SI, 0x0180), sis_180 }, /* SiS 964/180 */ 71 { PCI_VDEVICE(SI, 0x0181), sis_180 }, /* SiS 964/180 */ 72 { PCI_VDEVICE(SI, 0x0182), sis_180 }, /* SiS 965/965L */ 73 { PCI_VDEVICE(SI, 0x0183), sis_180 }, /* SiS 965/965L */ 74 { PCI_VDEVICE(SI, 0x1182), sis_180 }, /* SiS 966/680 */ 75 { PCI_VDEVICE(SI, 0x1183), sis_180 }, /* SiS 966/966L/968/680 */
|
D | pata_sis.c | 890 { PCI_VDEVICE(SI, 0x5513), }, /* SiS 5513 */ 891 { PCI_VDEVICE(SI, 0x5518), }, /* SiS 5518 */ 892 { PCI_VDEVICE(SI, 0x1180), }, /* SiS 1180 */
|
D | ahci.c | 507 { PCI_VDEVICE(SI, 0x1184), board_ahci }, /* SiS 966 */ 508 { PCI_VDEVICE(SI, 0x1185), board_ahci }, /* SiS 968 */ 509 { PCI_VDEVICE(SI, 0x0186), board_ahci }, /* SiS 968 */
|
/linux-4.1.27/arch/blackfin/lib/ |
D | gcclib.h | 11 typedef int SItype __attribute__ ((mode(SI))); 12 typedef unsigned int USItype __attribute__ ((mode(SI)));
|
/linux-4.1.27/tools/perf/arch/x86/tests/ |
D | regs_load.S | 7 #define SI 4 * 8 macro 35 movq %rsi, SI(%rdi) 71 movl %esi, SI(%edi)
|
/linux-4.1.27/arch/mn10300/lib/ |
D | lshrdi3.c | 23 typedef int SItype __attribute__((mode(SI))); 24 typedef unsigned int USItype __attribute__((mode(SI)));
|
D | ashrdi3.c | 23 typedef int SItype __attribute__((mode(SI))); 24 typedef unsigned int USItype __attribute__((mode(SI)));
|
/linux-4.1.27/arch/m68k/lib/ |
D | ashldi3.c | 18 typedef int SItype __attribute__ ((mode (SI))); 19 typedef unsigned int USItype __attribute__ ((mode (SI)));
|
D | lshrdi3.c | 18 typedef int SItype __attribute__ ((mode (SI))); 19 typedef unsigned int USItype __attribute__ ((mode (SI)));
|
D | ashrdi3.c | 18 typedef int SItype __attribute__ ((mode (SI))); 19 typedef unsigned int USItype __attribute__ ((mode (SI)));
|
D | muldi3.c | 65 typedef int SItype __attribute__ ((mode (SI))); 66 typedef unsigned int USItype __attribute__ ((mode (SI)));
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/nintendo/ |
D | gamecube.txt | 88 1.f) The Serial Interface (SI) node 91 The SI is a proprietary serial interface used normally to control gamepads. 97 - reg : should contain the SI registers location and length 98 - interrupts : should contain the SI interrupt
|
D | wii.txt | 67 1.d) The Serial Interface (SI) node 70 The SI is a proprietary serial interface used normally to control gamepads. 76 - reg : should contain the SI registers location and length 77 - interrupts : should contain the SI interrupt
|
/linux-4.1.27/tools/perf/arch/x86/util/ |
D | unwind-libdw.c | 25 dwarf_regs[6] = REG(SI); in libdw__arch_set_initial_registers() 34 dwarf_regs[4] = REG(SI); in libdw__arch_set_initial_registers()
|
/linux-4.1.27/include/math-emu/ |
D | soft-fp.h | 193 typedef int SItype __attribute__((mode(SI))); 195 typedef unsigned int USItype __attribute__((mode(SI)));
|
/linux-4.1.27/lib/ |
D | locking-selftest-spin.h | 11 #define INIT SI
|
D | locking-selftest.c | 181 #define SI(x) raw_spin_lock_init(&lock_##x) macro
|
/linux-4.1.27/arch/powerpc/xmon/ |
D | ppc-opc.c | 457 #define SI SHO + 1 macro 462 #define SISIGNOPT SI + 1 1936 { "tdlgti", OPTO(2,TOLGT), OPTO_MASK, PPC64, { RA, SI } }, 1937 { "tdllti", OPTO(2,TOLLT), OPTO_MASK, PPC64, { RA, SI } }, 1938 { "tdeqi", OPTO(2,TOEQ), OPTO_MASK, PPC64, { RA, SI } }, 1939 { "tdlgei", OPTO(2,TOLGE), OPTO_MASK, PPC64, { RA, SI } }, 1940 { "tdlnli", OPTO(2,TOLNL), OPTO_MASK, PPC64, { RA, SI } }, 1941 { "tdllei", OPTO(2,TOLLE), OPTO_MASK, PPC64, { RA, SI } }, 1942 { "tdlngi", OPTO(2,TOLNG), OPTO_MASK, PPC64, { RA, SI } }, 1943 { "tdgti", OPTO(2,TOGT), OPTO_MASK, PPC64, { RA, SI } }, [all …]
|
/linux-4.1.27/lib/mpi/ |
D | mpi-internal.h | 243 typedef int SItype __attribute__ ((mode(SI))); 244 typedef unsigned int USItype __attribute__ ((mode(SI)));
|
/linux-4.1.27/drivers/ide/ |
D | sis5513.c | 605 { PCI_VDEVICE(SI, PCI_DEVICE_ID_SI_5513), 0 }, 606 { PCI_VDEVICE(SI, PCI_DEVICE_ID_SI_5518), 0 }, 607 { PCI_VDEVICE(SI, PCI_DEVICE_ID_SI_1180), 0 },
|
D | Kconfig | 579 This driver adds PIO/(U)DMA support for the SI CMD680 and SII
|
/linux-4.1.27/arch/x86/um/ |
D | signal.c | 175 GETREG(SI, si); in copy_sc_from_user() 264 PUTREG(SI, si); in copy_sc_to_user()
|
/linux-4.1.27/Documentation/ |
D | IPMI.txt | 45 manual), choose the 'IPMI SI handler' option. A driver also exists 61 situation, you need to read the section below named 'The SI Driver' or 352 The SI Driver 355 The SI driver allows up to 4 KCS or SMIC interfaces to be configured
|
/linux-4.1.27/drivers/scsi/ |
D | sym53c416.c | 110 #define SI 0x03 /* Selection Interrupt */ macro
|
/linux-4.1.27/sound/pci/ |
D | intel8x0m.c | 233 { PCI_VDEVICE(SI, 0x7013), DEVICE_SIS }, /* SI7013 */
|
D | intel8x0.c | 445 { PCI_VDEVICE(SI, 0x7012), DEVICE_SIS }, /* SI7012 */
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_bsg.c | 470 cmd->un.genreq64.w5.hcsw.Fctl = (SI | LA); in lpfc_bsg_send_mgmt_cmd() 5150 cmd->un.genreq64.w5.hcsw.Fctl = (SI | LA); in lpfc_menlo_cmd()
|
D | lpfc_ct.c | 329 icmd->un.genreq64.w5.hcsw.Fctl = (SI | LA); in lpfc_gen_req()
|
D | lpfc_hw.h | 3258 #define SI 0x04 /* Sequence Initiative */ macro
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-iio | 1168 to SI units is not possible. Higher proximity measurements
|
/linux-4.1.27/drivers/eisa/ |
D | eisa.ids | 114 ASU4301 "EISA-486SI Main Board"
|