Searched refs:_setup (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/arch/sh/kernel/cpu/ |
D | init.c | 45 static int x##_setup(char *opts) \ 50 __setup("no" __stringify(x), x##_setup);
|
/Linux-v5.10/arch/um/include/shared/ |
D | init.h | 87 __non_empty_string(fn ##_setup, str); \
|
/Linux-v5.10/drivers/scsi/sym53c8xx_2/ |
D | sym_fw.h | 145 fw##_setup, fw##_patch \
|
/Linux-v5.10/drivers/mfd/ |
D | ioc3.c | 521 #define IOC3_SID(_name, _sid, _setup) \ argument 525 .setup = _setup, \
|
/Linux-v5.10/tools/testing/selftests/ |
D | kselftest_harness.h | 261 void fixture_name##_setup( \ 380 fixture_name##_setup(_metadata, &self, variant->data); \
|
/Linux-v5.10/arch/mips/pci/ |
D | pci-xtalk-bridge.c | 522 #define BRIDGE_BOARD_SETUP(_partno, _setup) \ argument 523 { .match = _partno, .setup = _setup }
|
/Linux-v5.10/include/video/ |
D | newport.h | 150 npireg_t _setup; member
|
/Linux-v5.10/arch/arm/mach-omap2/ |
D | omap_hwmod.c | 2539 static int _setup(struct omap_hwmod *oh, void *data) in _setup() function 3096 _setup(oh, NULL); in omap_hwmod_setup_one() 3477 _setup(oh, NULL); in omap_hwmod_allocate_module() 3686 omap_hwmod_for_each(_setup, NULL); in omap_hwmod_setup_all()
|