Home
last modified time | relevance | path

Searched refs:uea_request (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/atm/
H A Dueagle-atm.c1100 static int uea_request(struct uea_softc *sc, in uea_request() function
1162 ret = uea_request(sc, UEA_E1_SET_BLOCK, UEA_MPTX_START, in uea_cmv_e1()
1197 ret = uea_request(sc, UEA_E4_SET_BLOCK, UEA_MPTX_START, in uea_cmv_e4()
1281 ret = uea_request(sc, UEA_SET_TIMEOUT, timeout, 0, NULL); in uea_set_bulk_timeout()
1338 uea_request(sc, UEA_SET_MODE, UEA_LOOPBACK_OFF, 0, NULL); in uea_stat_e1()
1475 uea_request(sc, UEA_SET_MODE, UEA_LOOPBACK_OFF, 0, NULL); in uea_stat_e4()
1823 uea_request(sc, UEA_SET_MODE, UEA_LOOPBACK_ON, 0, NULL); in uea_start_reset()
1824 uea_request(sc, UEA_SET_MODE, UEA_BOOT_IDMA, 0, NULL); in uea_start_reset()
1827 uea_request(sc, UEA_SET_MODE, UEA_START_RESET, 0, NULL); in uea_start_reset()
1835 uea_request(sc, UEA_SET_MODE, UEA_END_RESET, 0, NULL); in uea_start_reset()
[all …]