Searched refs:autostop (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/usb/host/
H A Dohci-hub.c47 static int ohci_rh_suspend (struct ohci_hcd *ohci, int autostop)
67 if (!ohci->autostop) {
73 autostop ? "auto-stop" : "suspend");
76 if (!autostop && (ohci->hc_control & OHCI_SCHED_ENABLES)) {
86 ohci->autostop = 0;
116 if (ohci_to_hcd(ohci)->self.root_hub->do_remote_wakeup || autostop) {
133 if (!autostop) {
135 ohci->autostop = 0;
159 int autostopped = ohci->autostop;
161 ohci->autostop
[all...]
H A Dohci.h407 unsigned autostop:1; /* rh auto stopping/stopped */ member in struct:ohci_hcd
H A Dohci-hcd.c952 if (ohci->autostop) {
/linux-master/include/uapi/linux/
H A Drkisp1-config.h630 * @autostop: stop mode (from enum rkisp1_cif_isp_exp_ctrl_autostop)
635 __u32 autostop; member in struct:rkisp1_cif_isp_aec_config
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-params.c690 if (arg->autostop)
723 if (arg->autostop)

Completed in 216 milliseconds