Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/rockchip/
Dclk.h603 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ argument
609 .parent_names = pnames, \
610 .num_parents = ARRAY_SIZE(pnames), \
624 #define COMPOSITE_DIV_OFFSET(_id, cname, pnames, f, mo, ms, mw, \ argument
630 .parent_names = pnames, \
631 .num_parents = ARRAY_SIZE(pnames), \
683 #define COMPOSITE_NODIV(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
689 .parent_names = pnames, \
690 .num_parents = ARRAY_SIZE(pnames), \
701 #define COMPOSITE_NOGATE(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
[all …]
/linux-6.12.1/drivers/clk/samsung/
Dclk.h130 #define __MUX(_id, cname, pnames, o, s, w, f, mf) \ argument
134 .parent_names = pnames, \
135 .num_parents = ARRAY_SIZE(pnames), \
143 #define MUX(_id, cname, pnames, o, s, w) \ argument
144 __MUX(_id, cname, pnames, o, s, w, CLK_SET_RATE_NO_REPARENT, 0)
146 #define MUX_F(_id, cname, pnames, o, s, w, f, mf) \ argument
147 __MUX(_id, cname, pnames, o, s, w, (f) | CLK_SET_RATE_NO_REPARENT, mf)
150 #define nMUX(_id, cname, pnames, o, s, w) \ argument
151 __MUX(_id, cname, pnames, o, s, w, 0, 0)
153 #define nMUX_F(_id, cname, pnames, o, s, w, f, mf) \ argument
[all …]
/linux-6.12.1/drivers/isdn/capi/
Dcapiutil.c330 static char *pnames[] = variable
464 #define NAME (pnames[cmsg->par[cmsg->p]])