Searched refs:phandle_node (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/kernel/ |
| H A D | dt_driver.c | 259 const void *fdt, int phandle_node, in device_from_provider_prop() argument 273 pargs->phandle_node = phandle_node; in device_from_provider_prop() 320 int phandle_node = -1; in dt_driver_device_from_node_idx_prop_phandle() local 344 phandle_node = fdt_node_offset_by_phandle(fdt, phandle); in dt_driver_device_from_node_idx_prop_phandle() 346 return device_from_provider_prop(prv, fdt, phandle_node, in dt_driver_device_from_node_idx_prop_phandle() 361 int phandle_node = -1; in dt_driver_device_from_node_idx_prop() local 392 phandle_node = fdt_node_offset_by_phandle(fdt, phandle); in dt_driver_device_from_node_idx_prop() 393 if (phandle_node < 0) in dt_driver_device_from_node_idx_prop() 396 nodeoffset = fdt_parent_offset(fdt, phandle_node); in dt_driver_device_from_node_idx_prop() 404 phandle_node = prv->nodeoffset; in dt_driver_device_from_node_idx_prop() [all …]
|
| /optee_os/core/drivers/pinctrl/ |
| H A D | atmel_pio.c | 98 prop = fdt_getprop(pargs->fdt, pargs->phandle_node, "pinmux", in pio_pinctrl_dt_get() 126 res = pinctrl_parse_dt_pin_modes(pargs->fdt, pargs->phandle_node, in pio_pinctrl_dt_get()
|
| /optee_os/core/include/kernel/ |
| H A D | dt_driver.h | 98 int phandle_node; member
|
| /optee_os/core/drivers/nvmem/ |
| H A D | atmel_sfc.c | 64 res = nvmem_cell_parse_dt(args->fdt, args->phandle_node, cell); in atmel_sfc_dt_get()
|
| /optee_os/core/drivers/ |
| H A D | stm32_gpio.c | 884 fdt_get_name(pargs->fdt, pargs->phandle_node, NULL)); in stm32_gpio_get_dt() 1497 pinctrl_node = pargs->phandle_node; in stm32_pinctrl_dt_get()
|
| H A D | stm32_exti.c | 716 res = interrupt_dt_get_by_index(pargs->fdt, pargs->phandle_node, in stm32_exti_dt_get_chip_cb()
|