/drivers/char/tpm/ |
D | tpm_crb.c | 57 u32 cancel; member 147 iowrite32(0, &priv->cca->cancel); in crb_send() 173 iowrite32(CRB_CANCEL_INVOKE, &priv->cca->cancel); in crb_cancel() 182 u32 cancel = ioread32(&priv->cca->cancel); in crb_req_canceled() local 184 return (cancel & CRB_CANCEL_INVOKE) == CRB_CANCEL_INVOKE; in crb_req_canceled() 192 .cancel = crb_cancel,
|
D | tpm-sysfs.c | 231 chip->ops->cancel(chip); in cancel_store() 234 static DEVICE_ATTR_WO(cancel);
|
D | tpm_i2c_atmel.c | 148 .cancel = i2c_atmel_cancel,
|
D | tpm_atmel.c | 133 .cancel = tpm_atml_cancel,
|
D | xen-tpmfront.c | 153 .cancel = vtpm_cancel,
|
D | tpm_nsc.c | 254 .cancel = tpm_nsc_cancel,
|
/drivers/block/drbd/ |
D | drbd_worker.c | 342 static int w_e_send_csum(struct drbd_work *w, int cancel) in w_e_send_csum() argument 351 if (unlikely(cancel)) in w_e_send_csum() 430 int w_resync_timer(struct drbd_work *w, int cancel) in w_resync_timer() argument 437 make_ov_request(device, cancel); in w_resync_timer() 440 make_resync_request(device, cancel); in w_resync_timer() 587 static int make_resync_request(struct drbd_device *const device, int cancel) in make_resync_request() argument 600 if (unlikely(cancel)) in make_resync_request() 767 static int make_ov_request(struct drbd_device *device, int cancel) in make_ov_request() argument 774 if (unlikely(cancel)) in make_ov_request() 819 int w_ov_finished(struct drbd_work *w, int cancel) in w_ov_finished() argument [all …]
|
/drivers/scsi/isci/ |
D | isci.h | 497 bool cancel; member 505 tmr->cancel = 0; in sci_init_timer() 511 tmr->cancel = 0; in sci_mod_timer() 517 tmr->cancel = 1; in sci_del_timer()
|
D | port_config.c | 336 if (tmr->cancel) in mpc_agent_timeout() 671 if (tmr->cancel) in apc_agent_timeout()
|
/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_pool.c | 407 int cancel = 0; in ldlm_pool_shrink() local 410 cancel = pl->pl_ops->po_shrink(pl, nr, gfp_mask); in ldlm_pool_shrink() 417 cancel); in ldlm_pool_shrink() 419 pl->pl_name, nr, cancel); in ldlm_pool_shrink() 422 return cancel; in ldlm_pool_shrink() 866 int cancel, nr_locks; in ldlm_pools_scan() local 886 cancel = 1 + min_t(int, nr_locks, nr / nr_ns); in ldlm_pools_scan() 887 freed += ldlm_pool_shrink(&ns->ns_pool, cancel, gfp_mask); in ldlm_pools_scan()
|
/drivers/s390/cio/ |
D | ccwreq.c | 133 req->cancel = 0; in ccw_request_start() 158 req->cancel = 1; in ccw_request_cancel() 281 if (req->cancel) { in ccw_request_handler()
|
D | io_sch.h | 83 unsigned int cancel:1; member
|
/drivers/net/wireless/intersil/p54/ |
D | fwio.c | 301 struct p54_txcancel *cancel; in p54_tx_cancel() local 307 skb = p54_alloc_skb(priv, P54_HDR_FLAG_CONTROL_OPSET, sizeof(*cancel), in p54_tx_cancel() 312 cancel = (struct p54_txcancel *)skb_put(skb, sizeof(*cancel)); in p54_tx_cancel() 313 cancel->req_id = req_id; in p54_tx_cancel()
|
/drivers/mfd/ |
D | si476x-cmd.c | 363 .cancel = false, in si476x_cmd_clear_stc() 760 rsqargs->cancel << 1 | rsqargs->stcack, in si476x_core_cmd_am_rsq_status() 1185 rsqargs->cancel << 1 | rsqargs->stcack, in si476x_core_cmd_fm_rsq_status_a10() 1238 rsqargs->attune << 2 | rsqargs->cancel << 1 | in si476x_core_cmd_fm_rsq_status_a20() 1293 rsqargs->attune << 2 | rsqargs->cancel << 1 | in si476x_core_cmd_fm_rsq_status_a30()
|
/drivers/staging/comedi/ |
D | drivers.c | 566 if ((events & COMEDI_CB_CANCEL_MASK) && s->cancel) in comedi_handle_events() 567 s->cancel(dev, s); in comedi_handle_events() 627 if (!s->cancel) in __comedi_device_postconfig_async()
|
D | comedidev.h | 202 int (*cancel)(struct comedi_device *, struct comedi_subdevice *); member
|
/drivers/staging/comedi/drivers/ |
D | amplc_pc236_common.c | 179 s->cancel = pc236_intr_cancel; in amplc_pc236_common_attach()
|
D | aio_iiro_16.c | 228 s->cancel = aio_iiro_16_cos_cancel; in aio_iiro_16_attach()
|
D | comedi_parport.c | 295 s->cancel = parport_intr_cancel; in parport_attach()
|
D | comedi_test.c | 649 s->cancel = waveform_ai_cancel; in waveform_attach() 664 s->cancel = waveform_ao_cancel; in waveform_attach()
|
D | addi_apci_1032.c | 351 s->cancel = apci1032_cos_cancel; in apci1032_auto_attach()
|
D | addi_apci_2032.c | 295 s->cancel = apci2032_int_cancel; in apci2032_auto_attach()
|
/drivers/acpi/nfit/ |
D | nfit.h | 165 unsigned int cancel:1; member
|
/drivers/media/radio/ |
D | radio-si476x.c | 408 .cancel = false, in si476x_radio_g_tuner() 684 .cancel = false, in si476x_radio_g_frequency() 1307 .cancel = false, in si476x_radio_read_rsq_blob() 1342 .cancel = false, in si476x_radio_read_rsq_primary_blob()
|
/drivers/perf/ |
D | xgene_pmu.c | 257 XGENE_PMU_EVENT_ATTR(cancel-read-gack, 0x05), 285 XGENE_PMU_EVENT_ATTR(mcu-rd-proceed-cancel, 0x17), 288 XGENE_PMU_EVENT_ATTR(mcu-rd-proceed-speculative-cancel, 0x1a), 290 XGENE_PMU_EVENT_ATTR(mcu-wr-proceed-cancel, 0x1c),
|