Searched refs:epdrv (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/drivers/ |
H A D | platform_early.c | 62 * @epdrv: sh_early_platform driver structure 67 int __init sh_early_platform_driver_register(struct sh_early_platform_driver *epdrv, in sh_early_platform_driver_register() argument 76 if (!epdrv->list.next) { in sh_early_platform_driver_register() 77 INIT_LIST_HEAD(&epdrv->list); in sh_early_platform_driver_register() 78 list_add_tail(&epdrv->list, &sh_early_platform_driver_list); in sh_early_platform_driver_register() 85 n = strlen(epdrv->pdrv->driver.name); in sh_early_platform_driver_register() 86 if (buf && !strncmp(buf, epdrv->pdrv->driver.name, n)) { in sh_early_platform_driver_register() 87 list_move(&epdrv->list, &sh_early_platform_driver_list); in sh_early_platform_driver_register() 91 epdrv->requested_id = -1; in sh_early_platform_driver_register() 93 epdrv in sh_early_platform_driver_register() 175 sh_early_platform_match(struct sh_early_platform_driver *epdrv, int id) sh_early_platform_match() argument 192 sh_early_platform_left(struct sh_early_platform_driver *epdrv, int id) sh_early_platform_left() argument 215 struct sh_early_platform_driver *epdrv; sh_early_platform_driver_probe_id() local [all...] |
/kernel/linux/linux-6.6/arch/sh/drivers/ |
H A D | platform_early.c | 62 * @epdrv: sh_early_platform driver structure 67 int __init sh_early_platform_driver_register(struct sh_early_platform_driver *epdrv, in sh_early_platform_driver_register() argument 76 if (!epdrv->list.next) { in sh_early_platform_driver_register() 77 INIT_LIST_HEAD(&epdrv->list); in sh_early_platform_driver_register() 78 list_add_tail(&epdrv->list, &sh_early_platform_driver_list); in sh_early_platform_driver_register() 85 n = strlen(epdrv->pdrv->driver.name); in sh_early_platform_driver_register() 86 if (buf && !strncmp(buf, epdrv->pdrv->driver.name, n)) { in sh_early_platform_driver_register() 87 list_move(&epdrv->list, &sh_early_platform_driver_list); in sh_early_platform_driver_register() 91 epdrv->requested_id = -1; in sh_early_platform_driver_register() 93 epdrv in sh_early_platform_driver_register() 175 sh_early_platform_match(struct sh_early_platform_driver *epdrv, int id) sh_early_platform_match() argument 192 sh_early_platform_left(struct sh_early_platform_driver *epdrv, int id) sh_early_platform_left() argument 215 struct sh_early_platform_driver *epdrv; sh_early_platform_driver_probe_id() local [all...] |
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | platform_early.h | 23 extern int sh_early_platform_driver_register(struct sh_early_platform_driver *epdrv,
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | platform_early.h | 23 extern int sh_early_platform_driver_register(struct sh_early_platform_driver *epdrv,
|
Completed in 2 milliseconds