Searched refs:parse_ (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | init.h | 336 static int __init parse_##var##_on(char *arg) \ 341 __setup_param(str_on, parse_##var##_on, parse_##var##_on, 1); \ 343 static int __init parse_##var##_off(char *arg) \ 348 __setup_param(str_off, parse_##var##_off, parse_##var##_off, 1)
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | init.h | 363 static int __init parse_##var##_on(char *arg) \ 368 early_param(str_on, parse_##var##_on); \ 370 static int __init parse_##var##_off(char *arg) \ 375 early_param(str_off, parse_##var##_off)
|
/kernel/linux/linux-5.10/drivers/of/ |
H A D | property.c | 1224 static struct device_node *parse_##fname(struct device_node *np, \ 1278 static struct device_node *parse_##fname(struct device_node *np, \
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | property.c | 1127 static struct device_node *parse_##fname(struct device_node *np, \ 1181 static struct device_node *parse_##fname(struct device_node *np, \
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_sysfs.c | 595 static void parse_##name##_mode(char *buf, struct hda_bus *bus, \
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_sysfs.c | 592 static void parse_##name##_mode(char *buf, struct hda_bus *bus, \
|
Completed in 8 milliseconds