Searched refs:kstrtou32 (Results 76 - 93 of 93) sorted by relevance

1234

/linux-master/drivers/platform/x86/hp/
H A Dhp-wmi.c744 ret = kstrtou32(buf, 10, &tmp);
/linux-master/drivers/dma/xilinx/
H A Dxilinx_dpdma.c334 ret = kstrtou32(arg, 0, &id);
/linux-master/drivers/staging/greybus/
H A Dlight.c239 ret = kstrtou32(buf, 0, &color);
/linux-master/drivers/platform/x86/
H A Dtouchscreen_dmi.c1930 ret = kstrtou32(value, 0, &u32val);
H A Dtoshiba_acpi.c3100 rval = kstrtou32(buf, 10, &value);
/linux-master/drivers/ptp/
H A Dptp_ocp.c3292 err = kstrtou32(buf, 0, &val);
3394 err = kstrtou32(buf, 0, &val);
3422 err = kstrtou32(buf, 0, &val);
/linux-master/net/core/
H A Dnet-sysfs.c1331 err = kstrtou32(buf, 10, &rate);
/linux-master/drivers/usb/gadget/function/
H A Df_midi2.c2119 ret = kstrtou32(page, 0, &val);
/linux-master/drivers/accel/habanalabs/common/
H A Dfirmware_if.c91 if (kstrtou32(num_str, 10, ver_num))
/linux-master/drivers/net/hyperv/
H A Dnetvsc_drv.c2302 if (kstrtou32(pci_slot_name(pdev->slot), 10, &serial)) {
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_pm.c632 err = kstrtou32(buf, 10, &value);
/linux-master/kernel/trace/
H A Dtrace_events_user.c1239 if (kstrtou32(part, 10, &size))
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c2835 ret = kstrtou32(buf, 10, &intr_coal_ticks);
2874 ret = kstrtou32(buf, 10, &intr_coal_count);
/linux-master/drivers/scsi/elx/efct/
H A Defct_hw.c1138 if (kstrtou32(token, 0, &hw->config.filter_def[idx++]))
/linux-master/drivers/target/
H A Dtarget_core_user.c2697 ret = kstrtou32(page, 0, &val);
/linux-master/drivers/ufs/core/
H A Dufshcd.c1732 if (kstrtou32(buf, 0, &value))
2076 if (kstrtou32(buf, 0, &value))
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c4144 ret = kstrtou32(buf, 0, &val);
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c3438 if (kstrtou32(buf, 0, &val) != 0) {

Completed in 336 milliseconds

1234