Home
last modified time | relevance | path

Searched refs:abort (Results 1 – 25 of 132) sorted by relevance

123456

/drivers/hwmon/
A Dlm80.c175 goto abort; in lm80_update_device()
191 goto abort; in lm80_update_device()
196 goto abort; in lm80_update_device()
201 goto abort; in lm80_update_device()
206 goto abort; in lm80_update_device()
211 goto abort; in lm80_update_device()
214 goto abort; in lm80_update_device()
226 goto abort; in lm80_update_device()
232 goto abort; in lm80_update_device()
235 goto abort; in lm80_update_device()
[all …]
A Dad7418.c71 goto abort; in ad7418_update_device()
79 goto abort; in ad7418_update_device()
87 goto abort; in ad7418_update_device()
96 goto abort; in ad7418_update_device()
102 goto abort; in ad7418_update_device()
111 goto abort; in ad7418_update_device()
120 abort: in ad7418_update_device()
A Dadc128d818.c92 goto abort; in adc128_update_device()
98 goto abort; in adc128_update_device()
104 goto abort; in adc128_update_device()
112 goto abort; in adc128_update_device()
118 goto abort; in adc128_update_device()
124 goto abort; in adc128_update_device()
130 goto abort; in adc128_update_device()
138 abort: in adc128_update_device()
A Dlineage-pem.c138 goto abort; in pem_read_block()
141 goto abort; in pem_read_block()
145 abort: in pem_read_block()
166 goto abort; in pem_update_device()
176 goto abort; in pem_update_device()
187 goto abort; in pem_update_device()
196 abort: in pem_update_device()
A Dmax31790.c87 goto abort; in max31790_update_device()
93 goto abort; in max31790_update_device()
100 goto abort; in max31790_update_device()
109 goto abort; in max31790_update_device()
115 goto abort; in max31790_update_device()
121 goto abort; in max31790_update_device()
131 abort: in max31790_update_device()
A Dsch5636.c79 goto abort; in sch5636_update_device()
86 goto abort; in sch5636_update_device()
99 goto abort; in sch5636_update_device()
107 goto abort; in sch5636_update_device()
125 goto abort; in sch5636_update_device()
133 goto abort; in sch5636_update_device()
145 abort: in sch5636_update_device()
A Dsch5627.c140 goto abort; in sch5627_update_temp()
147 abort: in sch5627_update_temp()
165 goto abort; in sch5627_update_fan()
172 abort: in sch5627_update_fan()
199 goto abort; in sch5627_update_in()
206 abort: in sch5627_update_in()
A Dnct7802.c216 goto abort; in nct7802_read_temp()
221 goto abort; in nct7802_read_temp()
225 abort: in nct7802_read_temp()
284 goto abort; in nct7802_write_fan_min()
287 abort: in nct7802_write_fan_min()
333 goto abort; in nct7802_write_voltage()
337 abort: in nct7802_write_voltage()
398 goto abort; in in_alarm_show()
407 goto abort; in in_alarm_show()
412 goto abort; in in_alarm_show()
[all …]
A Dina2xx.c396 goto abort; in ina226_alert_limit_read()
401 goto abort; in ina226_alert_limit_read()
406 abort: in ina226_alert_limit_read()
428 goto abort; in ina226_alert_limit_write()
433 goto abort; in ina226_alert_limit_write()
438 abort: in ina226_alert_limit_write()
A Dltc4151.c75 goto abort; in ltc4151_update_device()
82 abort: in ltc4151_update_device()
/drivers/mmc/core/
A Dsdio_ops.c205 u8 abort; in sdio_reset() local
209 ret = mmc_io_rw_direct_host(host, 0, 0, SDIO_CCCR_ABORT, 0, &abort); in sdio_reset()
211 abort = 0x08; in sdio_reset()
213 abort |= 0x08; in sdio_reset()
215 return mmc_io_rw_direct_host(host, 1, 0, SDIO_CCCR_ABORT, abort, NULL); in sdio_reset()
/drivers/iommu/iommufd/
A Dmain.c28 void (*abort)(struct iommufd_object *obj); member
81 if (WARN_ON(iommufd_object_ops[type].abort)) in _iommufd_object_alloc_ucmd()
134 if (iommufd_object_ops[obj->type].abort) in iommufd_object_abort_and_destroy()
135 iommufd_object_ops[obj->type].abort(obj); in iommufd_object_abort_and_destroy()
670 .abort = iommufd_hwpt_paging_abort,
674 .abort = iommufd_hwpt_nested_abort,
681 .abort = iommufd_vdevice_abort,
685 .abort = iommufd_veventq_abort,
/drivers/i2c/busses/
A Di2c-diolan-u2c.c356 goto abort; in diolan_usb_xfer()
361 goto abort; in diolan_usb_xfer()
376 goto abort; in diolan_usb_xfer()
384 goto abort; in diolan_usb_xfer()
395 goto abort; in diolan_usb_xfer()
400 abort: in diolan_usb_xfer()
A Di2c-amd756.c118 goto abort; in amd756_transaction()
135 goto abort; in amd756_transaction()
172 abort: in amd756_transaction()
/drivers/md/
A Draid0.c136 goto abort; in create_strip_zones()
144 goto abort; in create_strip_zones()
150 goto abort; in create_strip_zones()
180 goto abort; in create_strip_zones()
185 goto abort; in create_strip_zones()
190 goto abort; in create_strip_zones()
201 goto abort; in create_strip_zones()
270 goto abort; in create_strip_zones()
289 abort: in create_strip_zones()
/drivers/xen/xenbus/
A Dxenbus_client.c228 int err, abort; in __xenbus_switch_state() local
234 abort = 1; in __xenbus_switch_state()
244 goto abort; in __xenbus_switch_state()
249 goto abort; in __xenbus_switch_state()
252 abort = 0; in __xenbus_switch_state()
253 abort: in __xenbus_switch_state()
254 err = xenbus_transaction_end(xbt, abort); in __xenbus_switch_state()
256 if (err == -EAGAIN && !abort) in __xenbus_switch_state()
/drivers/dma/dw-edma/
A Ddw-edma-core.h125 dw_edma_handler_t done, dw_edma_handler_t abort);
186 dw_edma_handler_t done, dw_edma_handler_t abort) in dw_edma_core_handle_int() argument
188 return dw_irq->dw->core->handle_int(dw_irq, dir, done, abort); in dw_edma_core_handle_int()
/drivers/nvme/target/
A Dpr.c461 bool abort) in nvmet_pr_unreg_all_host_by_prkey() argument
472 if (abort) in nvmet_pr_unreg_all_host_by_prkey()
485 bool abort) in nvmet_pr_unreg_all_others_by_prkey() argument
495 if (abort) in nvmet_pr_unreg_all_others_by_prkey()
505 bool abort) in nvmet_pr_unreg_all_others() argument
514 if (abort) in nvmet_pr_unreg_all_others()
534 bool abort) in nvmet_pr_preempt() argument
546 &ctrl->hostid, abort); in nvmet_pr_preempt()
562 &ctrl->hostid, abort); in nvmet_pr_preempt()
579 abort); in nvmet_pr_preempt()
[all …]
A Dfc.c82 bool abort; member
632 fod->abort = false; in nvmet_fc_prep_fcp_iodlist()
734 fod->abort = false; in nvmet_fc_free_fcp_iod()
886 fod->abort = true; in nvmet_fc_delete_target_queue()
2320 fod->abort = true; in nvmet_fc_transfer_fcp_data()
2342 if (abort) { in __nvmet_fc_fod_op_abort()
2364 bool abort; in nvmet_fc_fod_op_done() local
2367 abort = fod->abort; in nvmet_fc_fod_op_done()
2467 bool abort; in __nvmet_fc_fcp_nvme_cmd_done() local
2470 abort = fod->abort; in __nvmet_fc_fcp_nvme_cmd_done()
[all …]
/drivers/pci/hotplug/
A Dshpchp_hpc.c893 goto abort; in shpc_init()
900 goto abort; in shpc_init()
906 goto abort; in shpc_init()
916 goto abort; in shpc_init()
933 goto abort; in shpc_init()
939 goto abort; in shpc_init()
948 goto abort; in shpc_init()
1046 abort: in shpc_init()
/drivers/hwmon/pmbus/
A Dpmbus.c139 goto abort; in pmbus_identify()
157 goto abort; in pmbus_identify()
162 abort: in pmbus_identify()
/drivers/staging/media/meson/vdec/
A Dcodec_h264.c436 goto abort; in codec_h264_threaded_isr()
440 goto abort; in codec_h264_threaded_isr()
444 goto abort; in codec_h264_threaded_isr()
461 abort: in codec_h264_threaded_isr()
/drivers/net/ppp/
A Dpppoe.c494 goto abort; in pppoe_disc_rcv()
497 goto abort; in pppoe_disc_rcv()
501 goto abort; in pppoe_disc_rcv()
509 abort: in pppoe_disc_rcv()
929 goto abort; in __pppoe_xmit()
932 goto abort; in __pppoe_xmit()
938 goto abort; in __pppoe_xmit()
959 abort: in __pppoe_xmit()
/drivers/net/ethernet/marvell/prestera/
A Dprestera_counter.c352 goto abort; in prestera_counter_stats_work()
360 goto abort; in prestera_counter_stats_work()
378 goto abort; in prestera_counter_stats_work()
400 abort: in prestera_counter_stats_work()
/drivers/xen/
A Dpvcalls-back.c1042 int err, abort; in pvcalls_back_probe() local
1046 abort = 1; in pvcalls_back_probe()
1058 goto abort; in pvcalls_back_probe()
1065 goto abort; in pvcalls_back_probe()
1072 goto abort; in pvcalls_back_probe()
1075 abort = 0; in pvcalls_back_probe()
1076 abort: in pvcalls_back_probe()
1077 err = xenbus_transaction_end(xbt, abort); in pvcalls_back_probe()
1079 if (err == -EAGAIN && !abort) in pvcalls_back_probe()
1085 if (abort) in pvcalls_back_probe()

Completed in 86 milliseconds

123456