Home
last modified time | relevance | path

Searched refs:_setup (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/arch/sh/kernel/cpu/
H A Dinit.c45 static int x##_setup(char *opts) \
50 __setup("no" __stringify(x), x##_setup);
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/
H A Dinit.c45 static int x##_setup(char *opts) \
50 __setup("no" __stringify(x), x##_setup);
/kernel/linux/linux-5.10/arch/um/include/shared/
H A Dinit.h87 __non_empty_string(fn ##_setup, str); \
/kernel/linux/linux-6.6/arch/um/include/shared/
H A Dinit.h87 __non_empty_string(fn ##_setup, str); \
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.h145 fw##_setup, fw##_patch \
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.h145 fw##_setup, fw##_patch \
/kernel/linux/linux-5.10/tools/testing/selftests/
H A Dkselftest_harness.h261 void fixture_name##_setup( \
380 fixture_name##_setup(_metadata, &self, variant->data); \
/kernel/linux/linux-5.10/drivers/mfd/
H A Dioc3.c521 #define IOC3_SID(_name, _sid, _setup) \
525 .setup = _setup, \
/kernel/linux/linux-6.6/drivers/mfd/
H A Dioc3.c518 #define IOC3_SID(_name, _sid, _setup) \
522 .setup = _setup, \
/kernel/linux/linux-5.10/arch/mips/pci/
H A Dpci-xtalk-bridge.c522 #define BRIDGE_BOARD_SETUP(_partno, _setup) \
523 { .match = _partno, .setup = _setup }
/kernel/linux/linux-6.6/arch/mips/pci/
H A Dpci-xtalk-bridge.c523 #define BRIDGE_BOARD_SETUP(_partno, _setup) \
524 { .match = _partno, .setup = _setup }
/kernel/linux/linux-6.6/tools/testing/selftests/
H A Dkselftest_harness.h270 void fixture_name##_setup( \
389 fixture_name##_setup(_metadata, &self, variant->data); \
/kernel/linux/linux-5.10/include/video/
H A Dnewport.h150 npireg_t _setup; member
/kernel/linux/linux-6.6/include/video/
H A Dnewport.h150 npireg_t _setup; member
/kernel/linux/linux-6.6/tools/testing/selftests/iommu/
H A Diommufd_fail_nth.c192 fixture_name##_setup(_metadata, self, variant); \
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Domap_hwmod.c2458 * _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 Domap_hwmod.c2426 * _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