/drivers/mtd/ |
D | mtdsuper.c | 162 char *endptr; in mount_mtd() local 164 mtdnr = simple_strtoul(dev_name + 3, &endptr, 0); in mount_mtd() 165 if (!*endptr) { in mount_mtd()
|
/drivers/target/iscsi/ |
D | iscsi_target_configfs.c | 102 char *endptr; in lio_target_np_store_sctp() local 106 op = simple_strtoul(page, &endptr, 0); in lio_target_np_store_sctp() 326 char *endptr; \ 330 val = simple_strtoul(page, &endptr, 0); \ 733 char *endptr; in lio_target_nacl_store_cmdsn_depth() local 737 cmdsn_depth = simple_strtoul(page, &endptr, 0); in lio_target_nacl_store_cmdsn_depth() 897 char *endptr; \ 904 val = simple_strtoul(page, &endptr, 0); \ 1146 char *endptr; in lio_target_tpg_store_enable() local 1150 op = simple_strtoul(page, &endptr, 0); in lio_target_tpg_store_enable() [all …]
|
D | iscsi_target_auth.c | 167 char *endptr; in chap_server_compute_md5() local 310 id = simple_strtoul(&identifier[2], &endptr, 0); in chap_server_compute_md5() 312 id = simple_strtoul(identifier, &endptr, 0); in chap_server_compute_md5()
|
D | iscsi_target_parameters.c | 808 if (strspn(endptr, WHITE_SPACE) != strlen(endptr)) { in iscsi_check_numerical_value()
|
/drivers/pci/hotplug/ |
D | rpaphp_core.c | 248 char *endptr; in is_php_type() local 251 value = simple_strtoul(drc_type, &endptr, 10); in is_php_type() 252 if (endptr == drc_type) in is_php_type()
|
/drivers/atm/ |
D | lanai.c | 242 int endptr; /* last endptr from service entry */ member 1146 static inline int vcc_tx_space(const struct lanai_vcc *lvcc, int endptr) in vcc_tx_space() argument 1149 r = endptr * 16; in vcc_tx_space() 1311 struct lanai_vcc *lvcc, int endptr) in vcc_tx_unqueue_aal5() argument 1315 int space = vcc_tx_space(lvcc, endptr); in vcc_tx_unqueue_aal5() 1359 struct lanai_vcc *lvcc, int endptr) in vcc_tx_unqueue_aal0() argument 1390 static void vcc_rx_aal5(struct lanai_vcc *lvcc, int endptr) in vcc_rx_aal5() argument 1395 u32 *end = &lvcc->rx.buf.start[endptr * 4]; in vcc_rx_aal5() 1432 cardvcc_write(lvcc, endptr, vcc_rxreadptr); in vcc_rx_aal5() 1654 lvcc->tx.endptr = SERVICE_GET_END(s); in handle_service() [all …]
|
/drivers/video/ |
D | au1200fb.c | 1613 char *this_opt, *endptr; in au1200fb_setup() local 1628 char *endptr; in au1200fb_setup() local 1632 li = simple_strtol(this_opt, &endptr, 0); in au1200fb_setup() 1633 if (*endptr == '\0') in au1200fb_setup() 1655 device_count = simple_strtol(this_opt, &endptr, 0); in au1200fb_setup() 1661 window_index = simple_strtol(this_opt, &endptr, 0); in au1200fb_setup()
|
/drivers/net/wireless/bcmdhd/ |
D | dhd_common.c | 1325 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument 2207 char* endptr = NULL; in wl_iw_parse_channel_list() local 2215 val = (int)strtoul(str, &endptr, 0); in wl_iw_parse_channel_list() 2216 if (endptr == str) { in wl_iw_parse_channel_list() 2222 str = endptr + strspn(endptr, " ,"); in wl_iw_parse_channel_list()
|
D | bcmwifi_channels.c | 34 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument
|
/drivers/net/ethernet/microchip/ |
D | enc28j60.c | 810 int endptr; in enc28j60_read_tsv() local 812 endptr = locked_regw_read(priv, ETXNDL); in enc28j60_read_tsv() 815 endptr + 1); in enc28j60_read_tsv() 816 enc28j60_mem_read(priv, endptr + 1, TSV_SIZE, tsv); in enc28j60_read_tsv()
|
/drivers/parport/ |
D | parport_pc.c | 3494 char *endptr; in parport_setup() local 3510 val = simple_strtoul(str, &endptr, 0); in parport_setup() 3511 if (endptr == str) { in parport_setup()
|