Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/rockchip/
H A Dclk.h550 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ argument
556 .parent_names = pnames, \
557 .num_parents = ARRAY_SIZE(pnames), \
571 #define COMPOSITE_DIV_OFFSET(_id, cname, pnames, f, mo, ms, mw, \ argument
577 .parent_names = pnames, \
578 .num_parents = ARRAY_SIZE(pnames), \
630 #define COMPOSITE_NODIV(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
636 .parent_names = pnames, \
637 .num_parents = ARRAY_SIZE(pnames), \
648 #define COMPOSITE_NOGATE(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
[all …]
/openbmc/linux/drivers/clk/samsung/
H A Dclk.h129 #define __MUX(_id, cname, pnames, o, s, w, f, mf) \ argument
133 .parent_names = pnames, \
134 .num_parents = ARRAY_SIZE(pnames), \
142 #define MUX(_id, cname, pnames, o, s, w) \ argument
143 __MUX(_id, cname, pnames, o, s, w, 0, 0)
145 #define MUX_F(_id, cname, pnames, o, s, w, f, mf) \ argument
146 __MUX(_id, cname, pnames, o, s, w, f, mf)
/openbmc/linux/drivers/isdn/capi/
H A Dcapiutil.c330 static char *pnames[] = variable
464 #define NAME (pnames[cmsg->par[cmsg->p]])
/openbmc/qemu/scripts/
H A Ddecodetree.py1451 pnames = []
1453 pnames.append(p.name + ':' + p.file + ':' + str(p.lineno))
1455 f'overlapping patterns size {width}:', pnames)