Home
last modified time | relevance | path

Searched refs:ENOTSUPP (Results 1 – 25 of 715) sorted by relevance

12345678910>>...29

/linux-6.15/drivers/soundwire/
H A Dintel.h159 return -ENOTSUPP; in sdw_intel_register_dai()
172 return -ENOTSUPP; in sdw_intel_start_bus()
179 return -ENOTSUPP; in sdw_intel_start_bus_after_reset()
186 return -ENOTSUPP; in sdw_intel_start_bus_after_clock_stop()
193 return -ENOTSUPP; in sdw_intel_stop_bus()
200 return -ENOTSUPP; in sdw_intel_link_power_up()
207 return -ENOTSUPP; in sdw_intel_link_power_down()
214 return -ENOTSUPP; in sdw_intel_shim_check_wake()
233 return -ENOTSUPP; in sdw_intel_sync_go_unlocked()
240 return -ENOTSUPP; in sdw_intel_sync_go()
/linux-6.15/drivers/pinctrl/mediatek/
H A Dpinctrl-moore.c68 return -ENOTSUPP; in mtk_pinmux_set_mux()
89 return -ENOTSUPP; in mtk_pinmux_gpio_request_enable()
104 return -ENOTSUPP; in mtk_pinmux_gpio_set_direction()
120 return -ENOTSUPP; in mtk_pinconf_get()
135 return -ENOTSUPP; in mtk_pinconf_get()
152 return -ENOTSUPP; in mtk_pinconf_get()
169 return -ENOTSUPP; in mtk_pinconf_get()
212 err = -ENOTSUPP; in mtk_pinconf_get()
241 return -ENOTSUPP; in mtk_pinconf_get()
259 return -ENOTSUPP; in mtk_pinconf_set()
[all …]
/linux-6.15/include/linux/mtd/
H A Dnand-ecc-sw-hamming.h52 return -ENOTSUPP; in nand_ecc_sw_hamming_init_ctx()
61 return -ENOTSUPP; in ecc_sw_hamming_calculate()
68 return -ENOTSUPP; in nand_ecc_sw_hamming_calculate()
76 return -ENOTSUPP; in ecc_sw_hamming_correct()
84 return -ENOTSUPP; in nand_ecc_sw_hamming_correct()
H A Dnand-ecc-sw-bch.h51 return -ENOTSUPP; in nand_ecc_sw_bch_calculate()
59 return -ENOTSUPP; in nand_ecc_sw_bch_correct()
64 return -ENOTSUPP; in nand_ecc_sw_bch_init_ctx()
/linux-6.15/include/linux/mfd/
H A Dsyscon.h36 return ERR_PTR(-ENOTSUPP); in device_node_to_regmap()
41 return ERR_PTR(-ENOTSUPP); in syscon_node_to_regmap()
46 return ERR_PTR(-ENOTSUPP); in syscon_regmap_lookup_by_compatible()
53 return ERR_PTR(-ENOTSUPP); in syscon_regmap_lookup_by_phandle()
62 return ERR_PTR(-ENOTSUPP); in syscon_regmap_lookup_by_phandle_args()
H A Dintel_pmc_bxt.h38 return -ENOTSUPP; in intel_pmc_gcr_read64()
44 return -ENOTSUPP; in intel_pmc_gcr_update()
49 return -ENOTSUPP; in intel_pmc_s0ix_counter_read()
/linux-6.15/include/linux/usb/
H A Dotg.h69 return -ENOTSUPP; in otg_start_hnp()
79 return -ENOTSUPP; in otg_set_vbus()
89 return -ENOTSUPP; in otg_set_host()
101 return -ENOTSUPP; in otg_set_peripheral()
110 return -ENOTSUPP; in otg_start_srp()
/linux-6.15/drivers/mfd/
H A Dabx500-core.c71 return -ENOTSUPP; in abx500_set_register_interruptible()
84 return -ENOTSUPP; in abx500_get_register_interruptible()
98 return -ENOTSUPP; in abx500_get_register_page_interruptible()
112 return -ENOTSUPP; in abx500_mask_and_set_register_interruptible()
124 return -ENOTSUPP; in abx500_get_chip_id()
136 return -ENOTSUPP; in abx500_event_registers_startup_state_get()
148 return -ENOTSUPP; in abx500_startup_irq_enabled()
/linux-6.15/include/linux/
H A Dbcm47xx_nvram.h27 return -ENOTSUPP; in bcm47xx_nvram_init_from_iomem()
31 return -ENOTSUPP; in bcm47xx_nvram_init_from_mem()
36 return -ENOTSUPP; in bcm47xx_nvram_getenv()
40 return -ENOTSUPP; in bcm47xx_nvram_gpio_pin()
H A Dinterconnect-provider.h136 return -ENOTSUPP; in icc_std_aggregate()
141 return ERR_PTR(-ENOTSUPP); in icc_node_create()
150 return -ENOTSUPP; in icc_link_create()
163 return -ENOTSUPP; in icc_nodes_remove()
170 return -ENOTSUPP; in icc_provider_register()
177 return ERR_PTR(-ENOTSUPP); in of_icc_get_from_provider()
H A Dclk.h236 return -ENOTSUPP; in clk_notifier_register()
242 return -ENOTSUPP; in clk_notifier_unregister()
249 return -ENOTSUPP; in devm_clk_notifier_register()
254 return -ENOTSUPP; in clk_get_accuracy()
259 return -ENOTSUPP; in clk_set_phase()
264 return -ENOTSUPP; in clk_get_phase()
270 return -ENOTSUPP; in clk_set_duty_cycle()
/linux-6.15/sound/soc/qcom/
H A Dsdw.c39 if (ret < 0 && ret != -ENOTSUPP) { in qcom_snd_sdw_startup()
42 } else if (ret == -ENOTSUPP) { in qcom_snd_sdw_startup()
49 if (ret != 0 && ret != -ENOTSUPP) { in qcom_snd_sdw_startup()
52 } else if (ret == -ENOTSUPP) { in qcom_snd_sdw_startup()
66 if (ret != 0 && ret != -ENOTSUPP) in qcom_snd_sdw_startup()
152 if (sruntime != ERR_PTR(-ENOTSUPP)) in qcom_snd_sdw_hw_params()
H A Dapq8096.c42 if (ret != 0 && ret != -ENOTSUPP) { in msm_snd_hw_params()
45 } else if (ret == -ENOTSUPP) { in msm_snd_hw_params()
55 if (ret != 0 && ret != -ENOTSUPP) in msm_snd_hw_params()
57 else if (ret == -ENOTSUPP) in msm_snd_hw_params()
/linux-6.15/include/soc/tegra/
H A Dpm.h46 return -ENOTSUPP; in tegra30_pm_secondary_cpu_suspend()
59 return -ENOTSUPP; in tegra_pm_enter_lp2()
64 return -ENOTSUPP; in tegra_pm_park_secondary_cpu()
H A Dbpmp.h146 return ERR_PTR(-ENOTSUPP); in tegra_bpmp_get()
154 return -ENOTSUPP; in tegra_bpmp_transfer_atomic()
159 return -ENOTSUPP; in tegra_bpmp_transfer()
172 return -ENOTSUPP; in tegra_bpmp_request_mrq()
/linux-6.15/net/openvswitch/
H A Dconntrack.h54 return -ENOTSUPP; in ovs_ct_copy_action()
60 return -ENOTSUPP; in ovs_ct_action_to_attr()
68 return -ENOTSUPP; in ovs_ct_execute()
74 return -ENOTSUPP; in ovs_ct_clear()
/linux-6.15/drivers/pinctrl/realtek/
H A Dpinctrl-rtd.c172 return -ENOTSUPP; in rtd_pinctrl_set_one_mux()
297 return -ENOTSUPP; in rtd_pconf_parse_conf()
304 return -ENOTSUPP; in rtd_pconf_parse_conf()
317 return -ENOTSUPP; in rtd_pconf_parse_conf()
329 return -ENOTSUPP; in rtd_pconf_parse_conf()
341 return -ENOTSUPP; in rtd_pconf_parse_conf()
354 return -ENOTSUPP; in rtd_pconf_parse_conf()
388 return -ENOTSUPP; in rtd_pconf_parse_conf()
398 return -ENOTSUPP; in rtd_pconf_parse_conf()
415 return -ENOTSUPP; in rtd_pconf_parse_conf()
[all …]
/linux-6.15/include/linux/firmware/imx/svc/
H A Dmisc.h62 return -ENOTSUPP; in imx_sc_misc_set_control()
68 return -ENOTSUPP; in imx_sc_misc_get_control()
74 return -ENOTSUPP; in imx_sc_pm_cpu_start()
/linux-6.15/drivers/bcma/
H A Ddriver_chipcommon_sflash.c116 return -ENOTSUPP; in bcma_sflash_init()
126 return -ENOTSUPP; in bcma_sflash_init()
140 return -ENOTSUPP; in bcma_sflash_init()
146 return -ENOTSUPP; in bcma_sflash_init()
/linux-6.15/drivers/ssb/
H A Ddriver_chipcommon_sflash.c113 return -ENOTSUPP; in ssb_sflash_init()
124 return -ENOTSUPP; in ssb_sflash_init()
139 return -ENOTSUPP; in ssb_sflash_init()
145 return -ENOTSUPP; in ssb_sflash_init()
/linux-6.15/tools/lib/bpf/
H A Dstr_error.c8 #ifndef ENOTSUPP
9 #define ENOTSUPP 524 macro
84 case -ENOTSUPP: return "-ENOTSUPP"; in libbpf_errstr()
/linux-6.15/drivers/gpio/
H A Dgpio-tps65219.c47 return -ENOTSUPP; in tps65219_gpio_get()
63 return -ENOTSUPP; in tps65219_gpio_get()
112 return -ENOTSUPP; in tps65219_gpio_change_direction()
122 return -ENOTSUPP; in tps65219_gpio_direction_input()
/linux-6.15/drivers/staging/media/atomisp/pci/runtime/queue/src/
H A Dqueue_access.c64 return -ENOTSUPP; in ia_css_queue_load()
111 return -ENOTSUPP; in ia_css_queue_store()
138 return -ENOTSUPP; in ia_css_queue_item_load()
165 return -ENOTSUPP; in ia_css_queue_item_store()
/linux-6.15/drivers/pinctrl/sophgo/
H A Dpinctrl-cv18xx.c53 return -ENOTSUPP; in cv1800_set_power_cfg()
144 return -ENOTSUPP; in cv1800_verify_pinmux_config()
170 return -ENOTSUPP; in cv1800_verify_pin_group()
190 return -ENOTSUPP; in cv1800_dt_node_to_map_post()
260 return -ENOTSUPP; in cv1800_pconf_get()
302 return -ENOTSUPP; in cv1800_pconf_get()
328 return -ENOTSUPP; in cv1800_pinconf_compute_config()
377 return -ENOTSUPP; in cv1800_pinconf_compute_config()
/linux-6.15/drivers/base/regmap/
H A Dregmap-sdw.c57 return -ENOTSUPP; in regmap_sdw_config_check()
60 return -ENOTSUPP; in regmap_sdw_config_check()
64 return -ENOTSUPP; in regmap_sdw_config_check()

12345678910>>...29