Home
last modified time | relevance | path

Searched refs:sda (Results 1 – 93 of 93) sorted by relevance

/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-gpio.txt5 - 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;
Di2c-designware.txt14 - 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>;
Di2c-st.txt19 - st,i2c-min-sda-pulse-width-us : The minimum valid SDA pulse width that is
40 st,i2c-min-sda-pulse-width-us = <5>;
Di2c-imx.txt18 - sda-gpios: specify the gpio related to SDA pin
48 sda-gpios = <&gpio5 27 GPIO_ACTIVE_HIGH>;
Di2c-s3c2410.txt18 - samsung,i2c-sda-delay: Delay (in ns) applied to data line (SDA) edges.
43 samsung,i2c-sda-delay = <100>;
Di2c-rk3x.txt32 - i2c-sda-falling-time-ns : Number of nanoseconds the SDA signal takes to fall
/linux-4.4.14/drivers/hwmon/
Demc1403.c49 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 …]
Dtmp103.c68 struct sensor_device_attribute *sda = to_sensor_dev_attr(attr); in tmp103_show_temp() local
73 ret = regmap_read(regmap, sda->index, &regval); 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()
Dtmp102.c122 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()
Dasc7621.c110 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 …]
Dapplesmc.c107 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/
Di2c-algo-bit.c240 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/
Dbit.c108 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/
Dabilis_tb100_dvk.dts48 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>;
Dabilis_tb101_dvk.dts48 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/
Dw996Xcf.c194 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/
Dmarvell,armada-39x-pinctrl.txt21 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)
Dmarvell,armada-370-pinctrl.txt19 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)
Dmarvell,armada-38x-pinctrl.txt21 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)
Dmarvell,kirkwood-pinctrl.txt32 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)
Dmarvell,armada-375-pinctrl.txt30 mpp14 14 gpio, i2c0(sda), uart1(txd)
77 mpp61 61 gpio, i2c1(sda), uart1(rxd), spi1(cs2), led(p0)
Dmarvell,dove-pinctrl.txt40 mpp17 17 gpio, uart3(cts), sdio0(wp), ac97(sdi2), twsi(sda),
/linux-4.4.14/arch/arm/boot/dts/
Dkirkwood-km_common.dtsi22 pmx_i2c_gpio_sda: pmx-gpio-sda {
39 gpios = < &gpio0 8 GPIO_ACTIVE_HIGH /* sda */
Dexynos5250-spring.dts108 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>;
Dexynos5250-snow-common.dtsi278 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>;
Dexynos5250-smdk5250.dts125 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>;
Dstih407-pinctrl.dtsi166 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>;
Dexynos5250-arndale.dts164 samsung,i2c-sda-delay = <100>;
460 samsung,i2c-sda-delay = <100>;
494 samsung,i2c-sda-delay = <100>;
506 samsung,i2c-sda-delay = <100>;
Ds5pv210-goni.dts83 gpios = <&gpj4 0 0>, /* sda */
345 samsung,i2c-sda-delay = <100>;
369 samsung,i2c-sda-delay = <100>;
Dstihxxx-b2120.dtsi72 st,i2c-min-sda-pulse-width-us = <5>;
Dstih41x-b2020.dtsi53 i2c-min-sda-pulse-width-us = <5>;
Dstih418-b2199.dts76 st,i2c-min-sda-pulse-width-us = <5>;
Dstih415-pinctrl.dtsi124 sda = <&pio4 6 ALT1 BIDIR>;
133 sda = <&pio3 2 ALT2 BIDIR>;
277 sda = <&pio9 3 ALT1 BIDIR>;
286 sda = <&pio12 1 ALT1 BIDIR>;
Dstih41x-b2000.dtsi48 i2c-min-sda-pulse-width-us = <5>;
Dat91sam9x5.dtsi1247 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;
Dstih416-pinctrl.dtsi144 sda = <&pio4 6 ALT1 BIDIR>;
162 sda = <&pio3 2 ALT2 BIDIR>;
355 sda = <&pio9 3 ALT1 BIDIR>;
374 sda = <&pio12 1 ALT1 BIDIR>;
Dsocfpga_arria10_socdk.dtsi81 i2c-sda-falling-time-ns = <6000>;
Dste-nomadik-s8815.dts119 gpios = <&gpio2 10 0>, /* sda */
Dat91sam9rl.dtsi1098 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;
Dexynos4210-trats.dts270 samsung,i2c-sda-delay = <100>;
290 samsung,i2c-sda-delay = <100>;
Dexynos4210-smdkv310.dts54 samsung,i2c-sda-delay = <100>;
Dexynos4210-universal_c210.dts291 samsung,i2c-sda-delay = <100>;
305 samsung,i2c-sda-delay = <100>;
Dsun6i-a31-colombus.dts69 gpios = <&pio 0 23 GPIO_ACTIVE_HIGH>, /* PA23, sda */
Dr8a7740-armadillo800eva.dts134 gpios = <&pfc 208 GPIO_ACTIVE_HIGH /* sda */
Dexynos4412-trats2.dts482 samsung,i2c-sda-delay = <100>;
514 samsung,i2c-sda-delay = <100>;
534 samsung,i2c-sda-delay = <100>;
553 samsung,i2c-sda-delay = <100>;
Dexynos3250-monk.dts178 samsung,i2c-sda-delay = <100>;
401 samsung,i2c-sda-delay = <100>;
Dexynos4210-origen.dts147 samsung,i2c-sda-delay = <100>;
Dsun5i-a13-utoo-p66.dts60 gpios = <&pio 6 12 GPIO_ACTIVE_HIGH>, /* PG12, sda */
Dat91sam9261.dtsi867 gpios = <&pioA 7 GPIO_ACTIVE_HIGH>, /* sda */
869 i2c-gpio,sda-open-drain;
Ds5pv210-aquila.dts72 gpios = <&gpj4 0 0>, /* sda */
Dexynos3250-rinato.dts239 samsung,i2c-sda-delay = <100>;
570 samsung,i2c-sda-delay = <100>;
Dexynos5422-odroidxu3-common.dtsi316 samsung,i2c-sda-delay = <100>;
Dexynos5420-smdk5420.dts347 samsung,i2c-sda-delay = <100>;
Dat91rm9200.dtsi953 gpios = <&pioA 25 GPIO_ACTIVE_HIGH /* sda */
956 i2c-gpio,sda-open-drain;
Dat91sam9263.dtsi1024 gpios = <&pioB 4 GPIO_ACTIVE_HIGH /* sda */
1027 i2c-gpio,sda-open-drain;
Dat91sam9260.dtsi1022 gpios = <&pioA 23 GPIO_ACTIVE_HIGH /* sda */
1025 i2c-gpio,sda-open-drain;
Dat91sam9n12.dtsi1035 gpios = <&pioA 30 GPIO_ACTIVE_HIGH /* sda */
1038 i2c-gpio,sda-open-drain;
Dexynos4412-odroid-common.dtsi203 samsung,i2c-sda-delay = <100>;
Dexynos4412-origen.dts99 samsung,i2c-sda-delay = <100>;
Dat91sam9g45.dtsi1325 gpios = <&pioA 20 GPIO_ACTIVE_HIGH /* sda */
1328 i2c-gpio,sda-open-drain;
Dam57xx-beagle-x15.dts193 0x400 (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c1_sda.sda */
Dexynos5420-peach-pit.dts681 samsung,i2c-sda-delay = <100>;
Dexynos5800-peach-pi.dts643 samsung,i2c-sda-delay = <100>;
/linux-4.4.14/Documentation/device-mapper/
Ddm-service-time.txt68 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.
Ddm-queue-length.txt30 In case that 2 paths (sda and sdb) are used with repeat_count == 128.
/linux-4.4.14/drivers/staging/olpc_dcon/
Dolpc_dcon_xo_1_5.c86 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/
Di2c-ibm_iic.c245 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/
Ddisk-shock-protection.txt62 /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/
Dwii.dts195 sda-is-open-drain;
196 sda-enforce-dir;
Dvirtex440-ml507.dts295 xlnx,sda-inertial-delay = <0x0>;
Dvirtex440-ml510.dts265 xlnx,sda-inertial-delay = <0x5>;
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Di2c_.fuc80 // $r2 - sda line
203 // $r2 - sda line
218 // $r2 - sda line
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-i2c.c494 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/
Das3722.txt21 i2c scl/sda pins. Missing this will disable internal pullup on i2c
22 scl/sda lines.
/linux-4.4.14/arch/unicore32/configs/
Dunicore32_defconfig30 # others support: test_suspend=mem root=/dev/sda
/linux-4.4.14/arch/arm64/boot/dts/arm/
Djuno-base.dtsi141 i2c-sda-hold-time-ns = <500>;
/linux-4.4.14/tools/usb/usbip/
DREADME182 /sys/block/sda/device
/linux-4.4.14/Documentation/
Dsysfs-rules.txt59 o kernel name (sda, tty, 0000:00:1f.2, ...)
89 context properties. If the device 'eth0' or 'sda' does not have a
Dbcache.txt47 make-bcache -B /dev/sda /dev/sdb -C /dev/sdc
Ddevices.txt282 0 = /dev/sda First SCSI disk whole disk
/linux-4.4.14/Documentation/scsi/
DChangeLog.megaraid56 > 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
Dtmscsim.txt97 dd if=/dev/sda of=/mnt/floppy/sda bs=512 count=1
DChangeLog.1992-19971618 sda, sdb, etc instead of sd0, sd1, etc.
/linux-4.4.14/arch/s390/include/asm/
Dkvm_host.h47 __u64 sda; member
/linux-4.4.14/arch/s390/kvm/
Dkvm-s390.c1194 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/
Dsystem.dts250 xlnx,sda-inertial-delay = <0x0>;
/linux-4.4.14/Documentation/cgroups/
Dblkio-controller.txt165 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/
DKconfig394 echo 1 > /sys/block/sda/sda1/trace/enable
/linux-4.4.14/drivers/pinctrl/sh-pfc/
Dpfc-r8a7778.c1427 #define I2C_PFC_MUX(name, sda, scl) SH_PFC_MUX2(name, sda, scl) argument
/linux-4.4.14/Documentation/filesystems/
Df2fs.txt171 /sys/fs/f2fs based on its device name (i.e., /sys/fs/f2fs/sda).
/linux-4.4.14/Documentation/isdn/
DREADME.HiSax526 boot=/dev/sda
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-mio-defs.h3701 uint64_t sda:1; member
3723 uint64_t sda:1;
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt77 /dev/sda: -> 0x0800 (first SCSI disk)