Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/netfilter/
Dnf_nat_snmp_basic.c247 unsigned char **eoc, in asn1_header_decode() argument
266 *eoc = ctx->pointer + len; in asn1_header_decode()
268 *eoc = NULL; in asn1_header_decode()
272 static unsigned char asn1_eoc_decode(struct asn1_ctx *ctx, unsigned char *eoc) in asn1_eoc_decode() argument
276 if (eoc == NULL) { in asn1_eoc_decode()
294 if (ctx->pointer != eoc) { in asn1_eoc_decode()
302 static unsigned char asn1_null_decode(struct asn1_ctx *ctx, unsigned char *eoc) in asn1_null_decode() argument
304 ctx->pointer = eoc; in asn1_null_decode()
309 unsigned char *eoc, in asn1_long_decode() argument
321 while (ctx->pointer < eoc) { in asn1_long_decode()
[all …]
/linux-4.1.27/fs/cifs/
Dasn1.c224 unsigned char **eoc, in asn1_header_decode() argument
241 *eoc = ctx->pointer + len; in asn1_header_decode()
243 *eoc = NULL; in asn1_header_decode()
248 asn1_eoc_decode(struct asn1_ctx *ctx, unsigned char *eoc) in asn1_eoc_decode() argument
252 if (eoc == NULL) { in asn1_eoc_decode()
270 if (ctx->pointer != eoc) { in asn1_eoc_decode()
419 unsigned char *eoc, unsigned long **oid, unsigned int *len) in asn1_oid_decode() argument
425 size = eoc - ctx->pointer + 1; in asn1_oid_decode()
457 while (ctx->pointer < eoc) { in asn1_oid_decode()
/linux-4.1.27/drivers/power/
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()
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/
Dlp8727_charger.txt14 - eoc-level: value of 'enum lp8727_eoc_level' (u8)
34 eoc-level = /bits/ 8 <0>;
41 eoc-level = /bits/ 8 <1>;
/linux-4.1.27/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 …]
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dmax14577.txt27 - maxim,eoc-uamp : Current in uA for End-Of-Charge mode;
98 maxim,eoc-uamp = <50000>;
143 maxim,eoc-uamp = <7500>;
/linux-4.1.27/include/linux/mfd/
Dmax8998.h113 int eoc; member
/linux-4.1.27/drivers/net/ethernet/ti/
Dtlan.c1372 int eoc = 0; in tlan_handle_tx_eof() local
1397 eoc = 1; in tlan_handle_tx_eof()
1411 if (eoc) { in tlan_handle_tx_eof()
1506 int eoc = 0; in tlan_handle_rx_eof() local
1527 eoc = 1; in tlan_handle_rx_eof()
1567 if (eoc) { in tlan_handle_rx_eof()
/linux-4.1.27/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()
/linux-4.1.27/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()
/linux-4.1.27/arch/arm/boot/dts/
Dexynos3250-monk.dts106 maxim,eoc-uamp = <7500>;
Dexynos3250-rinato.dts97 maxim,eoc-uamp = <7500>;
/linux-4.1.27/drivers/net/wireless/
Dairo.c986 unsigned int eoc: 1; member
1991 ai->txfids[0].tx_desc.eoc = 1; in mpi_send_packet()
2505 ai->txfids[i-1].tx_desc.eoc = 1; /* Last descriptor has EOC set */ in mpi_init_descriptors()
2620 ai->txfids[i-1].tx_desc.eoc = 1; /* Last descriptor has EOC set */ in mpi_map_card()