Home
last modified time | relevance | path

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

12345

/openbmc/linux/drivers/misc/cardreader/
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
/openbmc/linux/Documentation/devicetree/bindings/media/
H A 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
H A Dcdns,csi2tx.txt11 - clocks: phandles to the clocks driving the controller
/openbmc/linux/Documentation/ABI/testing/
H A 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
H A Dsysfs-bus-iio-frequency-ad952330 Writing this file has the effect as driving the external
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A 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
/openbmc/linux/Documentation/driver-api/gpio/
H A 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
/openbmc/linux/Documentation/devicetree/bindings/serial/
H A Dbrcm,bcm2835-aux-uart.txt8 - clocks: Clock driving the hardware; used to figure out the baud rate
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/cpm/
H A Dbrg.txt11 - clock-frequency : Specifies the base frequency driving
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Drt5682.txt62 - realtek,dmic-clk-driving-high : Set the high driving of the DMIC clock out.
/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-x86/chassis/x86-power-control/
H A Dpower-config-host0.json20 // (normally the NMI button input) instead as an output and driving
/openbmc/linux/Documentation/devicetree/bindings/timer/
H A Dfsl,gtm.txt10 - clock-frequency : specifies the frequency driving the timer.
/openbmc/u-boot/doc/device-tree-bindings/usb/
H A Dmarvell.xhci-usb.txt15 - clocks: phandle to system controller clock driving this unit
/openbmc/linux/drivers/clk/versatile/
H A DKconfig28 Simple regmap-based driver driving clock generators on Versatile
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dcdns,gpio.txt12 - clocks: should contain one entry referencing the peripheral clock driving
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-g12b-s922x-khadas-vim3.dts22 * The PHY driving these differential lines is shared between
H A Dmeson-g12b-a311d-khadas-vim3.dts22 * The PHY driving these differential lines is shared between
/openbmc/linux/Documentation/hwmon/
H A Dpwm-fan.rst14 The driver implements a simple interface for driving a fan connected to
H A Dftsteutates.rst26 is currently driving which fan channel. This value might dynamically change
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Dhi3798cv200-dw-mshc.txt20 "ciu-drive" - Hi3798CV200 extended phase clock for ciu driving.
/openbmc/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.c209 unsigned int pin, unsigned char driving) in mtk_pconf_set_driving() argument
224 if (driving >= drv_grp->min_drv && driving <= drv_grp->max_drv in mtk_pconf_set_driving()
225 && !(driving % drv_grp->step)) { in mtk_pconf_set_driving()
226 val = driving / drv_grp->step - 1; in mtk_pconf_set_driving()

12345