Home
last modified time | relevance | path

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

/drivers/power/supply/
Dmax8998_charger.c112 if (pdata->eoc >= 10 && pdata->eoc <= 45) { in max8998_battery_probe()
114 (pdata->eoc / 5 - 2) << 5, 0x7 << 5); in max8998_battery_probe()
115 } else if (pdata->eoc == 0) { in max8998_battery_probe()
/drivers/isdn/gigaset/
Dev-layer.c447 char *eoc, *psep, *ptr; in gigaset_handle_modem_response() local
471 eoc = skip_prefix(cs->respdata, rt->response); in gigaset_handle_modem_response()
472 if (eoc) in gigaset_handle_modem_response()
501 if (*eoc) in gigaset_handle_modem_response()
509 if (!*eoc) in gigaset_handle_modem_response()
510 eoc = NULL; /* no parameter */ in gigaset_handle_modem_response()
511 else if (*eoc++ != ',') in gigaset_handle_modem_response()
517 while (eoc) { in gigaset_handle_modem_response()
521 psep = skip_prefix(eoc, rt->response); in gigaset_handle_modem_response()
530 eoc); in gigaset_handle_modem_response()
[all …]
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfirmware.c175 char *eoc, *sol; in brcmf_nvram_handle_comment() local
178 eoc = strchr(sol, '\n'); in brcmf_nvram_handle_comment()
179 if (!eoc) { in brcmf_nvram_handle_comment()
180 eoc = strchr(sol, '\0'); in brcmf_nvram_handle_comment()
181 if (!eoc) in brcmf_nvram_handle_comment()
188 nvp->pos += (eoc - sol) + 1; in brcmf_nvram_handle_comment()
/drivers/net/ethernet/ti/
Dtlan.c1371 int eoc = 0; in tlan_handle_tx_eof() local
1396 eoc = 1; in tlan_handle_tx_eof()
1410 if (eoc) { in tlan_handle_tx_eof()
1505 int eoc = 0; in tlan_handle_rx_eof() local
1526 eoc = 1; in tlan_handle_rx_eof()
1566 if (eoc) { in tlan_handle_rx_eof()
/drivers/scsi/
Deata.c729 unchar eoc : 1, member
733 eoc : 1; /* End Of Command (1 = command completed) */
2338 if (spp->eoc == 0 && ha->iocount > 1) in ihdlr()
2346 if (spp->eoc == 0 || spp->cpp_index < 0 in ihdlr()
/drivers/block/
Dfloppy.c2274 int eoc; in rw_interrupt() local
2293 eoc = 1; in rw_interrupt()
2295 eoc = 0; in rw_interrupt()
2304 R_SECTOR - SECTOR + eoc) << SIZECODE >> 2; in rw_interrupt()
2313 pr_info("heads=%d eoc=%d\n", heads, eoc); in rw_interrupt()
/drivers/net/wireless/cisco/
Dairo.c986 unsigned int eoc: 1; member
1987 ai->txfids[0].tx_desc.eoc = 1; in mpi_send_packet()
2500 ai->txfids[i-1].tx_desc.eoc = 1; /* Last descriptor has EOC set */ in mpi_init_descriptors()
2615 ai->txfids[i-1].tx_desc.eoc = 1; /* Last descriptor has EOC set */ in mpi_map_card()