/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-gpio.txt | 5 - gpios: sda and scl gpio 9 - i2c-gpio,sda-open-drain: sda as open drain 19 gpios = <&pioA 23 0 /* sda */ 22 i2c-gpio,sda-open-drain;
|
D | i2c-designware.txt | 14 - i2c-sda-hold-time-ns : should contain the SDA hold time in nanoseconds. 20 - i2c-sda-falling-time-ns : should contain the SDA falling time in nanoseconds. 42 i2c-sda-hold-time-ns = <300>; 43 i2c-sda-falling-time-ns = <300>;
|
D | i2c-st.txt | 19 - st,i2c-min-sda-pulse-width-us : The minimum valid SDA pulse width that is 40 st,i2c-min-sda-pulse-width-us = <5>;
|
D | i2c-imx.txt | 18 - sda-gpios: specify the gpio related to SDA pin 48 sda-gpios = <&gpio5 27 GPIO_ACTIVE_HIGH>;
|
D | i2c-s3c2410.txt | 18 - samsung,i2c-sda-delay: Delay (in ns) applied to data line (SDA) edges. 43 samsung,i2c-sda-delay = <100>;
|
D | i2c-rk3x.txt | 32 - i2c-sda-falling-time-ns : Number of nanoseconds the SDA signal takes to fall
|
/linux-4.4.14/drivers/hwmon/ |
D | emc1403.c | 49 struct sensor_device_attribute *sda = to_sensor_dev_attr(attr); in show_temp() local 54 retval = regmap_read(data->regmap, sda->index, &val); in show_temp() 63 struct sensor_device_attribute_2 *sda = to_sensor_dev_attr_2(attr); in show_bit() local 68 retval = regmap_read(data->regmap, sda->nr, &val); in show_bit() 71 return sprintf(buf, "%d\n", !!(val & sda->index)); in show_bit() 77 struct sensor_device_attribute *sda = to_sensor_dev_attr(attr); in store_temp() local 84 retval = regmap_write(data->regmap, sda->index, in store_temp() 94 struct sensor_device_attribute_2 *sda = to_sensor_dev_attr_2(attr); in store_bit() local 102 retval = regmap_update_bits(data->regmap, sda->nr, sda->index, in store_bit() 103 val ? sda->index : 0); in store_bit() [all …]
|
D | tmp103.c | 68 struct sensor_device_attribute *sda = to_sensor_dev_attr(attr); in tmp103_show_temp() local 73 ret = regmap_read(regmap, sda->index, ®val); in tmp103_show_temp() 84 struct sensor_device_attribute *sda = to_sensor_dev_attr(attr); in tmp103_set_temp() local 93 ret = regmap_write(regmap, sda->index, tmp103_mc_to_reg(val)); in tmp103_set_temp()
|
D | tmp102.c | 122 struct sensor_device_attribute *sda = to_sensor_dev_attr(attr); in tmp102_show_temp() local 129 return sprintf(buf, "%d\n", tmp102->temp[sda->index]); in tmp102_show_temp() 136 struct sensor_device_attribute *sda = to_sensor_dev_attr(attr); in tmp102_set_temp() local 147 tmp102->temp[sda->index] = val; in tmp102_set_temp() 148 status = i2c_smbus_write_word_swapped(client, tmp102_reg[sda->index], in tmp102_set_temp()
|
D | asc7621.c | 110 container_of(_sda, struct asc7621_param, sda) 118 struct sensor_device_attribute sda; member 163 struct sensor_device_attribute *sda = to_sensor_dev_attr(a); \ 165 struct asc7621_param *param = to_asc7621_param(sda) 168 struct sensor_device_attribute *sda = to_sensor_dev_attr(a); \ 171 struct asc7621_param *param = to_asc7621_param(sda) 312 u8 nr = sda->index; in show_in10() 329 u8 nr = sda->index; in show_in8() 341 u8 nr = sda->index; in store_in8() 814 {.sda = SENSOR_ATTR(name, S_IRUGO, show_##r, NULL, n), \ [all …]
|
D | applesmc.c | 107 struct sensor_device_attribute sda; /* hwmon attributes */ member 1093 for (node = grp->nodes; node->sda.dev_attr.attr.name; node++) in applesmc_destroy_nodes() 1095 &node->sda.dev_attr.attr); in applesmc_destroy_nodes() 1120 node->sda.index = (grp->option << 16) | (i & 0xffff); in applesmc_create_nodes() 1121 node->sda.dev_attr.show = grp->show; in applesmc_create_nodes() 1122 node->sda.dev_attr.store = grp->store; in applesmc_create_nodes() 1123 attr = &node->sda.dev_attr.attr; in applesmc_create_nodes()
|
/linux-4.4.14/drivers/i2c/algos/ |
D | i2c-algo-bit.c | 240 int scl, sda, ret; in test_bus() local 251 sda = getsda(adap); in test_bus() 253 if (!scl || !sda) { in test_bus() 256 name, scl, sda); in test_bus() 261 sda = getsda(adap); in test_bus() 263 if (sda) { in test_bus() 274 sda = getsda(adap); in test_bus() 276 if (!sda) { in test_bus() 287 sda = getsda(adap); in test_bus() 293 if (!sda) { in test_bus() [all …]
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | bit.c | 108 i2c_bitw(struct nvkm_i2c_bus *bus, int sda) in i2c_bitw() argument 110 nvkm_i2c_drive_sda(bus, sda); in i2c_bitw() 125 int sda; in i2c_bitr() local 134 sda = nvkm_i2c_sense_sda(bus); in i2c_bitr() 138 return sda; in i2c_bitr()
|
/linux-4.4.14/arch/arc/boot/dts/ |
D | abilis_tb100_dvk.dts | 48 i2c-sda-hold-time-ns = <432>; 51 i2c-sda-hold-time-ns = <432>; 54 i2c-sda-hold-time-ns = <432>; 57 i2c-sda-hold-time-ns = <432>; 60 i2c-sda-hold-time-ns = <432>;
|
D | abilis_tb101_dvk.dts | 48 i2c-sda-hold-time-ns = <432>; 51 i2c-sda-hold-time-ns = <432>; 54 i2c-sda-hold-time-ns = <432>; 57 i2c-sda-hold-time-ns = <432>; 60 i2c-sda-hold-time-ns = <432>;
|
/linux-4.4.14/drivers/media/usb/gspca/ |
D | w996Xcf.c | 194 int sda; in w9968cf_smbus_write_byte() local 197 sda = (v & 0x80) ? 2 : 0; in w9968cf_smbus_write_byte() 200 w9968cf_write_sb(sd, 0x10 | sda); in w9968cf_smbus_write_byte() 202 w9968cf_write_sb(sd, 0x11 | sda); in w9968cf_smbus_write_byte() 204 w9968cf_write_sb(sd, 0x10 | sda); in w9968cf_smbus_write_byte() 236 int sda; in w9968cf_smbus_read_ack() local 241 sda = w9968cf_read_sb(sd); in w9968cf_smbus_read_ack() 243 if (sda >= 0 && (sda & 0x08)) { in w9968cf_smbus_read_ack()
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | marvell,armada-39x-pinctrl.txt | 21 mpp3 3 gpio, i2c0(sda) 34 mpp16 16 gpio, dram(deccerr), spi0(miso), pcie0(clkreq), i2c1(sda) 37 mpp19 19 gpio, sata1(prsnt) [1], ua0(cts), ua1(rxd), i2c2(sda) 46 mpp27 27 gpio, spi0(cs3), i2c1(sda), sd0(d7), dev(cs2), ge(txclkout) 59 mpp40 40 gpio, i2c1(sda), ua0(rts), sd0(d2), dev(ad6), ge(rxd3) 75 mpp53 53 gpio, sata1(prsnt) [1], sata0(prsnt) [1], tdm(rst) [2], audio(bclk) [2], sd0(d7), i2c3(sda) 81 mpp59 59 gpio, pcie0(rstout), i2c1(sda), spi1(cs0), sd0(d2)
|
D | marvell,armada-370-pinctrl.txt | 19 mpp3 3 gpio, i2c0(sda), uart0(rxd) 29 mpp12 12 gpio, ge0(rxd1), i2c1(sda), sd0(d0), spi1(cs0), 50 mpp29 29 gpio, ge0(rxd6), ge1(rxctl), i2c1(sda) 75 mpp51 51 gpio, dev(ad12), i2c1(sda), sd0(d2), spi1(mosi)
|
D | marvell,armada-38x-pinctrl.txt | 21 mpp3 3 gpio, i2c0(sda) 45 mpp27 27 gpio, spi0(cs3), ge1(txclkout), i2c1(sda), sd0(d7), dev(cs2) 58 mpp40 40 gpio, i2c1(sda), ge1(rxd3), ua0(rts), sd0(d2), dev(ad6) 77 mpp59 59 gpio, pcie0(rstout), i2c1(sda), spi1(cs0), sd0(d2)
|
D | marvell,kirkwood-pinctrl.txt | 32 mpp8 8 gpio, twsi0(sda), uart0(rts), uart1(rts), ptp(clk), 70 mpp8 8 gpio, twsi0(sda), uart0(rts), uart1(rts), ptp(clk), 114 mpp8 8 gpio, twsi0(sda), uart0(rts), uart1(rts), ptp(clk), 163 mpp8 8 gpio, twsi0(sda), uart0(rts), uart1(rts), ptp(clk), 226 mpp8 8 gpio, twsi0(sda), uart0(rts), uart1(rts), mii(col), 232 mpp12 12 gpo, sdio(clk), audio(spdifo), spi(mosi), twsi(sda) 269 mpp36 36 gpio, ts(mp0), tdm(spi-cs1), audio(spdifi), twsi1(sda) 296 mpp8 8 gpio, twsi0(sda), uart0(rts), uart1(rts)
|
D | marvell,armada-375-pinctrl.txt | 30 mpp14 14 gpio, i2c0(sda), uart1(txd) 77 mpp61 61 gpio, i2c1(sda), uart1(rxd), spi1(cs2), led(p0)
|
D | marvell,dove-pinctrl.txt | 40 mpp17 17 gpio, uart3(cts), sdio0(wp), ac97(sdi2), twsi(sda),
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | kirkwood-km_common.dtsi | 22 pmx_i2c_gpio_sda: pmx-gpio-sda { 39 gpios = < &gpio0 8 GPIO_ACTIVE_HIGH /* sda */
|
D | exynos5250-spring.dts | 108 samsung,i2c-sda-delay = <100>; 336 samsung,i2c-sda-delay = <100>; 366 samsung,i2c-sda-delay = <100>; 377 samsung,i2c-sda-delay = <100>; 383 samsung,i2c-sda-delay = <100>; 399 samsung,i2c-sda-delay = <100>; 405 samsung,i2c-sda-delay = <100>; 416 samsung,i2c-sda-delay = <100>;
|
D | exynos5250-snow-common.dtsi | 278 samsung,i2c-sda-delay = <100>; 428 samsung,i2c-sda-delay = <100>; 450 samsung,i2c-sda-delay = <100>; 461 samsung,i2c-sda-delay = <100>; 467 samsung,i2c-sda-delay = <100>; 473 samsung,i2c-sda-delay = <100>; 479 samsung,i2c-sda-delay = <100>; 507 samsung,i2c-sda-delay = <100>;
|
D | exynos5250-smdk5250.dts | 125 samsung,i2c-sda-delay = <100>; 284 samsung,i2c-sda-delay = <100>; 312 samsung,i2c-sda-delay = <100>; 323 samsung,i2c-sda-delay = <100>; 334 samsung,i2c-sda-delay = <100>;
|
D | stih407-pinctrl.dtsi | 166 sda = <&pio4 6 ALT1 BIDIR>; 175 sda = <&pio5 1 ALT1 BIDIR>; 504 sda = <&pio10 6 ALT2 BIDIR>; 513 sda = <&pio11 1 ALT2 BIDIR>; 522 sda = <&pio15 6 ALT2 BIDIR>; 531 sda = <&pio18 6 ALT1 BIDIR>; 537 sda = <&pio17 7 ALT1 BIDIR>; 543 sda = <&pio13 6 ALT3 BIDIR>; 1005 sda = <&pio30 1 ALT1 BIDIR>; 1014 sda = <&pio34 4 ALT1 BIDIR>;
|
D | exynos5250-arndale.dts | 164 samsung,i2c-sda-delay = <100>; 460 samsung,i2c-sda-delay = <100>; 494 samsung,i2c-sda-delay = <100>; 506 samsung,i2c-sda-delay = <100>;
|
D | s5pv210-goni.dts | 83 gpios = <&gpj4 0 0>, /* sda */ 345 samsung,i2c-sda-delay = <100>; 369 samsung,i2c-sda-delay = <100>;
|
D | stihxxx-b2120.dtsi | 72 st,i2c-min-sda-pulse-width-us = <5>;
|
D | stih41x-b2020.dtsi | 53 i2c-min-sda-pulse-width-us = <5>;
|
D | stih418-b2199.dts | 76 st,i2c-min-sda-pulse-width-us = <5>;
|
D | stih415-pinctrl.dtsi | 124 sda = <&pio4 6 ALT1 BIDIR>; 133 sda = <&pio3 2 ALT2 BIDIR>; 277 sda = <&pio9 3 ALT1 BIDIR>; 286 sda = <&pio12 1 ALT1 BIDIR>;
|
D | stih41x-b2000.dtsi | 48 i2c-min-sda-pulse-width-us = <5>;
|
D | at91sam9x5.dtsi | 1247 gpios = <&pioA 30 GPIO_ACTIVE_HIGH /* sda */ 1250 i2c-gpio,sda-open-drain; 1262 gpios = <&pioC 0 GPIO_ACTIVE_HIGH /* sda */ 1265 i2c-gpio,sda-open-drain; 1277 gpios = <&pioB 4 GPIO_ACTIVE_HIGH /* sda */ 1280 i2c-gpio,sda-open-drain;
|
D | stih416-pinctrl.dtsi | 144 sda = <&pio4 6 ALT1 BIDIR>; 162 sda = <&pio3 2 ALT2 BIDIR>; 355 sda = <&pio9 3 ALT1 BIDIR>; 374 sda = <&pio12 1 ALT1 BIDIR>;
|
D | socfpga_arria10_socdk.dtsi | 81 i2c-sda-falling-time-ns = <6000>;
|
D | ste-nomadik-s8815.dts | 119 gpios = <&gpio2 10 0>, /* sda */
|
D | at91sam9rl.dtsi | 1098 gpios = <&pioA 23 GPIO_ACTIVE_HIGH>, /* sda */ 1100 i2c-gpio,sda-open-drain; 1112 gpios = <&pioD 10 GPIO_ACTIVE_HIGH>, /* sda */ 1114 i2c-gpio,sda-open-drain;
|
D | exynos4210-trats.dts | 270 samsung,i2c-sda-delay = <100>; 290 samsung,i2c-sda-delay = <100>;
|
D | exynos4210-smdkv310.dts | 54 samsung,i2c-sda-delay = <100>;
|
D | exynos4210-universal_c210.dts | 291 samsung,i2c-sda-delay = <100>; 305 samsung,i2c-sda-delay = <100>;
|
D | sun6i-a31-colombus.dts | 69 gpios = <&pio 0 23 GPIO_ACTIVE_HIGH>, /* PA23, sda */
|
D | r8a7740-armadillo800eva.dts | 134 gpios = <&pfc 208 GPIO_ACTIVE_HIGH /* sda */
|
D | exynos4412-trats2.dts | 482 samsung,i2c-sda-delay = <100>; 514 samsung,i2c-sda-delay = <100>; 534 samsung,i2c-sda-delay = <100>; 553 samsung,i2c-sda-delay = <100>;
|
D | exynos3250-monk.dts | 178 samsung,i2c-sda-delay = <100>; 401 samsung,i2c-sda-delay = <100>;
|
D | exynos4210-origen.dts | 147 samsung,i2c-sda-delay = <100>;
|
D | sun5i-a13-utoo-p66.dts | 60 gpios = <&pio 6 12 GPIO_ACTIVE_HIGH>, /* PG12, sda */
|
D | at91sam9261.dtsi | 867 gpios = <&pioA 7 GPIO_ACTIVE_HIGH>, /* sda */ 869 i2c-gpio,sda-open-drain;
|
D | s5pv210-aquila.dts | 72 gpios = <&gpj4 0 0>, /* sda */
|
D | exynos3250-rinato.dts | 239 samsung,i2c-sda-delay = <100>; 570 samsung,i2c-sda-delay = <100>;
|
D | exynos5422-odroidxu3-common.dtsi | 316 samsung,i2c-sda-delay = <100>;
|
D | exynos5420-smdk5420.dts | 347 samsung,i2c-sda-delay = <100>;
|
D | at91rm9200.dtsi | 953 gpios = <&pioA 25 GPIO_ACTIVE_HIGH /* sda */ 956 i2c-gpio,sda-open-drain;
|
D | at91sam9263.dtsi | 1024 gpios = <&pioB 4 GPIO_ACTIVE_HIGH /* sda */ 1027 i2c-gpio,sda-open-drain;
|
D | at91sam9260.dtsi | 1022 gpios = <&pioA 23 GPIO_ACTIVE_HIGH /* sda */ 1025 i2c-gpio,sda-open-drain;
|
D | at91sam9n12.dtsi | 1035 gpios = <&pioA 30 GPIO_ACTIVE_HIGH /* sda */ 1038 i2c-gpio,sda-open-drain;
|
D | exynos4412-odroid-common.dtsi | 203 samsung,i2c-sda-delay = <100>;
|
D | exynos4412-origen.dts | 99 samsung,i2c-sda-delay = <100>;
|
D | at91sam9g45.dtsi | 1325 gpios = <&pioA 20 GPIO_ACTIVE_HIGH /* sda */ 1328 i2c-gpio,sda-open-drain;
|
D | am57xx-beagle-x15.dts | 193 0x400 (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c1_sda.sda */
|
D | exynos5420-peach-pit.dts | 681 samsung,i2c-sda-delay = <100>;
|
D | exynos5800-peach-pi.dts | 643 samsung,i2c-sda-delay = <100>;
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-service-time.txt | 68 In case that 2 paths (sda and sdb) are used with repeat_count == 128 69 and sda has an average throughput 1GB/s and sdb has 4GB/s, 70 'relative_throughput' value may be '1' for sda and '4' for sdb. 82 Or '2' for sda and '8' for sdb would be also true.
|
D | dm-queue-length.txt | 30 In case that 2 paths (sda and sdb) are used with repeat_count == 128.
|
/linux-4.4.14/drivers/staging/olpc_dcon/ |
D | olpc_dcon_xo_1_5.c | 86 static void set_i2c_line(int sda, int scl) in set_i2c_line() argument 100 if (sda) in set_i2c_line()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-ibm_iic.c | 245 u8 mask, v, sda; in iic_smbus_quick() local 268 sda = 0; in iic_smbus_quick() 274 out_8(&iic->directcntl, sda); in iic_smbus_quick() 276 sda = (v & mask) ? DIRCNTL_SDAC : 0; in iic_smbus_quick() 277 out_8(&iic->directcntl, sda); in iic_smbus_quick() 280 out_8(&iic->directcntl, DIRCNTL_SCC | sda); in iic_smbus_quick() 287 out_8(&iic->directcntl, sda); in iic_smbus_quick()
|
/linux-4.4.14/Documentation/laptops/ |
D | disk-shock-protection.txt | 62 /dev/sda and stop all I/O operations for five seconds: 64 # echo 5000 > /sys/block/sda/device/unload_heads 68 # cat /sys/block/sda/device/unload_heads 100 instead of /dev/sda), then parking the heads of one drive (drive X) 117 # echo -1 > /sys/block/sda/device/unload_heads 119 will enable the feature for /dev/sda, and giving -2 instead of -1 will
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | wii.dts | 195 sda-is-open-drain; 196 sda-enforce-dir;
|
D | virtex440-ml507.dts | 295 xlnx,sda-inertial-delay = <0x0>;
|
D | virtex440-ml510.dts | 265 xlnx,sda-inertial-delay = <0x5>;
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | i2c_.fuc | 80 // $r2 - sda line 203 // $r2 - sda line 218 // $r2 - sda line
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-i2c.c | 494 int sda; in ivtv_start() local 496 sda = ivtv_getsda(itv); in ivtv_start() 497 if (sda != 1) { in ivtv_start()
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | as3722.txt | 21 i2c scl/sda pins. Missing this will disable internal pullup on i2c 22 scl/sda lines.
|
/linux-4.4.14/arch/unicore32/configs/ |
D | unicore32_defconfig | 30 # others support: test_suspend=mem root=/dev/sda
|
/linux-4.4.14/arch/arm64/boot/dts/arm/ |
D | juno-base.dtsi | 141 i2c-sda-hold-time-ns = <500>;
|
/linux-4.4.14/tools/usb/usbip/ |
D | README | 182 /sys/block/sda/device
|
/linux-4.4.14/Documentation/ |
D | sysfs-rules.txt | 59 o kernel name (sda, tty, 0000:00:1f.2, ...) 89 context properties. If the device 'eth0' or 'sda' does not have a
|
D | bcache.txt | 47 make-bcache -B /dev/sda /dev/sdb -C /dev/sdc
|
D | devices.txt | 282 0 = /dev/sda First SCSI disk whole disk
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.megaraid | 56 > sd_init_command: disk=sda, block=871769260, count=26 57 > sda : block=871769260 58 > sda : reading 26/26 512 byte blocks. 70 > sd_rw_intr: sda: res=0x0
|
D | tmscsim.txt | 97 dd if=/dev/sda of=/mnt/floppy/sda bs=512 count=1
|
D | ChangeLog.1992-1997 | 1618 sda, sdb, etc instead of sd0, sd1, etc.
|
/linux-4.4.14/arch/s390/include/asm/ |
D | kvm_host.h | 47 __u64 sda; member
|
/linux-4.4.14/arch/s390/kvm/ |
D | kvm-s390.c | 1194 if (vcpu->kvm->arch.sca->cpu[vcpu->vcpu_id].sda == in kvm_arch_vcpu_destroy() 1196 vcpu->kvm->arch.sca->cpu[vcpu->vcpu_id].sda = 0; in kvm_arch_vcpu_destroy() 1459 if (!kvm->arch.sca->cpu[id].sda) in kvm_arch_vcpu_create() 1460 kvm->arch.sca->cpu[id].sda = in kvm_arch_vcpu_create()
|
/linux-4.4.14/arch/microblaze/boot/dts/ |
D | system.dts | 250 xlnx,sda-inertial-delay = <0x0>;
|
/linux-4.4.14/Documentation/cgroups/ |
D | blkio-controller.txt | 165 Configure weight=500 on /dev/sda (8:0) in this cgroup 172 Remove specific weight for /dev/sda in this cgroup
|
/linux-4.4.14/kernel/trace/ |
D | Kconfig | 394 echo 1 > /sys/block/sda/sda1/trace/enable
|
/linux-4.4.14/drivers/pinctrl/sh-pfc/ |
D | pfc-r8a7778.c | 1427 #define I2C_PFC_MUX(name, sda, scl) SH_PFC_MUX2(name, sda, scl) argument
|
/linux-4.4.14/Documentation/filesystems/ |
D | f2fs.txt | 171 /sys/fs/f2fs based on its device name (i.e., /sys/fs/f2fs/sda).
|
/linux-4.4.14/Documentation/isdn/ |
D | README.HiSax | 526 boot=/dev/sda
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-mio-defs.h | 3701 uint64_t sda:1; member 3723 uint64_t sda:1;
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 77 /dev/sda: -> 0x0800 (first SCSI disk)
|