Searched refs:eoc (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/net/ipv4/netfilter/ |
D | nf_nat_snmp_basic.c | 246 unsigned char **eoc, in asn1_header_decode() argument 265 *eoc = ctx->pointer + len; in asn1_header_decode() 267 *eoc = NULL; in asn1_header_decode() 271 static unsigned char asn1_eoc_decode(struct asn1_ctx *ctx, unsigned char *eoc) in asn1_eoc_decode() argument 275 if (eoc == NULL) { in asn1_eoc_decode() 293 if (ctx->pointer != eoc) { in asn1_eoc_decode() 301 static unsigned char asn1_null_decode(struct asn1_ctx *ctx, unsigned char *eoc) in asn1_null_decode() argument 303 ctx->pointer = eoc; in asn1_null_decode() 308 unsigned char *eoc, in asn1_long_decode() argument 320 while (ctx->pointer < eoc) { in asn1_long_decode() [all …]
|
/linux-3.4.99/fs/cifs/ |
D | asn1.c | 224 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-3.4.99/drivers/power/ |
D | max8998_charger.c | 103 if (pdata->eoc >= 10 && pdata->eoc <= 45) { in max8998_battery_probe() 105 (pdata->eoc / 5 - 2) << 5, 0x7 << 5); in max8998_battery_probe() 106 } else if (pdata->eoc == 0) { in max8998_battery_probe()
|
/linux-3.4.99/include/linux/mfd/ |
D | max8998.h | 119 int eoc; member
|
/linux-3.4.99/drivers/staging/comedi/drivers/ |
D | ii_pci20kc.c | 445 unsigned char eoc; /* end of conversion */ in pci20341_insn_read() local 471 eoc = readb(sdp->iobase + PCI20341_STATUS_REG); in pci20341_insn_read() 473 while ((eoc < 0x80) && j < 100) { in pci20341_insn_read() 475 eoc = readb(sdp->iobase + PCI20341_STATUS_REG); in pci20341_insn_read()
|
/linux-3.4.99/drivers/net/ethernet/ti/ |
D | tlan.c | 1333 int eoc = 0; in tlan_handle_tx_eof() local 1358 eoc = 1; in tlan_handle_tx_eof() 1372 if (eoc) { in tlan_handle_tx_eof() 1467 int eoc = 0; in tlan_handle_rx_eof() local 1488 eoc = 1; in tlan_handle_rx_eof() 1528 if (eoc) { in tlan_handle_rx_eof()
|
/linux-3.4.99/drivers/scsi/ |
D | eata.c | 729 unchar eoc : 1, member 733 eoc : 1; /* End Of Command (1 = command completed) */ 2350 if (spp->eoc == 0 && ha->iocount > 1) in ihdlr() 2358 if (spp->eoc == 0 || spp->cpp_index < 0 in ihdlr()
|
/linux-3.4.99/drivers/block/ |
D | floppy.c | 2265 int eoc; in rw_interrupt() local 2284 eoc = 1; in rw_interrupt() 2286 eoc = 0; in rw_interrupt() 2295 R_SECTOR - SECTOR + eoc) << SIZECODE >> 2; in rw_interrupt() 2304 pr_info("heads=%d eoc=%d\n", heads, eoc); in rw_interrupt()
|
/linux-3.4.99/drivers/net/wireless/ |
D | airo.c | 985 unsigned int eoc: 1; member 1989 ai->txfids[0].tx_desc.eoc = 1; in mpi_send_packet() 2503 ai->txfids[i-1].tx_desc.eoc = 1; /* Last descriptor has EOC set */ in mpi_init_descriptors() 2618 ai->txfids[i-1].tx_desc.eoc = 1; /* Last descriptor has EOC set */ in mpi_map_card()
|