Home
last modified time | relevance | path

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

/drivers/staging/greybus/Documentation/firmware/
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/mtd/
Dmtdsuper.c157 char *endptr; in get_tree_mtd() local
159 mtdnr = simple_strtoul(fc->source + 3, &endptr, 0); in get_tree_mtd()
160 if (!*endptr) { in get_tree_mtd()
/drivers/pci/hotplug/
Drpaphp_core.c291 char *endptr; in is_php_type() local
294 simple_strtoul(drc_type, &endptr, 10); in is_php_type()
295 if (endptr == drc_type) in is_php_type()
/drivers/atm/
Dlanai.c238 int endptr; /* last endptr from service entry */ member
1133 static inline int vcc_tx_space(const struct lanai_vcc *lvcc, int endptr) in vcc_tx_space() argument
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
1377 static void vcc_rx_aal5(struct lanai_vcc *lvcc, int endptr) in vcc_rx_aal5() 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()
[all …]
/drivers/video/fbdev/
Dau1200fb.c1584 char *this_opt, *endptr; in au1200fb_setup() local
1599 char *endptr; in au1200fb_setup() local
1603 li = simple_strtol(this_opt, &endptr, 0); in au1200fb_setup()
1604 if (*endptr == '\0') in au1200fb_setup()
1626 device_count = simple_strtol(this_opt, &endptr, 0); in au1200fb_setup()
1632 window_index = simple_strtol(this_opt, &endptr, 0); in au1200fb_setup()
/drivers/net/ethernet/microchip/
Denc28j60.c808 int endptr; in enc28j60_read_tsv() local
810 endptr = locked_regw_read(priv, ETXNDL); in enc28j60_read_tsv()
813 endptr + 1); in enc28j60_read_tsv()
814 enc28j60_mem_read(priv, endptr + 1, TSV_SIZE, tsv); in enc28j60_read_tsv()
/drivers/pci/
Dpci.c266 const char **endptr) in pci_dev_str_match_path() argument
273 *endptr = strchrnul(path, ';'); in pci_dev_str_match_path()
275 wpath = kmemdup_nul(path, *endptr - path, GFP_ATOMIC); in pci_dev_str_match_path()
360 const char **endptr) in pci_dev_str_match() argument
401 *endptr = p; in pci_dev_str_match()
405 *endptr = p; in pci_dev_str_match()
/drivers/parport/
Dparport_pc.c3219 char *endptr; in parport_setup() local
3235 val = simple_strtoul(str, &endptr, 0); in parport_setup()
3236 if (endptr == str) { in parport_setup()