Home
last modified time | relevance | path

Searched refs:auto_stop (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Duhci-hcd.c292 int auto_stop; in suspend_rh() local
296 auto_stop = (new_state == UHCI_RH_AUTO_STOPPED); in suspend_rh()
298 (auto_stop ? " (auto-stop)" : "")); in suspend_rh()
312 if (auto_stop) { in suspend_rh()
358 if (!auto_stop && !(uhci_readw(uhci, USBSTS) & USBSTS_HCH)) { in suspend_rh()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/ae/
H A Drk_aiq_types_ae_hw.h124 unsigned char auto_stop; member
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-rk3x.c332 bool auto_stop = rk3x_i2c_auto_stop(i2c); in rk3x_i2c_start() local
337 if (!auto_stop) { in rk3x_i2c_start()
344 if (!auto_stop) { in rk3x_i2c_start()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp2-config.h1730 __u8 auto_stop; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp2-config.h1742 u8 auto_stop; member
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c473 ISP2X_SIHST_CTRL_AUTOSTOP_SET(arg->win_cfg[i].auto_stop) | in isp_sihst_config()