Searched refs:pnames (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/rockchip/ |
H A D | clk.h | 425 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ 431 .parent_names = pnames, \ 432 .num_parents = ARRAY_SIZE(pnames), \ 446 #define COMPOSITE_DIV_OFFSET(_id, cname, pnames, f, mo, ms, mw, \ 452 .parent_names = pnames, \ 453 .num_parents = ARRAY_SIZE(pnames), \ 505 #define COMPOSITE_NODIV(_id, cname, pnames, f, mo, ms, mw, mf, \ 511 .parent_names = pnames, \ 512 .num_parents = ARRAY_SIZE(pnames), \ 523 #define COMPOSITE_NOGATE(_id, cname, pnames, [all...] |
/kernel/linux/linux-6.6/drivers/clk/rockchip/ |
H A D | clk.h | 550 #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...] |
/kernel/linux/linux-5.10/drivers/clk/samsung/ |
H A D | clk.h | 128 #define __MUX(_id, cname, pnames, o, s, w, f, mf) \ 132 .parent_names = pnames, \ 133 .num_parents = ARRAY_SIZE(pnames), \ 141 #define MUX(_id, cname, pnames, o, s, w) \ 142 __MUX(_id, cname, pnames, o, s, w, 0, 0) 144 #define MUX_F(_id, cname, pnames, o, s, w, f, mf) \ 145 __MUX(_id, cname, pnames, o, s, w, f, mf)
|
/kernel/linux/linux-6.6/drivers/clk/samsung/ |
H A D | clk.h | 129 #define __MUX(_id, cname, pnames, o, s, w, f, mf) \ 133 .parent_names = pnames, \ 134 .num_parents = ARRAY_SIZE(pnames), \ 142 #define MUX(_id, cname, pnames, o, s, w) \ 143 __MUX(_id, cname, pnames, o, s, w, 0, 0) 145 #define MUX_F(_id, cname, pnames, o, s, w, f, mf) \ 146 __MUX(_id, cname, pnames, o, s, w, f, mf)
|
/kernel/linux/linux-5.10/drivers/isdn/capi/ |
H A D | capiutil.c | 330 static char *pnames[] = variable 464 #define NAME (pnames[cmsg->par[cmsg->p]])
|
/kernel/linux/linux-6.6/drivers/isdn/capi/ |
H A D | capiutil.c | 330 static char *pnames[] = variable 464 #define NAME (pnames[cmsg->par[cmsg->p]])
|
Completed in 7 milliseconds