Searched full:xshutdown (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | samsung,s5c73m3.yaml | 61 xshutdown-gpios: 63 description: XSHUTDOWN pin. 103 xshutdown-gpios: false 116 - xshutdown-gpios 142 xshutdown-gpios = <&gpf1 3 GPIO_ACTIVE_LOW>; /* ISP_RESET */
|
H A D | samsung-s5c73m3.txt | 23 - xshutdown-gpios : specifier of GPIO connected to the XSHUTDOWN pin; 79 xshutdown-gpios = <&gpf1 3 1>;
|
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | ad5820.txt | 16 - enable-gpios : GPIO spec for the XSHUTDOWN pin. The XSHUTDOWN signal is
|
H A D | toshiba,et8ek8.txt | 19 - reset-gpios: XSHUTDOWN GPIO. The XSHUTDOWN signal is active low. The sensor
|
H A D | ov7251.txt | 13 to the hardware pin XSHUTDOWN which is physically active low.
|
H A D | ovti,ov5670.yaml | 32 description: Reference to the GPIO connected to the XSHUTDOWN pin. Active low.
|
H A D | nokia,smia.txt | 30 - reset-gpios: XSHUTDOWN GPIO
|
H A D | ovti,og01a1b.yaml | 33 description: Active low GPIO connected to XSHUTDOWN pad of the sensor.
|
H A D | ovti,ov2680.yaml | 36 This corresponds to the hardware pin XSHUTDOWN which is physically
|
H A D | hynix,hi846.yaml | 42 description: Reference to the GPIO connected to the XSHUTDOWN pin. Active low.
|
H A D | ov8856.yaml | 56 This corresponds to the hardware pin XSHUTDOWN which is physically
|
H A D | ovti,ov8856.yaml | 56 This corresponds to the hardware pin XSHUTDOWN which is physically
|
H A D | mipi-ccs.yaml | 57 description: Reset GPIO. Also commonly called XSHUTDOWN in hardware
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.h | 1747 ** structures. The xShutdown method is invoked (indirectly) by 1750 ** xInit and xShutdown. 1754 ** xShutdown method is only called from [sqlite3_shutdown()] so it does 1764 ** call to xShutdown(). 1774 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member 1775 void *pAppData; /* Argument to xInit() and xShutdown() */ 8969 ** [[the xShutdown() page cache method]] 8970 ** ^The xShutdown() method is called by [sqlite3_shutdown()]. 8973 ** ^The xShutdown() method may be NULL. 8977 ** xShutdown method is only called from [sqlite3_shutdown()] so it does [all …]
|
H A D | shell.c | 2609 memtraceBase.xShutdown(p); in memtraceShutdown() 2697 fprintf(pcachetraceOut, "PCACHETRACE: xShutdown(%p)\n", pArg); in pcachetraceShutdown() 2699 pcacheBase.xShutdown(pArg); in pcachetraceShutdown()
|
H A D | sqlite3.c | 2060 ** structures. The xShutdown method is invoked (indirectly) by 2063 ** xInit and xShutdown. 2067 ** xShutdown method is only called from [sqlite3_shutdown()] so it does 2077 ** call to xShutdown(). 2087 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member 2088 void *pAppData; /* Argument to xInit() and xShutdown() */ 9282 ** [[the xShutdown() page cache method]] 9283 ** ^The xShutdown() method is called by [sqlite3_shutdown()]. 9286 ** ^The xShutdown() method may be NULL. 9290 ** xShutdown method is only called from [sqlite3_shutdown()] so it does [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos4412-midas.dtsi | 611 xshutdown-gpios = <&gpf1 3 GPIO_ACTIVE_LOW>; /* ISP_RESET */
|