Searched refs:DISCONNECTED (Results 1 – 16 of 16) sorted by relevance
/drivers/hv/ |
D | connection.c | 28 .conn_state = DISCONNECTED, 267 vmbus_connection.conn_state = DISCONNECTED; in vmbus_connect()
|
D | hyperv_vmbus.h | 205 DISCONNECTED, enumerator
|
D | channel_mgmt.c | 846 if (xchg(&vmbus_connection.conn_state, DISCONNECTED) == DISCONNECTED) in vmbus_initiate_unload()
|
D | vmbus_drv.c | 1040 if (vmbus_connection.conn_state == DISCONNECTED) in vmbus_onmessage_work() 2667 vmbus_connection.conn_state = DISCONNECTED; in vmbus_exit()
|
/drivers/mmc/host/ |
D | ushc.c | 113 #define DISCONNECTED 0 macro 256 if (test_bit(DISCONNECTED, &ushc->flags)) { in ushc_request() 537 set_bit(DISCONNECTED, &ushc->flags); in ushc_disconnect()
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg_print.c_shipped | 364 { "DISCONNECTED", 0x04, 0x04 },
|
D | aic7xxx.seq | 1710 or SCB_CONTROL,DISCONNECTED; 1923 test SCB_CONTROL,DISCONNECTED jz not_found_cleanup_scb; 1924 and SCB_CONTROL,~DISCONNECTED; 2344 test SCB_CONTROL,DISCONNECTED jnz add_scb_to_disc_list; 2386 * Link this SCB into the DISCONNECTED list. This list holds the
|
D | aic79xx_reg_print.c_shipped | 719 { "DISCONNECTED", 0x04, 0x04 },
|
D | aic7xxx_reg.h_shipped | 765 #define DISCONNECTED 0x04
|
D | aic79xx.seq | 1131 test SCB_CONTROL,DISCONNECTED jz verify_other_scb; 1149 test SCB_CONTROL,DISCONNECTED jz not_found; 1151 and SCB_CONTROL,~DISCONNECTED; 1298 or SCB_CONTROL,DISCONNECTED;
|
D | aic7xxx_osm.c | 2230 pending_scb->hscb->control |= MK_MESSAGE|DISCONNECTED; in ahc_linux_queue_recovery_cmd()
|
D | aic79xx_reg.h_shipped | 1695 #define DISCONNECTED 0x04
|
D | aic79xx_osm.c | 2303 pending_scb->hscb->control |= MK_MESSAGE|DISCONNECTED; in ahd_linux_queue_abort_cmd()
|
D | aic7xxx.reg | 1167 field DISCONNECTED 0x04
|
D | aic79xx.reg | 4125 field DISCONNECTED 0x04
|
/drivers/usb/gadget/ |
D | Kconfig | 245 three states: "CONNECTED/DISCONNECTED/CONFIGURED"
|