Home
last modified time | relevance | path

Searched refs:skip_spaces (Results 1 – 25 of 26) sorted by relevance

12

/drivers/pnp/
A Dinterface.c318 buf = skip_spaces(buf); in pnp_get_resource_value()
322 buf = skip_spaces(buf); in pnp_get_resource_value()
324 buf = skip_spaces(buf + 1); in pnp_get_resource_value()
350 buf = skip_spaces(buf); in resources_store()
396 buf = skip_spaces(buf); in resources_store()
/drivers/media/cec/core/
A Dcec-pin-error-inj.c89 p = skip_spaces(p); in cec_pin_error_inj_parse_line()
150 p = skip_spaces(p); in cec_pin_error_inj_parse_line()
215 p = skip_spaces(p); in cec_pin_error_inj_parse_line()
A Dcec-core.c189 p = skip_spaces(p); in cec_error_inj_write()
/drivers/firmware/efi/libstub/
A Dskip_spaces.c7 char *skip_spaces(const char *str) in skip_spaces() function
A DMakefile69 skip_spaces.o lib-cmdline.o lib-ctype.o \
A Defi-stub-helper.c65 str = skip_spaces(buf); in efi_parse_options()
/drivers/s390/block/
A Ddasd_proc.c268 str = skip_spaces(buffer); in dasd_stats_proc_write()
271 str = skip_spaces(str + 4); in dasd_stats_proc_write()
A Ddasd.c936 str = skip_spaces(buffer); in dasd_stats_write()
/drivers/md/
A Ddm-init.c93 *str = skip_spaces(*str); in str_field_delimit()
A Ddm-table.c564 start = skip_spaces(end); in dm_split_args()
/drivers/gpio/
A Dgpio-aggregator.c734 char *key __free(kfree) = kstrndup(skip_spaces(page), count, in gpio_aggregator_line_key_store()
772 char *name __free(kfree) = kstrndup(skip_spaces(page), count, in gpio_aggregator_line_name_store()
1058 char *args = skip_spaces(aggr->args); in gpio_aggregator_parse()
A Dgpio-sim.c684 trimmed = kstrndup(skip_spaces(str), count, GFP_KERNEL); in gpio_sim_strdup_trimmed()
A Dgpio-virtuser.c1069 char *key __free(kfree) = kstrndup(skip_spaces(page), count, in gpio_virtuser_lookup_entry_config_key_store()
/drivers/accessibility/speakup/
A Dvarhandlers.c340 val = simple_strtoul(skip_spaces(start), &start, 10); in spk_s2uchar()
/drivers/block/zram/
A Dzram_drv.c979 args = skip_spaces(buf); in writeback_store()
1323 args = skip_spaces(buf); in algorithm_params_store()
1437 args = skip_spaces(buf); in recomp_algorithm_store()
2153 args = skip_spaces(buf); in recompress_store()
/drivers/hte/
A Dhte.c528 temp = skip_spaces(desc->attr.name); in hte_of_get_dev()
/drivers/parisc/
A Dpdc_stable.c791 temp = skip_spaces(in); in pdcs_auto_write()
/drivers/pinctrl/
A Dpinmux.c728 fname = skip_spaces(fname + 1); in pinmux_select_write()
/drivers/usb/storage/
A Dusb.c146 ret = parse_delay_str(skip_spaces(s), 3, "ms", &delay_ms); in delay_use_set()
/drivers/s390/crypto/
A Dzcrypt_api.c331 strscpy(name, skip_spaces(buf), sizeof(name)); in zcdn_create_store()
348 strscpy(name, skip_spaces(buf), sizeof(name)); in zcdn_destroy_store()
/drivers/bluetooth/
A Dhci_bcm4377.c2008 p = skip_spaces(str); in bcm4377_parse_otp_str()
2043 p = skip_spaces(end); in bcm4377_parse_otp_str()
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dpcie.c1956 p = skip_spaces(board_params); in brcmf_pcie_parse_otp_sys_vendor()
1987 p = skip_spaces(end); in brcmf_pcie_parse_otp_sys_vendor()
/drivers/scsi/qla4xxx/
A Dql4_mbx.c1374 skip_spaces((char *)about_fw->fw_build_user)); in qla4xxx_about_firmware()
1383 skip_spaces((char *)about_fw->extended_timestamp)); in qla4xxx_about_firmware()
/drivers/gpu/drm/amd/pm/
A Damdgpu_pm.c2167 tmp = skip_spaces(tmp); in amdgpu_set_pm_policy_attr()
2170 tmp = skip_spaces(tmp); in amdgpu_set_pm_policy_attr()
/drivers/platform/x86/lenovo/
A Dthinkpad_acpi.c1024 *value = simple_strtoul(skip_spaces(buf), &endp, 0); in parse_strtoul()
1025 endp = skip_spaces(endp); in parse_strtoul()

Completed in 101 milliseconds

12