| /Linux-v5.4/fs/cifs/ |
| D | asn1.c | 213 unsigned char **eoc, in asn1_header_decode() argument 230 *eoc = ctx->pointer + len; in asn1_header_decode() 232 *eoc = NULL; in asn1_header_decode() 237 asn1_eoc_decode(struct asn1_ctx *ctx, unsigned char *eoc) in asn1_eoc_decode() argument 241 if (eoc == NULL) { in asn1_eoc_decode() 259 if (ctx->pointer != eoc) { in asn1_eoc_decode() 408 unsigned char *eoc, unsigned long **oid, unsigned int *len) in asn1_oid_decode() argument 414 size = eoc - ctx->pointer + 1; in asn1_oid_decode() 446 while (ctx->pointer < eoc) { in asn1_oid_decode()
|
| /Linux-v5.4/drivers/power/supply/ |
| D | max8998_charger.c | 99 if (pdata->eoc >= 10 && pdata->eoc <= 45) { in max8998_battery_probe() 101 (pdata->eoc / 5 - 2) << 5, 0x7 << 5); in max8998_battery_probe() 102 } else if (pdata->eoc == 0) { in max8998_battery_probe()
|
| /Linux-v5.4/Documentation/devicetree/bindings/power/supply/ |
| D | lp8727_charger.txt | 13 - eoc-level: value of 'enum lp8727_eoc_level' (u8) 33 eoc-level = /bits/ 8 <0>; 40 eoc-level = /bits/ 8 <1>;
|
| /Linux-v5.4/drivers/staging/isdn/gigaset/ |
| D | ev-layer.c | 444 char *eoc, *psep, *ptr; in gigaset_handle_modem_response() local 468 eoc = skip_prefix(cs->respdata, rt->response); in gigaset_handle_modem_response() 469 if (eoc) in gigaset_handle_modem_response() 498 if (*eoc) in gigaset_handle_modem_response() 506 if (!*eoc) in gigaset_handle_modem_response() 507 eoc = NULL; /* no parameter */ in gigaset_handle_modem_response() 508 else if (*eoc++ != ',') in gigaset_handle_modem_response() 514 while (eoc) { in gigaset_handle_modem_response() 518 psep = skip_prefix(eoc, rt->response); in gigaset_handle_modem_response() 527 eoc); in gigaset_handle_modem_response() [all …]
|
| /Linux-v5.4/Documentation/devicetree/bindings/mfd/ |
| D | max14577.txt | 26 - maxim,eoc-uamp : Current in uA for End-Of-Charge mode; 97 maxim,eoc-uamp = <50000>; 142 maxim,eoc-uamp = <7500>;
|
| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | firmware.c | 166 char *eoc, *sol; in brcmf_nvram_handle_comment() local 169 eoc = strchr(sol, '\n'); in brcmf_nvram_handle_comment() 170 if (!eoc) { in brcmf_nvram_handle_comment() 171 eoc = strchr(sol, '\0'); in brcmf_nvram_handle_comment() 172 if (!eoc) in brcmf_nvram_handle_comment() 179 nvp->pos += (eoc - sol) + 1; in brcmf_nvram_handle_comment()
|
| /Linux-v5.4/include/linux/mfd/ |
| D | max8998.h | 100 int eoc; member
|
| /Linux-v5.4/drivers/net/ethernet/ti/ |
| D | tlan.c | 1371 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() 1504 int eoc = 0; in tlan_handle_rx_eof() local 1525 eoc = 1; in tlan_handle_rx_eof() 1565 if (eoc) { in tlan_handle_rx_eof()
|
| /Linux-v5.4/drivers/block/ |
| D | floppy.c | 2276 int eoc; in rw_interrupt() local 2295 eoc = 1; in rw_interrupt() 2297 eoc = 0; in rw_interrupt() 2306 R_SECTOR - SECTOR + eoc) << SIZECODE >> 2; in rw_interrupt() 2315 pr_info("heads=%d eoc=%d\n", heads, eoc); in rw_interrupt()
|
| /Linux-v5.4/arch/arm/boot/dts/ |
| D | exynos3250-monk.dts | 106 maxim,eoc-uamp = <7500>;
|
| D | exynos3250-rinato.dts | 101 maxim,eoc-uamp = <7500>;
|
| /Linux-v5.4/drivers/net/wireless/cisco/ |
| D | airo.c | 989 unsigned int eoc: 1; member 1984 ai->txfids[0].tx_desc.eoc = 1; in mpi_send_packet() 2489 ai->txfids[i-1].tx_desc.eoc = 1; /* Last descriptor has EOC set */ in mpi_init_descriptors() 2604 ai->txfids[i-1].tx_desc.eoc = 1; /* Last descriptor has EOC set */ in mpi_map_card()
|
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4_main.c | 3650 u8 soc = 0, eoc = 0; in adap_config_hma() local 3654 eoc = (i == ncmds - 1) ? 1 : 0; in adap_config_hma() 3670 FW_HMA_CMD_SOC_V(soc) | FW_HMA_CMD_EOC_V(eoc)); in adap_config_hma()
|