Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/rockchip/
Dclk.h420 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ argument
426 .parent_names = pnames, \
427 .num_parents = ARRAY_SIZE(pnames), \
478 #define COMPOSITE_NODIV(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
484 .parent_names = pnames, \
485 .num_parents = ARRAY_SIZE(pnames), \
496 #define COMPOSITE_NOGATE(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
502 .parent_names = pnames, \
503 .num_parents = ARRAY_SIZE(pnames), \
515 #define COMPOSITE_NOGATE_DIVTBL(_id, cname, pnames, f, mo, ms, \ argument
[all …]
/linux-4.19.296/drivers/clk/samsung/
Dclk.h131 #define __MUX(_id, cname, pnames, o, s, w, f, mf) \ argument
135 .parent_names = pnames, \
136 .num_parents = ARRAY_SIZE(pnames), \
144 #define MUX(_id, cname, pnames, o, s, w) \ argument
145 __MUX(_id, cname, pnames, o, s, w, 0, 0)
147 #define MUX_F(_id, cname, pnames, o, s, w, f, mf) \ argument
148 __MUX(_id, cname, pnames, o, s, w, f, mf)
/linux-4.19.296/drivers/isdn/capi/
Dcapiutil.c512 static char *pnames[] = variable
648 #define NAME (pnames[cmsg->par[cmsg->p]])