Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dasn1.c213 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/
Dmax8998_charger.c99 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/
Dlp8727_charger.txt13 - 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/
Dev-layer.c444 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/
Dmax14577.txt26 - 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/
Dfirmware.c166 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/
Dmax8998.h100 int eoc; member
/Linux-v5.4/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()
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/
Dfloppy.c2276 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/
Dexynos3250-monk.dts106 maxim,eoc-uamp = <7500>;
Dexynos3250-rinato.dts101 maxim,eoc-uamp = <7500>;
/Linux-v5.4/drivers/net/wireless/cisco/
Dairo.c989 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/
Dcxgb4_main.c3650 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()