Searched refs:autostop (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ohci-hub.c | 47 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 D | ohci.h | 407 unsigned autostop:1; /* rh auto stopping/stopped */ member
|
| H A D | ohci-hcd.c | 954 if (ohci->autostop) { in ohci_irq()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/ |
| H A D | nvp6158_coax_table.h | 77 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 D | nvp6158_coax_protocol.c | 334 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 D | rkisp1-config.h | 548 __u32 autostop; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rk-isp1-config.h | 484 __u32 autostop; member
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | isp_params_v1x.c | 695 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 D | isp_params.c | 740 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 D | rkisp1-params.c | 527 if (arg->autostop) in rkisp1_aec_config()
|