Home
last modified time | relevance | path

Searched refs:nr_pads (Results 1 – 3 of 3) sorted by relevance

/arch/arm/mach-omap2/
Dmux.h217 omap_hwmod_mux_init(struct omap_device_pad *bpads, int nr_pads);
250 omap_hwmod_mux_init(struct omap_device_pad *bpads, int nr_pads) in omap_hwmod_mux_init() argument
Dmux.c263 omap_hwmod_mux_init(struct omap_device_pad *bpads, int nr_pads) in omap_hwmod_mux_init() argument
268 if (!bpads || nr_pads < 1) in omap_hwmod_mux_init()
275 hmux->nr_pads = nr_pads; in omap_hwmod_mux_init()
278 nr_pads, GFP_KERNEL); in omap_hwmod_mux_init()
282 for (i = 0; i < hmux->nr_pads; i++) { in omap_hwmod_mux_init()
334 for (i = 0; i < hmux->nr_pads; i++) { in omap_hwmod_mux_init()
465 for (i = 0; i < hmux->nr_pads; i++) { in omap_hwmod_mux()
Domap_hwmod.h161 int nr_pads; member