Searched refs:uea_request (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/usb/atm/ |
D | ueagle-atm.c | 1143 static int uea_request(struct uea_softc *sc, in uea_request() function 1205 ret = uea_request(sc, UEA_E1_SET_BLOCK, UEA_MPTX_START, in uea_cmv_e1() 1240 ret = uea_request(sc, UEA_E4_SET_BLOCK, UEA_MPTX_START, in uea_cmv_e4() 1324 ret = uea_request(sc, UEA_SET_TIMEOUT, timeout, 0, NULL); in uea_set_bulk_timeout() 1381 uea_request(sc, UEA_SET_MODE, UEA_LOOPBACK_OFF, 0, NULL); in uea_stat_e1() 1518 uea_request(sc, UEA_SET_MODE, UEA_LOOPBACK_OFF, 0, NULL); in uea_stat_e4() 1866 uea_request(sc, UEA_SET_MODE, UEA_LOOPBACK_ON, 0, NULL); in uea_start_reset() 1867 uea_request(sc, UEA_SET_MODE, UEA_BOOT_IDMA, 0, NULL); in uea_start_reset() 1870 uea_request(sc, UEA_SET_MODE, UEA_START_RESET, 0, NULL); in uea_start_reset() 1878 uea_request(sc, UEA_SET_MODE, UEA_END_RESET, 0, NULL); in uea_start_reset() [all …]
|