Home
last modified time | relevance | path

Searched refs:autostop (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-hub.c47 static int ohci_rh_suspend (struct ohci_hcd *ohci, int autostop) in ohci_rh_suspend() argument
67 if (!ohci->autostop) { in ohci_rh_suspend()
73 autostop ? "auto-stop" : "suspend"); in ohci_rh_suspend()
76 if (!autostop && (ohci->hc_control & OHCI_SCHED_ENABLES)) { in ohci_rh_suspend()
86 ohci->autostop = 0; in ohci_rh_suspend()
113 if (ohci_to_hcd(ohci)->self.root_hub->do_remote_wakeup || autostop) { in ohci_rh_suspend()
130 if (!autostop) { in ohci_rh_suspend()
132 ohci->autostop = 0; in ohci_rh_suspend()
156 int autostopped = ohci->autostop; in ohci_rh_resume()
158 ohci->autostop = 0; in ohci_rh_resume()
[all …]
H A Dohci.h407 unsigned autostop:1; /* rh auto stopping/stopped */ member
H A Dohci-hcd.c954 if (ohci->autostop) { in ohci_irq()
/OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/
H A Dnvp6158_coax_table.h77 int autostop; member
3025 .autostop = 0,
3039 .autostop = 0,
3053 .autostop = 0,
3067 .autostop = 0,
3081 .autostop = 0,
3095 .autostop = 0,
3109 .autostop = 1,
3123 .autostop = 0,
3137 .autostop = 0,
[all …]
H A Dnvp6158_coax_protocol.c334 printk("[drv_coax]Ch: %d Command >>>>> %s >>> autostop = %d\n", ch, pCMD->name, pCMD->autostop); in nvp6158_coax_tx_cmd_send()
380 if((cmd == COAX_CMD_STOP) || (pCMD->autostop == 1)) in nvp6158_coax_tx_cmd_send()
391 if((cmd == COAX_CMD_STOP) || (pCMD->autostop == 1)) in nvp6158_coax_tx_cmd_send()
394 if(pCMD->autostop == 1) { in nvp6158_coax_tx_cmd_send()
434 if((cmd == COAX_CMD_STOP) || (pCMD->autostop == 1)) in nvp6158_coax_tx_cmd_send()
/OK3568_Linux_fs/kernel/drivers/staging/media/rkisp1/uapi/
H A Drkisp1-config.h548 __u32 autostop; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp1-config.h484 __u32 autostop; member
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v1x.c695 if (arg->autostop) in isp_aec_config_v10()
728 if (arg->autostop) in isp_aec_config_v12()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/
H A Disp_params.c740 if (arg->autostop) in isp_aec_config_v10()
773 if (arg->autostop) in isp_aec_config_v12()
/OK3568_Linux_fs/kernel/drivers/staging/media/rkisp1/
H A Drkisp1-params.c527 if (arg->autostop) in rkisp1_aec_config()