Lines Matching refs:inst
311 #define DT_INST_PINCTRL_BY_IDX(inst, pc_idx, idx) \ argument
312 DT_PINCTRL_BY_IDX(DT_DRV_INST(inst), pc_idx, idx)
329 #define DT_INST_PINCTRL_0(inst, idx) \ argument
330 DT_PINCTRL_BY_IDX(DT_DRV_INST(inst), 0, idx)
344 #define DT_INST_PINCTRL_BY_NAME(inst, name, idx) \ argument
345 DT_PINCTRL_BY_NAME(DT_DRV_INST(inst), name, idx)
358 #define DT_INST_PINCTRL_NAME_TO_IDX(inst, name) \ argument
359 DT_PINCTRL_NAME_TO_IDX(DT_DRV_INST(inst), name)
371 #define DT_INST_PINCTRL_IDX_TO_NAME_TOKEN(inst, pc_idx) \ argument
372 DT_PINCTRL_IDX_TO_NAME_TOKEN(DT_DRV_INST(inst), pc_idx)
384 #define DT_INST_PINCTRL_IDX_TO_NAME_UPPER_TOKEN(inst, pc_idx) \ argument
385 DT_PINCTRL_IDX_TO_NAME_UPPER_TOKEN(DT_DRV_INST(inst), pc_idx)
398 #define DT_INST_NUM_PINCTRLS_BY_IDX(inst, pc_idx) \ argument
399 DT_NUM_PINCTRLS_BY_IDX(DT_DRV_INST(inst), pc_idx)
411 #define DT_INST_NUM_PINCTRLS_BY_NAME(inst, name) \ argument
412 DT_NUM_PINCTRLS_BY_NAME(DT_DRV_INST(inst), name)
422 #define DT_INST_NUM_PINCTRL_STATES(inst) \ argument
423 DT_NUM_PINCTRL_STATES(DT_DRV_INST(inst))
435 #define DT_INST_PINCTRL_HAS_IDX(inst, pc_idx) \ argument
436 DT_PINCTRL_HAS_IDX(DT_DRV_INST(inst), pc_idx)
447 #define DT_INST_PINCTRL_HAS_NAME(inst, name) \ argument
448 DT_PINCTRL_HAS_NAME(DT_DRV_INST(inst), name)