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

/linux-master/drivers/clk/rockchip/
H A Dclk.h550 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\
556 .parent_names = pnames, \
557 .num_parents = ARRAY_SIZE(pnames), \
571 #define COMPOSITE_DIV_OFFSET(_id, cname, pnames, f, mo, ms, mw, \
577 .parent_names = pnames, \
578 .num_parents = ARRAY_SIZE(pnames), \
630 #define COMPOSITE_NODIV(_id, cname, pnames, f, mo, ms, mw, mf, \
636 .parent_names = pnames, \
637 .num_parents = ARRAY_SIZE(pnames), \
648 #define COMPOSITE_NOGATE(_id, cname, pnames,
[all...]
/linux-master/drivers/clk/samsung/
H A Dclk.h130 #define __MUX(_id, cname, pnames, o, s, w, f, mf) \
134 .parent_names = pnames, \
135 .num_parents = ARRAY_SIZE(pnames), \
143 #define MUX(_id, cname, pnames, o, s, w) \
144 __MUX(_id, cname, pnames, o, s, w, 0, 0)
146 #define MUX_F(_id, cname, pnames, o, s, w, f, mf) \
147 __MUX(_id, cname, pnames, o, s, w, f, mf)
/linux-master/drivers/isdn/capi/
H A Dcapiutil.c330 static char *pnames[] = variable
464 #define NAME (pnames[cmsg->par[cmsg->p]])

Completed in 130 milliseconds