Home
last modified time | relevance | path

Searched refs:driving (Results 1 – 25 of 89) sorted by relevance

1234

/Linux-v6.1/drivers/misc/cardreader/
Drts5227.c39 u8 (*driving)[3], drive_sel; in rts5227_fill_driving() local
42 driving = driving_3v3; in rts5227_fill_driving()
45 driving = driving_1v8; in rts5227_fill_driving()
50 0xFF, driving[drive_sel][0]); in rts5227_fill_driving()
52 0xFF, driving[drive_sel][1]); in rts5227_fill_driving()
54 0xFF, driving[drive_sel][2]); in rts5227_fill_driving()
Drts5260.c41 u8 (*driving)[3], drive_sel; in rts5260_fill_driving() local
44 driving = driving_3v3; in rts5260_fill_driving()
47 driving = driving_1v8; in rts5260_fill_driving()
52 0xFF, driving[drive_sel][0]); in rts5260_fill_driving()
55 0xFF, driving[drive_sel][1]); in rts5260_fill_driving()
58 0xFF, driving[drive_sel][2]); in rts5260_fill_driving()
Drts5228.c41 u8 (*driving)[3], drive_sel; in rts5228_fill_driving() local
44 driving = driving_3v3; in rts5228_fill_driving()
47 driving = driving_1v8; in rts5228_fill_driving()
52 0xFF, driving[drive_sel][0]); in rts5228_fill_driving()
55 0xFF, driving[drive_sel][1]); in rts5228_fill_driving()
58 0xFF, driving[drive_sel][2]); in rts5228_fill_driving()
Drts5261.c40 u8 (*driving)[3], drive_sel; in rts5261_fill_driving() local
43 driving = driving_3v3; in rts5261_fill_driving()
46 driving = driving_1v8; in rts5261_fill_driving()
51 0xFF, driving[drive_sel][0]); in rts5261_fill_driving()
54 0xFF, driving[drive_sel][1]); in rts5261_fill_driving()
57 0xFF, driving[drive_sel][2]); in rts5261_fill_driving()
Drts5249.c38 u8 (*driving)[3], drive_sel; in rts5249_fill_driving() local
41 driving = driving_3v3; in rts5249_fill_driving()
44 driving = driving_1v8; in rts5249_fill_driving()
49 0xFF, driving[drive_sel][0]); in rts5249_fill_driving()
51 0xFF, driving[drive_sel][1]); in rts5249_fill_driving()
53 0xFF, driving[drive_sel][2]); in rts5249_fill_driving()
/Linux-v6.1/Documentation/devicetree/bindings/media/
Dpxa-camera.txt11 - clock-output-names: should contain the name of the clock driving the
13 - clock-frequency: host interface is driving MCLK, and MCLK rate is this rate
Dcdns,csi2rx.txt10 - clocks: phandles to the clocks driving the controller
Dcdns,csi2tx.txt11 - clocks: phandles to the clocks driving the controller
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-i3c53 This entry describes the BCR of the master controller driving
63 This entry describes the DCR of the master controller driving
75 This entry describes the PID of the master controller driving
89 driving the bus.
96 that all devices are represented including the master driving
Dsysfs-bus-iio-frequency-ad952330 Writing this file has the effect as driving the external
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Drt5682.txt47 - realtek,dmic-clk-driving-high : Set the high driving of the DMIC clock out.
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/
Dsprd,pinctrl.txt8 pad driving level, system control select and so on ("domain pad
9 driving level": One pin can output 3.0v or 1.8v, depending on the
10 related domain pad driving selection, if the related domain pad
/Linux-v6.1/Documentation/devicetree/bindings/serial/
Dbrcm,bcm2835-aux-uart.txt8 - clocks: Clock driving the hardware; used to figure out the baud rate
/Linux-v6.1/Documentation/driver-api/gpio/
Dintro.rst69 MMC/SD card insertion/removal, detecting card write-protect status, driving
115 The same logic can be applied to emulate open source signaling, by driving the
119 If you are "driving" the signal high but gpiod_get_value(gpio) reports a low
121 driving the shared signal low. That's not necessarily an error. As one common
/Linux-v6.1/Documentation/devicetree/bindings/soc/fsl/cpm_qe/cpm/
Dbrg.txt11 - clock-frequency : Specifies the base frequency driving
/Linux-v6.1/Documentation/devicetree/bindings/timer/
Dfsl,gtm.txt10 - clock-frequency : specifies the frequency driving the timer.
/Linux-v6.1/drivers/clk/versatile/
DKconfig28 Simple regmap-based driver driving clock generators on Versatile
/Linux-v6.1/Documentation/devicetree/bindings/gpio/
Dni,169445-nand-gpio.txt20 - no-output: disables driving output on the pins
Dcdns,gpio.txt12 - clocks: should contain one entry referencing the peripheral clock driving
/Linux-v6.1/Documentation/devicetree/bindings/leds/
Dleds-an30259a.txt3 The AN30259A is a LED controller capable of driving three LEDs independently. It supports
/Linux-v6.1/arch/arm64/boot/dts/amlogic/
Dmeson-g12b-a311d-khadas-vim3.dts22 * The PHY driving these differential lines is shared between
Dmeson-g12b-s922x-khadas-vim3.dts22 * The PHY driving these differential lines is shared between
/Linux-v6.1/Documentation/hwmon/
Dpwm-fan.rst14 The driver implements a simple interface for driving a fan connected to
/Linux-v6.1/Documentation/devicetree/bindings/mmc/
Dhi3798cv200-dw-mshc.txt20 "ciu-drive" - Hi3798CV200 extended phase clock for ciu driving.
/Linux-v6.1/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common.c211 unsigned int pin, unsigned char driving) in mtk_pconf_set_driving() argument
226 if (driving >= drv_grp->min_drv && driving <= drv_grp->max_drv in mtk_pconf_set_driving()
227 && !(driving % drv_grp->step)) { in mtk_pconf_set_driving()
228 val = driving / drv_grp->step - 1; in mtk_pconf_set_driving()

1234