/drivers/net/wireless/orinoco/ |
D | scan.c | 170 bool abort = false; in orinoco_add_hostscan_results() local 205 abort = true; in orinoco_add_hostscan_results() 213 abort = true; in orinoco_add_hostscan_results() 222 abort = true; in orinoco_add_hostscan_results() 237 cfg80211_scan_done(priv->scan_request, abort); in orinoco_add_hostscan_results() 242 void orinoco_scan_done(struct orinoco_private *priv, bool abort) in orinoco_scan_done() argument 245 cfg80211_scan_done(priv->scan_request, abort); in orinoco_scan_done()
|
D | fw.c | 149 goto abort; in orinoco_dl_firmware() 156 goto abort; in orinoco_dl_firmware() 167 goto abort; in orinoco_dl_firmware() 178 goto abort; in orinoco_dl_firmware() 184 goto abort; in orinoco_dl_firmware() 189 abort: in orinoco_dl_firmware()
|
/drivers/hwmon/ |
D | lm80.c | 634 goto abort; in lm80_update_device() 639 goto abort; in lm80_update_device() 644 goto abort; in lm80_update_device() 650 goto abort; in lm80_update_device() 655 goto abort; in lm80_update_device() 660 goto abort; in lm80_update_device() 665 goto abort; in lm80_update_device() 670 goto abort; in lm80_update_device() 673 goto abort; in lm80_update_device() 678 goto abort; in lm80_update_device() [all …]
|
D | lineage-pem.c | 150 goto abort; in pem_read_block() 153 goto abort; in pem_read_block() 157 abort: in pem_read_block() 178 goto abort; in pem_update_device() 188 goto abort; in pem_update_device() 199 goto abort; in pem_update_device() 208 abort: in pem_update_device()
|
D | max1668.c | 95 goto abort; in max1668_update_device() 101 goto abort; in max1668_update_device() 108 goto abort; in max1668_update_device() 115 goto abort; in max1668_update_device() 123 goto abort; in max1668_update_device() 130 goto abort; in max1668_update_device() 136 abort: in max1668_update_device()
|
D | sch5636.c | 92 goto abort; in sch5636_update_device() 99 goto abort; in sch5636_update_device() 112 goto abort; in sch5636_update_device() 120 goto abort; in sch5636_update_device() 138 goto abort; in sch5636_update_device() 146 goto abort; in sch5636_update_device() 158 abort: in sch5636_update_device()
|
D | max6697.c | 196 goto abort; in max6697_update_device() 204 goto abort; in max6697_update_device() 212 goto abort; in max6697_update_device() 219 goto abort; in max6697_update_device() 228 goto abort; in max6697_update_device() 239 goto abort; in max6697_update_device() 246 abort: in max6697_update_device()
|
D | jc42.c | 567 goto abort; in jc42_update_device() 575 goto abort; in jc42_update_device() 582 goto abort; in jc42_update_device() 589 goto abort; in jc42_update_device() 596 abort: in jc42_update_device()
|
D | tmp401.c | 253 goto abort; in tmp401_update_device() 271 goto abort; in tmp401_update_device() 280 goto abort; in tmp401_update_device() 286 goto abort; in tmp401_update_device() 291 goto abort; in tmp401_update_device() 299 abort: in tmp401_update_device()
|
D | max6639.c | 124 goto abort; in max6639_update_device() 134 goto abort; in max6639_update_device() 142 goto abort; in max6639_update_device() 151 goto abort; in max6639_update_device() 159 abort: in max6639_update_device()
|
D | ltc4151.c | 87 goto abort; in ltc4151_update_device() 94 abort: in ltc4151_update_device()
|
D | lm95234.c | 174 goto abort; in lm95234_update_device() 181 goto abort; in lm95234_update_device() 186 goto abort; in lm95234_update_device() 191 goto abort; in lm95234_update_device() 196 goto abort; in lm95234_update_device() 203 abort: in lm95234_update_device()
|
/drivers/ide/ |
D | ide-taskfile.c | 493 goto abort; in ide_taskfile_ioctl() 501 goto abort; in ide_taskfile_ioctl() 505 goto abort; in ide_taskfile_ioctl() 514 goto abort; in ide_taskfile_ioctl() 518 goto abort; in ide_taskfile_ioctl() 586 goto abort; in ide_taskfile_ioctl() 605 goto abort; in ide_taskfile_ioctl() 622 goto abort; in ide_taskfile_ioctl() 634 goto abort; in ide_taskfile_ioctl() 652 goto abort; in ide_taskfile_ioctl() [all …]
|
/drivers/mmc/core/ |
D | sdio_ops.c | 210 u8 abort; in sdio_reset() local 214 ret = mmc_io_rw_direct_host(host, 0, 0, SDIO_CCCR_ABORT, 0, &abort); in sdio_reset() 216 abort = 0x08; in sdio_reset() 218 abort |= 0x08; in sdio_reset() 220 ret = mmc_io_rw_direct_host(host, 1, 0, SDIO_CCCR_ABORT, abort, NULL); in sdio_reset()
|
/drivers/i2c/busses/ |
D | i2c-intel-mid.c | 81 int abort; member 467 int abort = i2c->abort; in intel_mid_i2c_abort() local 474 if (abort & ABRT_MASTER_DIS) in intel_mid_i2c_abort() 477 if (abort & ABRT_10B_RD_NORSTRT) in intel_mid_i2c_abort() 481 if (abort & ABRT_SBYTE_NORSTRT) { in intel_mid_i2c_abort() 489 if (abort & ABRT_SBYTE_ACKDET) in intel_mid_i2c_abort() 492 if (abort & ABRT_TXDATA_NOACK) in intel_mid_i2c_abort() 495 if (abort & ABRT_10ADDR2_NOACK) in intel_mid_i2c_abort() 498 if (abort & ABRT_10ADDR1_NOACK) in intel_mid_i2c_abort() 501 if (abort & ABRT_7B_ADDR_NOACK) in intel_mid_i2c_abort() [all …]
|
D | i2c-diolan-u2c.c | 362 goto abort; in diolan_usb_xfer() 368 goto abort; in diolan_usb_xfer() 382 goto abort; in diolan_usb_xfer() 390 goto abort; in diolan_usb_xfer() 399 goto abort; in diolan_usb_xfer() 404 goto abort; in diolan_usb_xfer() 409 abort: in diolan_usb_xfer()
|
D | i2c-amd756.c | 131 goto abort; in amd756_transaction() 148 goto abort; in amd756_transaction() 185 abort: in amd756_transaction()
|
/drivers/xen/xenbus/ |
D | xenbus_client.c | 187 int err, abort; in __xenbus_switch_state() local 193 abort = 1; in __xenbus_switch_state() 203 goto abort; in __xenbus_switch_state() 208 goto abort; in __xenbus_switch_state() 211 abort = 0; in __xenbus_switch_state() 212 abort: in __xenbus_switch_state() 213 err = xenbus_transaction_end(xbt, abort); in __xenbus_switch_state() 215 if (err == -EAGAIN && !abort) in __xenbus_switch_state()
|
/drivers/hwmon/pmbus/ |
D | pmbus.c | 138 goto abort; in pmbus_identify() 156 goto abort; in pmbus_identify() 161 abort: in pmbus_identify()
|
/drivers/md/ |
D | raid0.c | 146 goto abort; in create_strip_zones() 151 goto abort; in create_strip_zones() 182 goto abort; in create_strip_zones() 187 goto abort; in create_strip_zones() 192 goto abort; in create_strip_zones() 212 goto abort; in create_strip_zones() 278 goto abort; in create_strip_zones() 294 abort: in create_strip_zones()
|
/drivers/pci/hotplug/ |
D | shpchp_hpc.c | 956 goto abort; in shpc_init() 963 goto abort; in shpc_init() 969 goto abort; in shpc_init() 979 goto abort; in shpc_init() 996 goto abort; in shpc_init() 1002 goto abort; in shpc_init() 1011 goto abort; in shpc_init() 1111 abort: in shpc_init()
|
/drivers/target/ |
D | target_core_pr.c | 2813 int abort) in __core_scsi3_complete_pro_preempt() argument 2837 tfo->get_fabric_name(), (abort) ? "_AND_ABORT" : "", in __core_scsi3_complete_pro_preempt() 2841 tfo->get_fabric_name(), (abort) ? "_AND_ABORT" : "", in __core_scsi3_complete_pro_preempt() 2879 u64 sa_res_key, int abort) in core_scsi3_pro_preempt() argument 2899 (abort) ? "_AND_ABORT" : ""); in core_scsi3_pro_preempt() 2968 (abort) ? &preempt_and_abort_list : in core_scsi3_pro_preempt() 2996 (abort) ? &preempt_and_abort_list : in core_scsi3_pro_preempt() 3025 (abort) ? &preempt_and_abort_list : NULL, in core_scsi3_pro_preempt() 3026 type, scope, abort); in core_scsi3_pro_preempt() 3028 if (abort) in core_scsi3_pro_preempt() [all …]
|
/drivers/net/ppp/ |
D | pppoe.c | 477 goto abort; in pppoe_disc_rcv() 481 goto abort; in pppoe_disc_rcv() 506 abort: in pppoe_disc_rcv() 914 goto abort; in __pppoe_xmit() 917 goto abort; in __pppoe_xmit() 923 goto abort; in __pppoe_xmit() 944 abort: in __pppoe_xmit()
|
/drivers/gpu/drm/nouveau/core/engine/disp/ |
D | dport.c | 160 bool cr_done = false, abort = false; in dp_link_train_cr() local 177 abort = true; in dp_link_train_cr() 186 } while (!cr_done && !abort && ++tries < 5); in dp_link_train_cr()
|
/drivers/block/xen-blkback/ |
D | xenbus.c | 679 goto abort; in connect() 687 goto abort; in connect() 697 goto abort; in connect() 705 goto abort; in connect() 720 abort: in connect()
|