Home
last modified time | relevance | path

Searched refs:ENOSYS (Results 1 – 25 of 224) sorted by relevance

123456789

/openbmc/u-boot/lib/
H A Dtpm_api.c34 return -ENOSYS; in tpm_startup()
43 return -ENOSYS; in tpm_auto_start()
53 return -ENOSYS; in tpm_resume()
63 return -ENOSYS; in tpm_self_test_full()
73 return -ENOSYS; in tpm_continue_self_test()
109 return -ENOSYS; in tpm_nv_enable_locking()
111 return -ENOSYS; in tpm_nv_enable_locking()
121 return -ENOSYS; in tpm_nv_read_value()
132 return -ENOSYS; in tpm_nv_write_value()
143 return -ENOSYS; in tpm_write_lock()
[all …]
/openbmc/u-boot/include/
H A Dremoteproc.h160 static inline int rproc_init(void) { return -ENOSYS; } in rproc_init()
161 static inline int rproc_dev_init(int id) { return -ENOSYS; } in rproc_dev_init()
163 static inline int rproc_load(int id, ulong addr, ulong size) { return -ENOSYS; } in rproc_load()
164 static inline int rproc_start(int id) { return -ENOSYS; } in rproc_start()
165 static inline int rproc_stop(int id) { return -ENOSYS; } in rproc_stop()
166 static inline int rproc_reset(int id) { return -ENOSYS; } in rproc_reset()
167 static inline int rproc_ping(int id) { return -ENOSYS; } in rproc_ping()
168 static inline int rproc_is_running(int id) { return -ENOSYS; } in rproc_is_running()
H A Dpower-domain.h96 return -ENOSYS; in power_domain_get()
117 return -ENOSYS; in power_domain_get_by_index()
133 return -ENOSYS; in power_domain_free()
149 return -ENOSYS; in power_domain_on()
165 return -ENOSYS; in power_domain_off()
H A Dhwconfig.h31 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()
H A Dhwspinlock.h72 return -ENOSYS; in hwspinlock_get_by_index()
78 return -ENOSYS; in hwspinlock_lock_timeout()
83 return -ENOSYS; in hwspinlock_unlock()
H A Dclk.h153 return -ENOSYS; in clk_get_by_index()
158 return -ENOSYS; in clk_get_bulk()
164 return -ENOSYS; in clk_get_by_name()
169 return -ENOSYS; in clk_release_all()
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-generic.c27 return -ENOSYS; in pinctrl_pin_name_to_selector()
40 return -ENOSYS; in pinctrl_pin_name_to_selector()
58 return -ENOSYS; in pinctrl_group_name_to_selector()
71 return -ENOSYS; in pinctrl_group_name_to_selector()
91 return -ENOSYS; in pinmux_func_name_to_selector()
104 return -ENOSYS; in pinmux_func_name_to_selector()
124 return -ENOSYS; in pinmux_enable_setting()
131 return -ENOSYS; in pinmux_enable_setting()
167 return -ENOSYS; in pinconf_prop_name_to_param()
181 return -ENOSYS; in pinconf_prop_name_to_param()
[all …]
H A Dpinctrl-uclass.c215 return -ENOSYS; in pinctrl_select_state_simple()
244 return -ENOSYS; in pinctrl_request()
259 return -ENOSYS; in pinctrl_get_periph_id()
269 return -ENOSYS; in pinctrl_get_gpio_mux()
279 return -ENOSYS; in pinctrl_get_pins_count()
290 return -ENOSYS; in pinctrl_get_pin_name()
303 return -ENOSYS; in pinctrl_get_pin_muxing()
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dxusb-padctl-dummy.c18 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()
/openbmc/qemu/accel/stubs/
H A Dkvm-stub.c49 return -ENOSYS; in kvm_irqchip_add_msi_route()
63 return -ENOSYS; in kvm_irqchip_update_msi_route()
85 return -ENOSYS; in kvm_irqchip_add_irqfd_notifier_gsi()
91 return -ENOSYS; in kvm_irqchip_remove_irqfd_notifier_gsi()
126 return -ENOSYS; in kvm_create_guest_memfd()
/openbmc/u-boot/drivers/pch/
H A Dpch-uclass.c17 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()
/openbmc/u-boot/drivers/misc/
H A Dmisc-uclass.c22 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()
/openbmc/u-boot/drivers/board/
H A Dboard-uclass.c21 return -ENOSYS; in board_detect()
31 return -ENOSYS; in board_get_bool()
41 return -ENOSYS; in board_get_int()
51 return -ENOSYS; in board_get_str()
/openbmc/qemu/include/hw/xen/
H A Dxen_backend_ops.h80 return -ENOSYS; in qemu_xen_evtchn_bind_interdomain()
89 return -ENOSYS; in qemu_xen_evtchn_unbind()
97 return -ENOSYS; in qemu_xen_evtchn_close()
105 return -ENOSYS; in qemu_xen_evtchn_fd()
114 return -ENOSYS; in qemu_xen_evtchn_notify()
123 return -ENOSYS; in qemu_xen_evtchn_unmask()
131 return -ENOSYS; in qemu_xen_evtchn_pending()
184 return -ENOSYS; in qemu_xen_gnttab_close()
195 return -ENOSYS; in qemu_xen_gnttab_grant_copy()
206 return -ENOSYS; in qemu_xen_gnttab_set_max_grants()
[all …]
/openbmc/u-boot/drivers/block/
H A Dblk_legacy.c66 return -ENOSYS; in get_desc()
81 return -ENOSYS; in blk_list_part()
106 return -ENOSYS; in blk_print_part_devnum()
142 return -ENOSYS; in blk_print_device_num()
159 return -ENOSYS; in blk_show_device()
196 return -ENOSYS; in blk_dselect_hwpart()
226 return -ENOSYS; in blk_read_devnum()
245 return -ENOSYS; in blk_write_devnum()
259 return -ENOSYS; in blk_select_hwpart_devnum()
/openbmc/u-boot/drivers/demo/
H A Ddemo-uclass.c30 return -ENOSYS; in demo_hello()
40 return -ENOSYS; in demo_status()
50 return -ENOSYS; in demo_get_light()
60 return -ENOSYS; in demo_set_light()
/openbmc/u-boot/drivers/clk/
H A Dclk-uclass.c30 return -ENOSYS; in clk_get_by_index_platdata()
181 if (ret == -ENOSYS) in clk_set_default_parents()
292 if (ret && ret != -ENOSYS) in clk_release_all()
296 if (ret && ret != -ENOSYS) in clk_release_all()
338 return -ENOSYS; in clk_get_rate()
350 return -ENOSYS; in clk_set_rate()
362 return -ENOSYS; in clk_set_parent()
374 return -ENOSYS; in clk_enable()
385 if (ret < 0 && ret != -ENOSYS) in clk_enable_bulk()
399 return -ENOSYS; in clk_disable()
[all …]
/openbmc/u-boot/drivers/video/
H A Dpanel-uclass.c16 return -ENOSYS; in panel_enable_backlight()
34 return -ENOSYS; in panel_set_backlight()
45 return -ENOSYS; in panel_get_display_timing()
/openbmc/u-boot/drivers/cpu/
H A Dcpu-uclass.c42 return -ENOSYS; in cpu_get_desc()
52 return -ENOSYS; in cpu_get_info()
62 return -ENOSYS; in cpu_get_count()
72 return -ENOSYS; in cpu_get_vendor()
/openbmc/u-boot/drivers/rtc/
H A Drtc-uclass.c18 return -ENOSYS; in dm_rtc_get()
28 return -ENOSYS; in dm_rtc_set()
38 return -ENOSYS; in dm_rtc_reset()
48 return -ENOSYS; in rtc_read8()
58 return -ENOSYS; in rtc_write8()
/openbmc/u-boot/drivers/watchdog/
H A Dwdt-uclass.c18 return -ENOSYS; in wdt_start()
28 return -ENOSYS; in wdt_stop()
38 return -ENOSYS; in wdt_reset()
54 return -ENOSYS; in wdt_expire_now()
/openbmc/u-boot/drivers/power/regulator/
H A Dregulator-uclass.c33 return -ENOSYS; in regulator_get_value()
62 return -ENOSYS; in regulator_set_value()
89 return -ENOSYS; in regulator_set_value_force()
99 return -ENOSYS; in regulator_get_current()
116 return -ENOSYS; in regulator_set_current()
126 return -ENOSYS; in regulator_get_enable()
138 return -ENOSYS; in regulator_set_enable()
167 if (ret == -ENOSYS || ret == -EACCES) in regulator_set_enable_if_allowed()
178 return -ENOSYS; in regulator_get_mode()
188 return -ENOSYS; in regulator_set_mode()
[all …]
/openbmc/u-boot/drivers/pwm/
H A Dpwm-uclass.c16 return -ENOSYS; in pwm_set_invert()
27 return -ENOSYS; in pwm_set_config()
37 return -ENOSYS; in pwm_set_enable()
/openbmc/u-boot/drivers/sysreset/
H A Dsysreset-uclass.c24 return -ENOSYS; in sysreset_request()
34 return -ENOSYS; in sysreset_get_status()
44 return -ENOSYS; in sysreset_get_last()
52 int ret = -ENOSYS; in sysreset_walk()
/openbmc/u-boot/drivers/tpm/
H A Dtpm-uclass.c25 return -ENOSYS; in tpm_open()
35 return -ENOSYS; in tpm_close()
45 return -ENOSYS; in tpm_get_desc()
55 return -ENOSYS; in tpm_report_state()
97 return -ENOSYS; in tpm_xfer()

123456789