Home
last modified time | relevance | path

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

12345678910>>...40

/OK3568_Linux_fs/kernel/include/linux/phy/
H A Dphy.h274 return -ENOSYS; in phy_pm_runtime_get()
281 return -ENOSYS; in phy_pm_runtime_get_sync()
288 return -ENOSYS; in phy_pm_runtime_put()
295 return -ENOSYS; in phy_pm_runtime_put_sync()
312 return -ENOSYS; in phy_init()
319 return -ENOSYS; in phy_exit()
326 return -ENOSYS; in phy_power_on()
333 return -ENOSYS; in phy_power_off()
341 return -ENOSYS; in phy_set_mode_ext()
356 return -ENOSYS; in phy_reset()
[all …]
/OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/
H A Dfuel_gauge_uclass.c28 return -ENOSYS; in fuel_gauge_bat_is_exist()
38 return -ENOSYS; in fuel_gauge_get_current()
48 return -ENOSYS; in fuel_gauge_get_voltage()
58 return -ENOSYS; in fuel_gauge_update_get_soc()
68 return -ENOSYS; in fuel_gauge_get_chrg_online()
78 return -ENOSYS; in fuel_gauge_get_temperature()
88 return -ENOSYS; in charger_set_charger_voltage()
98 return -ENOSYS; in charger_set_current()
108 return -ENOSYS; in charger_set_iprechg_current()
118 return -ENOSYS; in charger_set_enable()
[all …]
/OK3568_Linux_fs/u-boot/drivers/pinctrl/
H A Dpinctrl-generic.c26 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 …]
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_rtalloc.h139 # define xfs_rtallocate_extent(t,b,min,max,l,f,p,rb) (ENOSYS)
140 # define xfs_rtfree_extent(t,b,l) (ENOSYS)
141 # define xfs_rtpick_extent(m,t,l,rb) (ENOSYS)
142 # define xfs_growfs_rt(mp,in) (ENOSYS)
143 # define xfs_rtalloc_query_range(t,l,h,f,p) (ENOSYS)
144 # define xfs_rtalloc_query_all(t,f,p) (ENOSYS)
145 # define xfs_rtbuf_get(m,t,b,i,p) (ENOSYS)
147 # define xfs_rtalloc_extent_is_free(m,t,s,l,i) (ENOSYS)
156 return -ENOSYS; in xfs_rtmount_init()
158 # define xfs_rtmount_inodes(m) (((mp)->m_sb.sb_rblocks == 0)? 0 : (ENOSYS))
/OK3568_Linux_fs/u-boot/include/
H A Dremoteproc.h152 static inline int rproc_init(void) { return -ENOSYS; } in rproc_init()
154 static inline int rproc_load(int id, ulong addr, ulong size) { return -ENOSYS; } in rproc_load()
155 static inline int rproc_start(int id) { return -ENOSYS; } in rproc_start()
156 static inline int rproc_stop(int id) { return -ENOSYS; } in rproc_stop()
157 static inline int rproc_reset(int id) { return -ENOSYS; } in rproc_reset()
158 static inline int rproc_ping(int id) { return -ENOSYS; } in rproc_ping()
159 static inline int rproc_is_running(int id) { return -ENOSYS; } in rproc_is_running()
/OK3568_Linux_fs/kernel/include/soc/tegra/
H A Dpmc.h177 return -ENOSYS; in tegra_powergate_power_on()
182 return -ENOSYS; in tegra_powergate_power_off()
187 return -ENOSYS; in tegra_powergate_remove_clamping()
194 return -ENOSYS; in tegra_powergate_sequence_power_up()
199 return -ENOSYS; in tegra_io_pad_power_enable()
204 return -ENOSYS; in tegra_io_pad_power_disable()
209 return -ENOSYS; in tegra_io_pad_get_voltage()
214 return -ENOSYS; in tegra_io_rail_power_on()
219 return -ENOSYS; in tegra_io_rail_power_off()
/OK3568_Linux_fs/kernel/include/linux/gpio/
H A Dconsumer.h205 return ERR_PTR(-ENOSYS); in gpiod_get()
213 return ERR_PTR(-ENOSYS); in gpiod_get_index()
234 return ERR_PTR(-ENOSYS); in gpiod_get_array()
274 return ERR_PTR(-ENOSYS); in devm_gpiod_get()
283 return ERR_PTR(-ENOSYS); in devm_gpiod_get_index()
304 return ERR_PTR(-ENOSYS); in devm_gpiod_get_array()
336 return -ENOSYS; in gpiod_get_direction()
342 return -ENOSYS; in gpiod_direction_input()
348 return -ENOSYS; in gpiod_direction_output()
354 return -ENOSYS; in gpiod_direction_output_raw()
[all …]
/OK3568_Linux_fs/u-boot/drivers/power/regulator/
H A Dregulator-uclass.c36 return -ENOSYS; in regulator_get_value()
55 return -ENOSYS; in regulator_set_value()
59 return -ENOSYS; in regulator_set_value()
82 return -ENOSYS; in regulator_set_suspend_value()
92 return -ENOSYS; in regulator_get_suspend_value()
106 return -ENOSYS; in regulator_set_value_force()
116 return -ENOSYS; in regulator_get_current()
133 return -ENOSYS; in regulator_set_current()
143 return -ENOSYS; in regulator_get_enable()
153 return -ENOSYS; in regulator_set_enable()
[all …]
/OK3568_Linux_fs/kernel/include/net/
H A Dnetlabel.h511 return -ENOSYS; in netlbl_cfg_map_del()
519 return -ENOSYS; in netlbl_cfg_unlbl_map_add()
529 return -ENOSYS; in netlbl_cfg_unlbl_static_add()
538 return -ENOSYS; in netlbl_cfg_unlbl_static_del()
543 return -ENOSYS; in netlbl_cfg_cipsov4_add()
556 return -ENOSYS; in netlbl_cfg_cipsov4_map_add()
561 return -ENOSYS; in netlbl_cfg_calipso_add()
574 return -ENOSYS; in netlbl_cfg_calipso_map_add()
620 return -ENOSYS; in netlbl_sock_setattr()
628 return -ENOSYS; in netlbl_sock_getattr()
[all …]
H A Dcipso_ipv4.h128 return -ENOSYS; in cipso_v4_doi_add()
212 return -ENOSYS; in cipso_v4_getattr()
219 return -ENOSYS; in cipso_v4_sock_setattr()
229 return -ENOSYS; in cipso_v4_sock_getattr()
236 return -ENOSYS; in cipso_v4_req_setattr()
248 return -ENOSYS; in cipso_v4_skbuff_setattr()
253 return -ENOSYS; in cipso_v4_skbuff_delattr()
259 return -ENOSYS; in cipso_v4_skbuff_getattr()
/OK3568_Linux_fs/u-boot/drivers/clk/
H A Dclk-uclass.c32 return -ENOSYS; in clk_get_by_index_platdata()
179 if (ret == -ENOSYS) in clk_set_default_parents()
287 if (ret && ret != -ENOSYS) in clk_release_all()
291 if (ret && ret != -ENOSYS) in clk_release_all()
333 return -ENOSYS; in clk_get_rate()
345 return -ENOSYS; in clk_set_rate()
355 return -ENOSYS; in clk_get_phase()
365 return -ENOSYS; in clk_set_phase()
377 return -ENOSYS; in clk_set_parent()
389 return -ENOSYS; in clk_enable()
[all …]
/OK3568_Linux_fs/u-boot/drivers/crypto/
H A Dcrypto-uclass.c114 return -ENOSYS; in crypto_sha_init()
127 return -ENOSYS; in crypto_sha_update()
170 return -ENOSYS; in crypto_sha_final()
184 return -ENOSYS; in crypto_hmac_init()
197 return -ENOSYS; in crypto_hmac_update()
207 return -ENOSYS; in crypto_hmac_final()
259 return -ENOSYS; in crypto_rsa_verify()
273 return -ENOSYS; in crypto_cipher()
284 return -ENOSYS; in crypto_mac()
296 return -ENOSYS; in crypto_ae()
/OK3568_Linux_fs/u-boot/drivers/block/
H A Dblk_legacy.c67 return -ENOSYS; in get_desc()
82 return -ENOSYS; in blk_list_part()
107 return -ENOSYS; in blk_print_part_devnum()
143 return -ENOSYS; in blk_print_device_num()
160 return -ENOSYS; in blk_show_device()
197 return -ENOSYS; in blk_dselect_hwpart()
227 return -ENOSYS; in blk_read_devnum()
246 return -ENOSYS; in blk_write_devnum()
260 return -ENOSYS; in blk_select_hwpart_devnum()
/OK3568_Linux_fs/kernel/include/linux/
H A Dgpio.h116 return -ENOSYS; in gpio_request()
122 return -ENOSYS; in gpio_request_one()
127 return -ENOSYS; in gpio_request_array()
148 return -ENOSYS; in gpio_direction_input()
153 return -ENOSYS; in gpio_direction_output()
158 return -ENOSYS; in gpio_set_debounce()
H A Dof.h718 return -ENOSYS; in of_property_count_elems_of_size()
724 return -ENOSYS; in of_property_read_u8_array()
730 return -ENOSYS; in of_property_read_u16_array()
737 return -ENOSYS; in of_property_read_u32_array()
744 return -ENOSYS; in of_property_read_u64_array()
750 return -ENOSYS; in of_property_read_u32_index()
756 return -ENOSYS; in of_property_read_u64_index()
797 return -ENOSYS; in of_property_read_variable_u8_array()
804 return -ENOSYS; in of_property_read_variable_u16_array()
813 return -ENOSYS; in of_property_read_variable_u32_array()
[all …]
H A Dkernfs.h439 { return -ENOSYS; } in kernfs_name()
444 { return -ENOSYS; } in kernfs_path_from_node()
477 { return ERR_PTR(-ENOSYS); } in kernfs_create_root()
485 { return ERR_PTR(-ENOSYS); } in kernfs_create_dir_ns()
492 { return ERR_PTR(-ENOSYS); } in __kernfs_create_file()
497 { return ERR_PTR(-ENOSYS); } in kernfs_create_link()
508 { return -ENOSYS; } in kernfs_remove_by_name_ns()
513 { return -ENOSYS; } in kernfs_rename_ns()
517 { return -ENOSYS; } in kernfs_setattr()
523 { return -ENOSYS; } in kernfs_xattr_get()
[all …]
H A Deventfd.h62 return ERR_PTR(-ENOSYS); in eventfd_ctx_fdget()
67 return -ENOSYS; in eventfd_signal()
73 return -ENOSYS; in eventfd_signal_mask()
84 return -ENOSYS; in eventfd_ctx_remove_wait_queue()
H A Dprofile.h115 return -ENOSYS; in task_handoff_register()
120 return -ENOSYS; in task_handoff_unregister()
125 return -ENOSYS; in profile_event_register()
130 return -ENOSYS; in profile_event_unregister()
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/
H A Dxusb-padctl-dummy.c19 return -ENOSYS; in tegra_xusb_phy_prepare()
24 return -ENOSYS; in tegra_xusb_phy_enable()
29 return -ENOSYS; in tegra_xusb_phy_disable()
34 return -ENOSYS; in tegra_xusb_phy_unprepare()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/core/
H A Dioctl.c38 int ret = -ENOSYS; in nvkm_ioctl_nop()
57 int ret = -ENOSYS, i = 0; in nvkm_ioctl_sclass()
91 int ret = -ENOSYS, i = 0; in nvkm_ioctl_new()
152 int ret = -ENOSYS; in nvkm_ioctl_del()
171 int ret = -ENOSYS; in nvkm_ioctl_mthd()
196 int ret = -ENOSYS; in nvkm_ioctl_rd()
231 int ret = -ENOSYS; in nvkm_ioctl_wr()
261 int ret = -ENOSYS; in nvkm_ioctl_map()
285 int ret = -ENOSYS; in nvkm_ioctl_unmap()
304 int ret = -ENOSYS; in nvkm_ioctl_ntfy_new()
[all …]
/OK3568_Linux_fs/u-boot/drivers/pch/
H A Dpch-uclass.c20 return -ENOSYS; in pch_get_spi_base()
30 return -ENOSYS; in pch_set_spi_protect()
41 return -ENOSYS; in pch_get_gpio_base()
52 return -ENOSYS; in pch_get_io_base()
/OK3568_Linux_fs/u-boot/drivers/watchdog/
H A Dwdt-uclass.c21 return -ENOSYS; in wdt_start()
31 return -ENOSYS; in wdt_stop()
41 return -ENOSYS; in wdt_reset()
57 return -ENOSYS; in wdt_expire_now()
/OK3568_Linux_fs/u-boot/drivers/power/pmic/
H A Dpmic-uclass.c124 return -ENOSYS; in pmic_reg_count()
137 return -ENOSYS; in pmic_read()
150 return -ENOSYS; in pmic_write()
197 return -ENOSYS; in pmic_suspend()
207 return -ENOSYS; in pmic_resume()
217 return -ENOSYS; in pmic_shutdown()
/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Drtc-uclass.c19 return -ENOSYS; in dm_rtc_get()
29 return -ENOSYS; in dm_rtc_set()
39 return -ENOSYS; in dm_rtc_reset()
49 return -ENOSYS; in rtc_read8()
59 return -ENOSYS; in rtc_write8()
/OK3568_Linux_fs/u-boot/drivers/demo/
H A Ddemo-uclass.c31 return -ENOSYS; in demo_hello()
41 return -ENOSYS; in demo_status()
51 return -ENOSYS; in demo_get_light()
61 return -ENOSYS; in demo_set_light()

12345678910>>...40