Home
last modified time | relevance | path

Searched refs:endptr (Results 1 – 8 of 8) sorted by relevance

/drivers/mtd/
A Dmtdsuper.c135 char *endptr; in get_tree_mtd() local
137 mtdnr = simple_strtoul(fc->source + 3, &endptr, 0); in get_tree_mtd()
138 if (!*endptr) { in get_tree_mtd()
/drivers/staging/greybus/Documentation/firmware/
A Dfirmware.c163 char *endptr; in main() local
175 fw_update_type = strtoul(argv[2], &endptr, 10); in main()
185 fw_timeout = strtoul(argv[4], &endptr, 10); in main()
/drivers/pci/hotplug/
A Drpaphp_core.c293 char *endptr; in is_php_type() local
296 simple_strtoul(drc_type, &endptr, 10); in is_php_type()
297 if (endptr == drc_type) in is_php_type()
/drivers/atm/
A Dlanai.c238 int endptr; /* last endptr from service entry */ member
1136 r = endptr * 16; in vcc_tx_space()
1298 struct lanai_vcc *lvcc, int endptr) in vcc_tx_unqueue_aal5() argument
1302 int space = vcc_tx_space(lvcc, endptr); in vcc_tx_unqueue_aal5()
1346 struct lanai_vcc *lvcc, int endptr) in vcc_tx_unqueue_aal0() argument
1382 u32 *end = &lvcc->rx.buf.start[endptr * 4]; in vcc_rx_aal5()
1419 cardvcc_write(lvcc, endptr, vcc_rxreadptr); in vcc_rx_aal5()
1641 lvcc->tx.endptr = SERVICE_GET_END(s); in handle_service()
1702 lvcc->tx.unqueue(lanai, lvcc, lvcc->tx.endptr); in iter_transmit()
1748 int endptr; in iter_dequeue() local
[all …]
/drivers/video/fbdev/
A Dau1200fb.c1585 char *this_opt, *endptr; in au1200fb_setup() local
1600 char *endptr; in au1200fb_setup() local
1604 li = simple_strtol(this_opt, &endptr, 0); in au1200fb_setup()
1605 if (*endptr == '\0') in au1200fb_setup()
1627 device_count = simple_strtol(this_opt, &endptr, 0); in au1200fb_setup()
1633 window_index = simple_strtol(this_opt, &endptr, 0); in au1200fb_setup()
/drivers/net/ethernet/microchip/
A Denc28j60.c807 int endptr; in enc28j60_read_tsv() local
809 endptr = locked_regw_read(priv, ETXNDL); in enc28j60_read_tsv()
812 endptr + 1); in enc28j60_read_tsv()
813 enc28j60_mem_read(priv, endptr + 1, TSV_SIZE, tsv); in enc28j60_read_tsv()
/drivers/pci/
A Dpci.c283 const char **endptr) in pci_dev_str_match_path() argument
290 *endptr = strchrnul(path, ';'); in pci_dev_str_match_path()
292 wpath = kmemdup_nul(path, *endptr - path, GFP_ATOMIC); in pci_dev_str_match_path()
377 const char **endptr) in pci_dev_str_match() argument
418 *endptr = p; in pci_dev_str_match()
422 *endptr = p; in pci_dev_str_match()
/drivers/parport/
A Dparport_pc.c3287 char *endptr; in parport_setup() local
3303 val = simple_strtoul(str, &endptr, 0); in parport_setup()
3304 if (endptr == str) { in parport_setup()

Completed in 50 milliseconds