Home
last modified time | relevance | path

Searched full:reset_active (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/video/fbdev/
H A Dsmscufx.c1687 goto reset_active; in ufx_usb_probe()
1694 goto reset_active; in ufx_usb_probe()
1701 goto reset_active; in ufx_usb_probe()
1710 reset_active: in ufx_usb_probe()
/linux/drivers/scsi/qla2xxx/
H A Dqla_mid.c403 (!(test_and_set_bit(RESET_ACTIVE, &vha->dpc_flags)))) { in qla2x00_do_dpc_vp()
404 clear_bit(RESET_ACTIVE, &vha->dpc_flags); in qla2x00_do_dpc_vp()
H A Dqla_os.c7116 (!(test_and_set_bit(RESET_ACTIVE, &base_vha->dpc_flags)))) { in qla2x00_do_dpc()
7121 clear_bit(RESET_ACTIVE, &base_vha->dpc_flags); in qla2x00_do_dpc()
7262 if (vha->flags.online && !vha->flags.reset_active && in qla2x00_rst_aen()
H A Dqla_mr.c2001 vha->flags.reset_active = 0; in qlafx00_initialize_adapter()
/linux/drivers/scsi/
H A Dqla1280.h1056 uint32_t reset_active:1; /* 3 */ member
/linux/drivers/usb/gadget/udc/
H A Domap_udc.c2242 (tmp & OTG_RESET_DONE) ? " reset_done" : " reset_active"); in proc_otg_show()