/u-boot/include/power/ |
A D | regulator.h | 533 return -ENOSYS; in regulator_mode() 538 return -ENOSYS; in regulator_get_value() 543 return -ENOSYS; in regulator_set_value() 548 return -ENOSYS; in regulator_set_suspend_value() 553 return -ENOSYS; in regulator_get_suspend_value() 558 return -ENOSYS; in regulator_set_value_force() 563 return -ENOSYS; in regulator_get_current() 568 return -ENOSYS; in regulator_set_current() 573 return -ENOSYS; in regulator_get_enable() 578 return -ENOSYS; in regulator_set_enable() [all …]
|
/u-boot/include/ |
A D | remoteproc.h | 326 static inline int rproc_init(void) { return -ENOSYS; } in rproc_init() 331 static inline int rproc_stop(int id) { return -ENOSYS; } in rproc_stop() 336 ulong size) { return -ENOSYS; } in rproc_elf32_sanity_check() 338 ulong size) { return -ENOSYS; } in rproc_elf64_sanity_check() 340 ulong size) { return -ENOSYS; } in rproc_elf_sanity_check() 343 { return -ENOSYS; } in rproc_elf32_load_image() 346 { return -ENOSYS; } in rproc_elf64_load_image() 349 { return -ENOSYS; } in rproc_elf_load_image() 355 { return -ENOSYS; } in rproc_elf32_load_rsc_table() 359 { return -ENOSYS; } in rproc_elf64_load_rsc_table() [all …]
|
A D | clk.h | 248 return -ENOSYS; in clk_get_by_index() 253 return -ENOSYS; in clk_get_bulk() 259 return -ENOSYS; in clk_get_by_name() 265 return -ENOSYS; in clk_get_by_name_nodev() 271 return -ENOSYS; in clk_get_optional_nodev() 276 return -ENOSYS; in clk_release_all() 485 return -ENOSYS; in clk_request() 495 return -ENOSYS; in clk_get_rate() 505 return -ENOSYS; in clk_get_parent_rate() 510 return -ENOSYS; in clk_round_rate() [all …]
|
A D | sysinfo.h | 196 return -ENOSYS; in sysinfo_detect() 201 return -ENOSYS; in sysinfo_get_bool() 206 return -ENOSYS; in sysinfo_get_int() 212 return -ENOSYS; in sysinfo_get_str() 217 return -ENOSYS; in sysinfo_get() 223 return -ENOSYS; in sysinfo_get_fit_loadable()
|
A D | power-domain.h | 85 return -ENOSYS; in power_domain_get() 106 return -ENOSYS; in power_domain_get_by_index() 122 return -ENOSYS; in power_domain_free() 138 return -ENOSYS; in power_domain_on() 154 return -ENOSYS; in power_domain_off()
|
A D | mux.h | 122 return -ENOSYS; in mux_control_states() 128 return -ENOSYS; in mux_control_select() 135 return -ENOSYS; in mux_control_deselect() 155 return -ENOSYS; in dm_mux_init()
|
A D | soc.h | 123 return -ENOSYS; in soc_get() 128 return -ENOSYS; in soc_get_machine() 133 return -ENOSYS; in soc_get_revision() 138 return -ENOSYS; in soc_get_family()
|
A D | hwconfig.h | 31 return -ENOSYS; in hwconfig_f() 44 return -ENOSYS; in hwconfig_arg_cmp_f() 49 return -ENOSYS; in hwconfig_sub_f() 62 return -ENOSYS; in hwconfig_subarg_cmp_f()
|
A D | hwspinlock.h | 72 return -ENOSYS; in hwspinlock_get_by_index() 78 return -ENOSYS; in hwspinlock_lock_timeout() 83 return -ENOSYS; in hwspinlock_unlock()
|
A D | dma.h | 206 return -ENOSYS; in dma_get_by_index() 212 return -ENOSYS; in dma_get_by_name() 337 return -ENOSYS; in dma_get_device() 342 return -ENOSYS; in dma_memcpy()
|
/u-boot/drivers/pci_endpoint/ |
A D | pci_ep-uclass.c | 26 return -ENOSYS; in pci_ep_write_header() 36 return -ENOSYS; in pci_ep_read_header() 59 return -ENOSYS; in pci_ep_set_bar() 74 return -ENOSYS; in pci_ep_read_bar() 84 return -ENOSYS; in pci_ep_clear_bar() 95 return -ENOSYS; in pci_ep_map_addr() 105 return -ENOSYS; in pci_ep_unmap_addr() 119 return -ENOSYS; in pci_ep_set_msi() 135 return -ENOSYS; in pci_ep_get_msi() 156 return -ENOSYS; in pci_ep_set_msix() [all …]
|
/u-boot/arch/arm/mach-tegra/ |
A D | xusb-padctl-dummy.c | 18 return -ENOSYS; in tegra_xusb_phy_prepare() 23 return -ENOSYS; in tegra_xusb_phy_enable() 28 return -ENOSYS; in tegra_xusb_phy_disable() 33 return -ENOSYS; in tegra_xusb_phy_unprepare()
|
/u-boot/drivers/pch/ |
A D | pch-uclass.c | 17 return -ENOSYS; in pch_get_spi_base() 27 return -ENOSYS; in pch_set_spi_protect() 38 return -ENOSYS; in pch_get_gpio_base() 49 return -ENOSYS; in pch_get_io_base() 59 return -ENOSYS; in pch_ioctl()
|
/u-boot/drivers/sysinfo/ |
A D | sysinfo-uclass.c | 21 return -ENOSYS; in sysinfo_detect() 32 return -ENOSYS; in sysinfo_get_fit_loadable() 42 return -ENOSYS; in sysinfo_get_bool() 52 return -ENOSYS; in sysinfo_get_int() 62 return -ENOSYS; in sysinfo_get_str()
|
/u-boot/drivers/misc/ |
A D | misc-uclass.c | 22 return -ENOSYS; in misc_read() 32 return -ENOSYS; in misc_write() 42 return -ENOSYS; in misc_ioctl() 53 return -ENOSYS; in misc_call() 63 return -ENOSYS; in misc_set_enabled()
|
/u-boot/drivers/pinctrl/ |
A D | pinctrl-generic.c | 26 return -ENOSYS; in pinctrl_pin_name_to_selector() 39 return -ENOSYS; in pinctrl_pin_name_to_selector() 57 return -ENOSYS; in pinctrl_group_name_to_selector() 70 return -ENOSYS; in pinctrl_group_name_to_selector() 90 return -ENOSYS; in pinmux_func_name_to_selector() 103 return -ENOSYS; in pinmux_func_name_to_selector() 123 return -ENOSYS; in pinmux_enable_setting() 130 return -ENOSYS; in pinmux_enable_setting() 166 return -ENOSYS; in pinconf_prop_name_to_param() 180 return -ENOSYS; in pinconf_prop_name_to_param() [all …]
|
/u-boot/arch/arm/include/asm/arch-tegra/ |
A D | cboot.h | 29 return -ENOSYS; in cboot_dram_init() 34 return -ENOSYS; in cboot_dram_init_banksize() 44 return -ENOSYS; in cboot_get_ethaddr()
|
/u-boot/drivers/demo/ |
A D | demo-uclass.c | 32 return -ENOSYS; in demo_hello() 42 return -ENOSYS; in demo_status() 52 return -ENOSYS; in demo_get_light() 62 return -ENOSYS; in demo_set_light()
|
/u-boot/drivers/video/ |
A D | panel-uclass.c | 16 return -ENOSYS; in panel_enable_backlight() 34 return -ENOSYS; in panel_set_backlight() 45 return -ENOSYS; in panel_get_display_timing()
|
/u-boot/drivers/cache/ |
A D | cache-uclass.c | 15 return -ENOSYS; in cache_get_info() 25 return -ENOSYS; in cache_enable() 35 return -ENOSYS; in cache_disable()
|
/u-boot/drivers/cpu/ |
A D | cpu-uclass.c | 48 return -ENOSYS; in cpu_is_current() 77 return -ENOSYS; in cpu_get_desc() 87 return -ENOSYS; in cpu_get_info() 100 return -ENOSYS; in cpu_get_count() 110 return -ENOSYS; in cpu_get_vendor()
|
/u-boot/drivers/block/ |
A D | blk_legacy.c | 68 return -ENOSYS; in get_desc() 83 return -ENOSYS; in blk_list_part() 108 return -ENOSYS; in blk_print_part_devnum() 144 return -ENOSYS; in blk_print_device_num() 161 return -ENOSYS; in blk_show_device() 198 return -ENOSYS; in blk_dselect_hwpart() 228 return -ENOSYS; in blk_read_devnum() 247 return -ENOSYS; in blk_write_devnum() 261 return -ENOSYS; in blk_select_hwpart_devnum()
|
/u-boot/drivers/pwm/ |
A D | pwm-uclass.c | 16 return -ENOSYS; in pwm_set_invert() 27 return -ENOSYS; in pwm_set_config() 37 return -ENOSYS; in pwm_set_enable()
|
/u-boot/drivers/rtc/ |
A D | rtc-uclass.c | 19 return -ENOSYS; in dm_rtc_get() 29 return -ENOSYS; in dm_rtc_set() 39 return -ENOSYS; in dm_rtc_reset() 51 return -ENOSYS; in dm_rtc_read() 71 return -ENOSYS; in dm_rtc_write() 96 return -ENOSYS; in rtc_read8() 111 return -ENOSYS; in rtc_write8()
|
/u-boot/drivers/power/regulator/ |
A D | regulator-uclass.c | 35 return -ENOSYS; in regulator_get_value() 64 return -ENOSYS; in regulator_set_value() 94 return -ENOSYS; in regulator_set_suspend_value() 104 return -ENOSYS; in regulator_get_suspend_value() 118 return -ENOSYS; in regulator_set_value_force() 128 return -ENOSYS; in regulator_get_current() 145 return -ENOSYS; in regulator_set_current() 155 return -ENOSYS; in regulator_get_enable() 167 return -ENOSYS; in regulator_set_enable() 207 return -ENOSYS; in regulator_set_suspend_enable() [all …]
|