Searched full:resetb (Results 1 – 25 of 26) sorted by relevance
12
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
D | ov2640.txt | 13 - resetb-gpios: reference to the GPIO connected to the resetb pin, if any. 28 resetb-gpios = <&pioE 11 GPIO_ACTIVE_LOW>;
|
D | ov9650.txt | 10 - reset-gpios: reference to the GPIO connected to the resetb pin, if any.
|
D | ov2659.txt | 18 - reset-gpios: reference to the GPIO connected to the resetb pin, if any.
|
D | ov7670.txt | 17 - reset-gpios: reference to the GPIO connected to the resetb pin, if any.
|
D | galaxycore,gc08a3.yaml | 35 description: Reference to the GPIO connected to the RESETB pin.
|
D | ovti,ov5645.yaml | 42 Reference to the GPIO connected to the RESETB pin, if any.
|
D | galaxycore,gc05a2.yaml | 35 description: Reference to the GPIO connected to the RESETB pin.
|
D | hynix,hi846.yaml | 38 description: Reference to the GPIO connected to the RESETB pin. Active low.
|
D | tvp5150.txt | 15 - reset-gpios: Phandle for the GPIO connected to the RESETB pin, if any.
|
/linux-6.12.1/arch/arm/boot/dts/microchip/ |
D | at91sam9g25ek.dts | 23 resetb-gpios = <&pioA 7 GPIO_ACTIVE_LOW>;
|
D | sama5d3xmb.dtsi | 60 resetb-gpios = <&pioE 24 GPIO_ACTIVE_LOW>;
|
D | sama5d3xmb_cmp.dtsi | 59 resetb-gpios = <&pioE 24 GPIO_ACTIVE_LOW>;
|
D | at91sam9m10g45ek.dts | 73 resetb-gpios = <&pioD 12 GPIO_ACTIVE_LOW>;
|
/linux-6.12.1/Documentation/devicetree/bindings/media/ |
D | atmel-isi.txt | 52 resetb-gpios = <&pioE 11 GPIO_ACTIVE_LOW>;
|
/linux-6.12.1/drivers/media/i2c/ |
D | ov2640.c | 789 /* Active the resetb pin to perform a reset pulse */ in ov2640_set_power() 1154 priv->resetb_gpio = devm_gpiod_get_optional(&client->dev, "resetb", in ov2640_probe_dt() 1158 dev_dbg(&client->dev, "resetb gpio is not assigned!\n"); in ov2640_probe_dt() 1163 "Error %d while getting resetb gpio\n", ret); in ov2640_probe_dt()
|
D | tc358746.c | 65 #define RESETB BIT(1) macro 407 val = PLL_FRS(ilog2(post)) | RESETB | PLL_EN; in tc358746_apply_pll_config() 408 mask = PLL_FRS_MASK | RESETB | PLL_EN; in tc358746_apply_pll_config()
|
D | ov5640.c | 2441 * t3 >= 1ms Delay from PWDN pull down to RESETB pull up 2442 * t4 >= 20ms Delay from RESETB pull up to SCCB (i2c) stable 2444 * Some modules don't expose RESETB/PWDN pins directly, instead providing a
|
D | ov5647.c | 33 * From the datasheet, "20ms after PWDN goes low or 20ms after RESETB goes
|
D | ov2659.c | 214 /* used to control the sensor RESETB pin */
|
D | gc2145.c | 1029 * Datasheet doesn't mention timing between PWDN/RESETB control and in gc2145_power_on()
|
/linux-6.12.1/arch/arm/boot/dts/st/ |
D | stm32429i-eval.dts | 207 resetb-gpios = <&stmpegpio 2 GPIO_ACTIVE_HIGH>;
|
/linux-6.12.1/drivers/clk/imx/ |
D | clk-pll14xx.c | 421 * RESETB = 1 from 0, PLL starts its normal in clk_pll14xx_prepare()
|
/linux-6.12.1/drivers/gpu/drm/bridge/ |
D | tc358768.c | 637 /* FRS[11:10] LBWS[9:8] CKEN[4] RESETB[1] EN[0] */ in tc358768_setup_pll() 644 /* FRS[11:10] LBWS[9:8] CKEN[4] PLL_CKEN[4] RESETB[1] EN[0] */ in tc358768_setup_pll()
|
/linux-6.12.1/drivers/media/pci/ttpci/ |
D | budget-ci.c | 1406 * On the TT S2 3200 and clones, the STB0899 demodulator's RESETB is in frontend_init()
|
/linux-6.12.1/drivers/infiniband/hw/qib/ |
D | qib_iba6120.c | 1296 SYM_MASK(SerdesCfg0, ResetB) | in qib_6120_bringup_serdes() 1307 SYM_MASK(SerdesCfg0, ResetB) | in qib_6120_bringup_serdes()
|
12