Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
H A Dohci-hcd.c954 if (ohci->autostop) { in ohci_irq()
/kernel/linux/linux-6.6/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
H A Dohci-hcd.c952 if (ohci->autostop) { in ohci_irq()
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/uapi/
H A Drkisp1-config.h543 * @autostop: stop mode (from enum rkisp1_cif_isp_exp_ctrl_autostop)
548 __u32 autostop; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Drkisp1-config.h626 * @autostop: stop mode (from enum rkisp1_cif_isp_exp_ctrl_autostop)
631 __u32 autostop; member
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-params.c690 if (arg->autostop) in rkisp1_aec_config_v10()
723 if (arg->autostop) in rkisp1_aec_config_v12()
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/
H A Drkisp1-params.c527 if (arg->autostop) in rkisp1_aec_config()

Completed in 15 milliseconds