Searched refs:ARRAY_AND_SIZE (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/drivers/pinctrl/ |
D | pinctrl-xway.c | 226 {"spi", ARRAY_AND_SIZE(ase_spi_grps)}, 227 {"asc", ARRAY_AND_SIZE(ase_asc_grps)}, 228 {"cgu", ARRAY_AND_SIZE(ase_cgu_grps)}, 229 {"jtag", ARRAY_AND_SIZE(ase_jtag_grps)}, 230 {"exin", ARRAY_AND_SIZE(ase_exin_grps)}, 231 {"stp", ARRAY_AND_SIZE(ase_stp_grps)}, 232 {"gpt", ARRAY_AND_SIZE(ase_gpt_grps)}, 233 {"mdio", ARRAY_AND_SIZE(ase_mdio_grps)}, 234 {"ephy", ARRAY_AND_SIZE(ase_ephy_grps)}, 235 {"dfe", ARRAY_AND_SIZE(ase_dfe_grps)}, [all …]
|
D | pinctrl-falcon.c | 212 {"rst", ARRAY_AND_SIZE(ltq_rst_grps)}, 213 {"ntr", ARRAY_AND_SIZE(ltq_ntr_grps)}, 214 {"mdio", ARRAY_AND_SIZE(ltq_mdio_grps)}, 215 {"led", ARRAY_AND_SIZE(ltq_bled_grps)}, 216 {"asc", ARRAY_AND_SIZE(ltq_asc_grps)}, 217 {"spi", ARRAY_AND_SIZE(ltq_spi_grps)}, 218 {"i2c", ARRAY_AND_SIZE(ltq_i2c_grps)}, 219 {"jtag", ARRAY_AND_SIZE(ltq_jtag_grps)}, 220 {"slic", ARRAY_AND_SIZE(ltq_slic_grps)}, 221 {"pcm", ARRAY_AND_SIZE(ltq_pcm_grps)},
|
D | pinctrl-lantiq.h | 22 #define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x) macro
|
/linux-6.6.21/arch/arm/mach-pxa/ |
D | generic.h | 22 #define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x) macro
|
D | generic.c | 112 iotable_init(ARRAY_AND_SIZE(common_io_desc)); in pxa_map_io()
|
D | gumstix.c | 217 pxa2xx_mfp_config(ARRAY_AND_SIZE(gumstix_pin_config)); in gumstix_init()
|
D | spitz.c | 596 spi_register_board_info(ARRAY_AND_SIZE(spitz_spi_devices)); in spitz_spi_init() 935 i2c_register_board_info(1, ARRAY_AND_SIZE(spitz_pi2c_devs)); in spitz_i2c_init() 1008 pxa2xx_mfp_config(ARRAY_AND_SIZE(spitz_pin_config)); in spitz_init()
|
D | pxa25x.c | 177 iotable_init(ARRAY_AND_SIZE(pxa25x_io_desc)); in pxa25x_map_io()
|
D | spitz_pm.c | 49 gpio_request_array(ARRAY_AND_SIZE(spitz_charger_gpios)); in spitz_charger_init()
|
D | am300epd.c | 268 pxa2xx_mfp_config(ARRAY_AND_SIZE(am300_pin_config)); in am300_init()
|
D | pxa27x.c | 264 iotable_init(ARRAY_AND_SIZE(pxa27x_io_desc)); in pxa27x_map_io()
|
D | pxa3xx.c | 394 iotable_init(ARRAY_AND_SIZE(pxa3xx_io_desc)); in pxa3xx_map_io()
|
D | am200epd.c | 363 pxa2xx_mfp_config(ARRAY_AND_SIZE(am200_pin_config)); in am200_init()
|