| /linux/drivers/mmc/core/ |
| A D | sdio_io.c | 386 if (err_ret) in sdio_readb() 392 if (err_ret) in sdio_readb() 417 if (err_ret) in sdio_writeb() 423 if (err_ret) in sdio_writeb() 449 if (err_ret) in sdio_writeb_readb() 541 if (err_ret) in sdio_readw() 568 if (err_ret) in sdio_writew() 589 if (err_ret) in sdio_readl() 616 if (err_ret) in sdio_writel() 644 if (err_ret) in sdio_f0_readb() [all …]
|
| /linux/include/linux/mmc/ |
| A D | sdio_func.h | 143 extern u8 sdio_readb(struct sdio_func *func, unsigned int addr, int *err_ret); 144 extern u16 sdio_readw(struct sdio_func *func, unsigned int addr, int *err_ret); 145 extern u32 sdio_readl(struct sdio_func *func, unsigned int addr, int *err_ret); 153 unsigned int addr, int *err_ret); 155 unsigned int addr, int *err_ret); 157 unsigned int addr, int *err_ret); 160 unsigned int addr, int *err_ret); 168 unsigned int addr, int *err_ret); 170 unsigned int addr, int *err_ret);
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| A D | sdio.c | 78 if (*err_ret) in rtw_sdio_writel() 94 if (*err_ret) in rtw_sdio_writew() 110 if (*err_ret) in rtw_sdio_readl() 125 if (*err_ret) in rtw_sdio_readw() 182 if (*err_ret) in rtw_sdio_indirect_read8() 211 if (*err_ret) in rtw_sdio_indirect_read16() 219 if (*err_ret) in rtw_sdio_indirect_read16() 234 if (*err_ret) in rtw_sdio_indirect_read32() 242 if (*err_ret) in rtw_sdio_indirect_read32() 341 if (*err_ret) in rtw_sdio_indirect_write8() [all …]
|
| /linux/drivers/net/ieee802154/ |
| A D | cc2520.c | 831 goto err_ret; in cc2520_register() 866 err_ret: in cc2520_register() 922 goto err_ret; in cc2520_hw_init() 981 goto err_ret; in cc2520_hw_init() 985 goto err_ret; in cc2520_hw_init() 989 goto err_ret; in cc2520_hw_init() 993 goto err_ret; in cc2520_hw_init() 997 goto err_ret; in cc2520_hw_init() 1001 goto err_ret; in cc2520_hw_init() 1005 goto err_ret; in cc2520_hw_init() [all …]
|
| A D | mrf24j40.c | 1070 goto err_ret; in mrf24j40_hw_init() 1074 goto err_ret; in mrf24j40_hw_init() 1078 goto err_ret; in mrf24j40_hw_init() 1082 goto err_ret; in mrf24j40_hw_init() 1086 goto err_ret; in mrf24j40_hw_init() 1090 goto err_ret; in mrf24j40_hw_init() 1094 goto err_ret; in mrf24j40_hw_init() 1098 goto err_ret; in mrf24j40_hw_init() 1102 goto err_ret; in mrf24j40_hw_init() 1176 err_ret: in mrf24j40_hw_init() [all …]
|
| A D | mcr20a.c | 1090 goto err_ret; in mcr20a_phy_init() 1097 goto err_ret; in mcr20a_phy_init() 1104 goto err_ret; in mcr20a_phy_init() 1109 goto err_ret; in mcr20a_phy_init() 1118 goto err_ret; in mcr20a_phy_init() 1125 goto err_ret; in mcr20a_phy_init() 1134 goto err_ret; in mcr20a_phy_init() 1144 goto err_ret; in mcr20a_phy_init() 1153 goto err_ret; in mcr20a_phy_init() 1159 goto err_ret; in mcr20a_phy_init() [all …]
|
| /linux/drivers/dma-buf/ |
| A D | dma-heap.c | 224 struct dma_heap *heap, *h, *err_ret; in dma_heap_add() local 252 err_ret = ERR_PTR(ret); in dma_heap_add() 263 err_ret = ERR_PTR(ret); in dma_heap_add() 274 err_ret = ERR_CAST(dev_ret); in dma_heap_add() 285 err_ret = ERR_PTR(-EINVAL); in dma_heap_add() 304 return err_ret; in dma_heap_add()
|
| /linux/drivers/iio/gyro/ |
| A D | itg3200_core.c | 209 goto err_ret; in itg3200_enable_full_scale() 214 err_ret: in itg3200_enable_full_scale() 226 goto err_ret; in itg3200_initial_setup() 230 goto err_ret; in itg3200_initial_setup() 235 goto err_ret; in itg3200_initial_setup() 239 err_ret: in itg3200_initial_setup()
|
| /linux/drivers/thermal/intel/ |
| A D | intel_quark_dts_thermal.c | 349 goto err_ret; in alloc_soc_dts() 360 goto err_ret; in alloc_soc_dts() 367 goto err_ret; in alloc_soc_dts() 387 goto err_ret; in alloc_soc_dts() 398 err_ret: in alloc_soc_dts()
|
| A D | intel_soc_dts_iosf.c | 217 goto err_ret; in add_dts_thermal_zone() 239 goto err_ret; in add_dts_thermal_zone() 252 err_ret: in add_dts_thermal_zone()
|
| /linux/sound/pci/asihpi/ |
| A D | hpidspcd.c | 30 short err_ret = HPI_ERROR_DSP_FILE_NOT_FOUND; in hpi_dsp_code_open() local 74 err_ret = HPI_ERROR_MEMORY_ALLOC; in hpi_dsp_code_open() 89 return err_ret; in hpi_dsp_code_open()
|
| /linux/tools/testing/selftests/ftrace/ |
| A D | ftracetest | 29 err_ret=1 59 exit $err_ret 178 err_ret=$err_skip 186 err_ret=$err_skip
|
| /linux/drivers/misc/mchp_pci1xxxx/ |
| A D | mchp_pci1xxxx_gp.c | 126 goto err_ret; in gp_aux_bus_probe() 134 err_ret: in gp_aux_bus_probe()
|
| /linux/lib/ |
| A D | test_kmod.c | 246 int err_ret = 0; in tally_work_test() local 255 err_ret = info->ret_sync; in tally_work_test() 263 err_ret = -EINVAL; in tally_work_test() 272 return err_ret; in tally_work_test() 289 int err_ret = 0; in tally_up_work() local 300 err_ret = ret; in tally_up_work() 307 config->test_result = err_ret; in tally_up_work()
|
| /linux/drivers/acpi/ |
| A D | processor_perflib.c | 638 goto err_ret; in acpi_processor_preregister_performance() 683 goto err_ret; in acpi_processor_preregister_performance() 688 goto err_ret; in acpi_processor_preregister_performance() 714 err_ret: in acpi_processor_preregister_performance()
|
| A D | processor_throttling.c | 87 goto err_ret; in acpi_processor_update_tsd_coord() 132 goto err_ret; in acpi_processor_update_tsd_coord() 137 goto err_ret; in acpi_processor_update_tsd_coord() 165 err_ret: in acpi_processor_update_tsd_coord()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| A D | adf_rl.c | 1033 goto err_ret; in adf_rl_remove_sla() 1041 goto err_ret; in adf_rl_remove_sla() 1046 err_ret: in adf_rl_remove_sla() 1097 goto err_ret; in adf_rl_init() 1103 goto err_ret; in adf_rl_init() 1112 err_ret: in adf_rl_init()
|
| A D | adf_heartbeat.c | 286 goto err_ret; in adf_heartbeat_init() 304 err_ret: in adf_heartbeat_init()
|
| /linux/drivers/usb/usbip/ |
| A D | stub_rx.c | 345 goto err_ret; in get_pipe() 352 goto err_ret; in get_pipe() 393 err_ret: in get_pipe()
|
| /linux/drivers/pci/endpoint/ |
| A D | pci-epc-core.c | 888 goto err_ret; in __pci_epc_create() 894 goto err_ret; in __pci_epc_create() 932 err_ret: in __pci_epc_create()
|
| /linux/sound/soc/codecs/ |
| A D | tas571x.c | 204 goto err_ret; in tas571x_reg_read_multiword() 207 goto err_ret; in tas571x_reg_read_multiword() 213 err_ret: in tas571x_reg_read_multiword()
|
| /linux/drivers/iio/imu/ |
| A D | adis16400.c | 446 goto err_ret; in adis16400_initial_setup() 450 goto err_ret; in adis16400_initial_setup() 465 goto err_ret; in adis16400_initial_setup() 473 err_ret: in adis16400_initial_setup()
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| A D | qlcnic_ctx.c | 1257 goto err_ret; in qlcnic_clear_esw_stats() 1260 goto err_ret; in qlcnic_clear_esw_stats() 1262 goto err_ret; in qlcnic_clear_esw_stats() 1266 goto err_ret; in qlcnic_clear_esw_stats() 1281 err_ret: in qlcnic_clear_esw_stats()
|
| A D | qlcnic_main.c | 3358 goto err_ret; in qlcnic_fwinit_work() 3421 goto err_ret; in qlcnic_fwinit_work() 3446 err_ret: in qlcnic_fwinit_work() 3485 goto err_ret; in qlcnic_detach_work() 3491 goto err_ret; in qlcnic_detach_work() 3500 goto err_ret; in qlcnic_detach_work() 3510 err_ret: in qlcnic_detach_work()
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| A D | main.c | 622 goto err_ret; in wlcore_irq_locked() 639 goto err_ret; in wlcore_irq_locked() 649 goto err_ret; in wlcore_irq_locked() 657 goto err_ret; in wlcore_irq_locked() 674 goto err_ret; in wlcore_irq_locked() 681 goto err_ret; in wlcore_irq_locked() 694 goto err_ret; in wlcore_irq_locked() 701 goto err_ret; in wlcore_irq_locked() 712 err_ret: in wlcore_irq_locked()
|