Searched refs:_setup (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/ |
H A D | init.c | 45 static int x##_setup(char *opts) \ 50 __setup("no" __stringify(x), x##_setup);
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/ |
H A D | init.c | 45 static int x##_setup(char *opts) \ 50 __setup("no" __stringify(x), x##_setup);
|
/kernel/linux/linux-5.10/arch/um/include/shared/ |
H A D | init.h | 87 __non_empty_string(fn ##_setup, str); \
|
/kernel/linux/linux-6.6/arch/um/include/shared/ |
H A D | init.h | 87 __non_empty_string(fn ##_setup, str); \
|
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_fw.h | 145 fw##_setup, fw##_patch \
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_fw.h | 145 fw##_setup, fw##_patch \
|
/kernel/linux/linux-5.10/tools/testing/selftests/ |
H A D | kselftest_harness.h | 261 void fixture_name##_setup( \ 380 fixture_name##_setup(_metadata, &self, variant->data); \
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | ioc3.c | 521 #define IOC3_SID(_name, _sid, _setup) \ 525 .setup = _setup, \
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | ioc3.c | 518 #define IOC3_SID(_name, _sid, _setup) \ 522 .setup = _setup, \
|
/kernel/linux/linux-5.10/arch/mips/pci/ |
H A D | pci-xtalk-bridge.c | 522 #define BRIDGE_BOARD_SETUP(_partno, _setup) \ 523 { .match = _partno, .setup = _setup }
|
/kernel/linux/linux-6.6/arch/mips/pci/ |
H A D | pci-xtalk-bridge.c | 523 #define BRIDGE_BOARD_SETUP(_partno, _setup) \ 524 { .match = _partno, .setup = _setup }
|
/kernel/linux/linux-6.6/tools/testing/selftests/ |
H A D | kselftest_harness.h | 270 void fixture_name##_setup( \ 389 fixture_name##_setup(_metadata, &self, variant->data); \
|
/kernel/linux/linux-5.10/include/video/ |
H A D | newport.h | 150 npireg_t _setup; member
|
/kernel/linux/linux-6.6/include/video/ |
H A D | newport.h | 150 npireg_t _setup; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/iommu/ |
H A D | iommufd_fail_nth.c | 192 fixture_name##_setup(_metadata, self, variant); \
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | omap_hwmod.c | 2458 * _setup_postsetup - transition to the appropriate state after _setup 2463 * this function is called at the end of _setup().) The postsetup 2526 * _setup - prepare IP block hardware for use 2541 static int _setup(struct omap_hwmod *oh, void *data) in _setup() function 3080 * registered omap_hwmod. Also calls _setup() on each hwmod. Returns 3098 _setup(oh, NULL); in omap_hwmod_setup_one() 3479 _setup(oh, NULL); in omap_hwmod_allocate_module() 3680 * calls _setup() on each hwmod. Returns 0 upon success. 3690 omap_hwmod_for_each(_setup, NULL); in omap_hwmod_setup_all() 3942 * omap_hwmod_set_postsetup_state - set the post-_setup() stat [all...] |
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | omap_hwmod.c | 2426 * _setup_postsetup - transition to the appropriate state after _setup 2431 * this function is called at the end of _setup().) The postsetup 2494 * _setup - prepare IP block hardware for use 2509 static int _setup(struct omap_hwmod *oh, void *data) in _setup() function 3050 * registered omap_hwmod. Also calls _setup() on each hwmod. Returns 3068 _setup(oh, NULL); in omap_hwmod_setup_one() 3449 _setup(oh, NULL); in omap_hwmod_allocate_module() 3642 * calls _setup() on each hwmod. Returns 0 upon success. 3655 omap_hwmod_for_each(_setup, NULL); in omap_hwmod_setup_all() 3858 * omap_hwmod_set_postsetup_state - set the post-_setup() stat [all...] |
Completed in 21 milliseconds