/Linux-v6.1/drivers/misc/cardreader/ |
D | rts5227.c | 39 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()
|
D | rts5260.c | 41 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()
|
D | rts5228.c | 41 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()
|
D | rts5261.c | 40 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()
|
D | rts5249.c | 38 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/ |
D | pxa-camera.txt | 11 - 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
|
D | cdns,csi2rx.txt | 10 - clocks: phandles to the clocks driving the controller
|
D | cdns,csi2tx.txt | 11 - clocks: phandles to the clocks driving the controller
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-bus-i3c | 53 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
|
D | sysfs-bus-iio-frequency-ad9523 | 30 Writing this file has the effect as driving the external
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | rt5682.txt | 47 - realtek,dmic-clk-driving-high : Set the high driving of the DMIC clock out.
|
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/ |
D | sprd,pinctrl.txt | 8 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/ |
D | brcm,bcm2835-aux-uart.txt | 8 - clocks: Clock driving the hardware; used to figure out the baud rate
|
/Linux-v6.1/Documentation/driver-api/gpio/ |
D | intro.rst | 69 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/ |
D | brg.txt | 11 - clock-frequency : Specifies the base frequency driving
|
/Linux-v6.1/Documentation/devicetree/bindings/timer/ |
D | fsl,gtm.txt | 10 - clock-frequency : specifies the frequency driving the timer.
|
/Linux-v6.1/drivers/clk/versatile/ |
D | Kconfig | 28 Simple regmap-based driver driving clock generators on Versatile
|
/Linux-v6.1/Documentation/devicetree/bindings/gpio/ |
D | ni,169445-nand-gpio.txt | 20 - no-output: disables driving output on the pins
|
D | cdns,gpio.txt | 12 - clocks: should contain one entry referencing the peripheral clock driving
|
/Linux-v6.1/Documentation/devicetree/bindings/leds/ |
D | leds-an30259a.txt | 3 The AN30259A is a LED controller capable of driving three LEDs independently. It supports
|
/Linux-v6.1/arch/arm64/boot/dts/amlogic/ |
D | meson-g12b-a311d-khadas-vim3.dts | 22 * The PHY driving these differential lines is shared between
|
D | meson-g12b-s922x-khadas-vim3.dts | 22 * The PHY driving these differential lines is shared between
|
/Linux-v6.1/Documentation/hwmon/ |
D | pwm-fan.rst | 14 The driver implements a simple interface for driving a fan connected to
|
/Linux-v6.1/Documentation/devicetree/bindings/mmc/ |
D | hi3798cv200-dw-mshc.txt | 20 "ciu-drive" - Hi3798CV200 extended phase clock for ciu driving.
|
/Linux-v6.1/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.c | 211 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()
|