Searched refs:simple_strtol (Results 51 - 58 of 58) sorted by relevance

123

/linux-master/fs/ecryptfs/
H A Dcrypto.c47 dst[x] = (unsigned char)simple_strtol(tmp, NULL, 16);
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c1463 *d++ = simple_strtol(s, NULL, 16);
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dfile.c126 val = simple_strtol(attr->set_buf, NULL, 0);
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c1113 simple_strtol(opt_arg, NULL, 0));
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c3163 idiag_cmd->opcode = simple_strtol(step_str, NULL, 0);
3171 idiag_cmd->data[i] = simple_strtol(step_str, NULL, 0);
/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.c4025 temp = (int)simple_strtol(this_opt + 13, NULL, 0);
4031 temp = (int)simple_strtol(this_opt + 13, NULL, 0);
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c485 fb_logo_count = simple_strtol(options, &options, 0);
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c1429 priv->prom_priv->filter = simple_strtol(buf, NULL, 0);
1808 while ((channel = simple_strtol(p, NULL, 0))) {

Completed in 157 milliseconds

123