Searched refs:DISCONNECTED (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/sound/usb/misc/ |
D | ua101.c | 86 DISCONNECTED, enumerator 495 if (err < 0 && !test_bit(DISCONNECTED, &ua->states)) in disable_iso_interface() 515 if (test_bit(DISCONNECTED, &ua->states)) in start_usb_capture() 556 if (test_bit(DISCONNECTED, &ua->states)) in start_usb_playback() 583 test_bit(DISCONNECTED, &ua->states)); in start_usb_playback() 584 if (test_bit(DISCONNECTED, &ua->states)) { in start_usb_playback() 793 if (test_bit(DISCONNECTED, &ua->states)) in capture_pcm_prepare() 820 if (test_bit(DISCONNECTED, &ua->states)) in playback_pcm_prepare() 1344 set_bit(DISCONNECTED, &ua->states); in ua101_disconnect()
|
/linux-4.1.27/drivers/hv/ |
D | connection.c | 39 .conn_state = DISCONNECTED, 220 vmbus_connection.conn_state = DISCONNECTED; in vmbus_connect()
|
D | hyperv_vmbus.h | 637 DISCONNECTED, enumerator
|
D | vmbus_drv.c | 617 if (vmbus_connection.conn_state == DISCONNECTED) in vmbus_onmessage_work() 1097 vmbus_connection.conn_state = DISCONNECTED; in vmbus_exit()
|
/linux-4.1.27/drivers/mmc/host/ |
D | ushc.c | 117 #define DISCONNECTED 0 macro 260 if (test_bit(DISCONNECTED, &ushc->flags)) { in ushc_request() 538 set_bit(DISCONNECTED, &ushc->flags); in ushc_disconnect()
|
/linux-4.1.27/net/rds/ |
D | rdma_transport.c | 53 RDS_CM_EVENT_STRING(DISCONNECTED),
|
/linux-4.1.27/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 | 2250 pending_scb->hscb->control |= MK_MESSAGE|DISCONNECTED; in ahc_linux_queue_recovery_cmd()
|
D | aic7xxx.reg | 1167 field DISCONNECTED 0x04
|
D | aic79xx_osm.c | 2319 pending_scb->hscb->control |= MK_MESSAGE|DISCONNECTED; in ahd_linux_queue_abort_cmd()
|
D | aic79xx_reg.h_shipped | 2570 #define DISCONNECTED 0x04
|
D | aic79xx.reg | 4125 field DISCONNECTED 0x04
|