Searched refs:type1_end (Results 1 - 21 of 21) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mt6397.c | 32 .type1_end = 41,
|
H A D | pinctrl-mtk-common.h | 221 * @type1_end: The end of pin number to use the second address. 251 unsigned short type1_end; member
|
H A D | pinctrl-mt8127.c | 291 .type1_end = 143,
|
H A D | pinctrl-mt8167.c | 323 .type1_end = 125,
|
H A D | pinctrl-mt8516.c | 323 .type1_end = 125,
|
H A D | pinctrl-mt2701.c | 522 .type1_end = 280,
|
H A D | pinctrl-mt2712.c | 575 .type1_end = 210,
|
H A D | pinctrl-mt8135.c | 304 .type1_end = 149,
|
H A D | pinctrl-mt8173.c | 331 .type1_end = 135,
|
H A D | pinctrl-mtk-common.c | 50 * When pin number greater than type1_start and less than type1_end, 56 if (pin >= pctl->devdata->type1_start && pin < pctl->devdata->type1_end) in mtk_get_regmap()
|
/kernel/linux/linux-6.6/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mt6397.c | 31 .type1_end = 41,
|
H A D | pinctrl-mtk-common.h | 230 * @type1_end: The end of pin number to use the second address. 271 unsigned short type1_end; member
|
H A D | pinctrl-mt8516.c | 309 .type1_end = 125,
|
H A D | pinctrl-mt8127.c | 276 .type1_end = 143,
|
H A D | pinctrl-mt8167.c | 309 .type1_end = 125,
|
H A D | pinctrl-mt2701.c | 508 .type1_end = 280,
|
H A D | pinctrl-mt2712.c | 557 .type1_end = 210,
|
H A D | pinctrl-mt8365.c | 461 .type1_end = 145,
|
H A D | pinctrl-mt8135.c | 305 .type1_end = 149,
|
H A D | pinctrl-mt8173.c | 317 .type1_end = 135,
|
H A D | pinctrl-mtk-common.c | 47 * When pin number greater than type1_start and less than type1_end, 53 if (pin >= pctl->devdata->type1_start && pin < pctl->devdata->type1_end) in mtk_get_regmap()
|
Completed in 13 milliseconds