Home
last modified time | relevance | path

Searched refs:skipped (Results 1 – 25 of 48) sorted by relevance

12

/drivers/acpi/apei/
Dbert.c51 int printed = 0, skipped = 0; in bert_print_all() local
77 skipped++; in bert_print_all()
91 if (skipped) in bert_print_all()
92 pr_info(HW_ERR "Skipped %d error records\n", skipped); in bert_print_all()
94 if (printed + skipped) in bert_print_all()
95 pr_info("Total records found: %d\n", printed + skipped); in bert_print_all()
/drivers/usb/misc/
Dusb_u132.h71 int halted, int skipped, int actual, int non_null));
76 int halted, int skipped, int actual, int non_null));
81 int halted, int skipped, int actual, int non_null));
86 int halted, int skipped, int actual, int non_null));
91 int halted, int skipped, int actual, int non_null));
Dftdi-elan.c133 int skipped; member
140 int repeat_number, int halted, int skipped, int actual,
834 int skipped = target->skipped; in ftdi_elan_do_callback() local
846 error_count, condition_code, repeat_number, halted, skipped, in ftdi_elan_do_callback()
1051 target->skipped = (ftdi->response[0] >> 2) & in ftdi_elan_respond_engine()
1433 int halted, int skipped, int actual, int non_null)) in ftdi_elan_edset_setup() argument
1476 int halted, int skipped, int actual, int non_null)) in usb_ftdi_elan_edset_setup() argument
1489 int halted, int skipped, int actual, int non_null)) in ftdi_elan_edset_input() argument
1540 int halted, int skipped, int actual, int non_null)) in usb_ftdi_elan_edset_input() argument
1553 int halted, int skipped, int actual, int non_null)) in ftdi_elan_edset_empty() argument
[all …]
/drivers/net/ethernet/cisco/enic/
Dvnic_rq.h155 int skipped, void *opaque), void *opaque) in vnic_rq_service() argument
158 int skipped; in vnic_rq_service() local
163 skipped = (buf->index != completed_index); in vnic_rq_service()
165 (*buf_service)(rq, cq_desc, buf, skipped, opaque); in vnic_rq_service()
172 if (!skipped) in vnic_rq_service()
/drivers/scsi/fnic/
Dvnic_rq.h172 int skipped, void *opaque), void *opaque) in vnic_rq_service() argument
175 int skipped; in vnic_rq_service() local
180 skipped = (buf->index != completed_index); in vnic_rq_service()
182 (*buf_service)(rq, cq_desc, buf, skipped, opaque); in vnic_rq_service()
189 if (!skipped) in vnic_rq_service()
/drivers/media/pci/cx18/
Dcx18-queue.c51 mdl->skipped = 0; in _cx18_enqueue()
82 mdl->skipped = 0; in cx18_dequeue()
150 mdl->skipped++; in cx18_queue_get_mdl()
151 if (mdl->skipped >= atomic_read(&s->q_busy.depth)-1) { in cx18_queue_get_mdl()
155 mdl->skipped); in cx18_queue_get_mdl()
179 ret->skipped = 0; in cx18_queue_get_mdl()
212 mdl->skipped = 0; in cx18_queue_flush()
/drivers/cxl/core/
Dhdm.c207 resource_size_t skipped) in __cxl_dpa_reserve() argument
241 if (skipped) { in __cxl_dpa_reserve()
242 res = __request_region(&cxlds->dpa_res, base - skipped, skipped, in __cxl_dpa_reserve()
256 if (skipped) in __cxl_dpa_reserve()
257 __release_region(&cxlds->dpa_res, base - skipped, in __cxl_dpa_reserve()
258 skipped); in __cxl_dpa_reserve()
262 cxled->skip = skipped; in __cxl_dpa_reserve()
281 resource_size_t skipped) in devm_cxl_dpa_reserve() argument
287 rc = __cxl_dpa_reserve(cxled, base, len, skipped); in devm_cxl_dpa_reserve()
/drivers/gpu/drm/i915/display/
Dintel_pipe_crc.c627 pipe_crc->skipped = 0; in intel_crtc_set_crc_source()
652 pipe_crc->skipped = 0; in intel_crtc_enable_pipe_crc()
666 pipe_crc->skipped = INT_MIN; in intel_crtc_disable_pipe_crc()
/drivers/platform/loongarch/
DKconfig15 If you say N, all options in this submenu will be skipped and disabled.
/drivers/usb/host/
Du132-hcd.c574 int halted, int skipped, int actual, int non_null)) in edset_input() argument
584 int halted, int skipped, int actual, int non_null)) in edset_setup() argument
594 int halted, int skipped, int actual, int non_null)) in edset_single() argument
604 int halted, int skipped, int actual, int non_null)) in edset_output() argument
617 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_interrupt_recv() argument
717 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_bulk_output_sent() argument
768 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_bulk_input_recv() argument
871 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_configure_empty_sent() argument
908 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_configure_input_recv() argument
980 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_configure_empty_recv() argument
[all …]
/drivers/platform/mips/
DKconfig15 If you say N, all options in this submenu will be skipped and disabled.
/drivers/accessibility/
DKconfig15 If you say N, all options in this submenu will be skipped and disabled.
/drivers/media/platform/amphion/
Dvenc.c768 int skipped; in venc_precheck_encoded_frame() local
774 skipped = vpu_helper_find_startcode(&inst->stream_buffer, in venc_precheck_encoded_frame()
778 if (skipped > 0) { in venc_precheck_encoded_frame()
779 frame->bytesused -= skipped; in venc_precheck_encoded_frame()
781 frame->info.wptr, skipped); in venc_precheck_encoded_frame()
782 venc->skipped_bytes += skipped; in venc_precheck_encoded_frame()
Dvpu_defs.h158 u32 skipped; member
Dvpu_msgs.c143 frame.skipped = info.skipped; in vpu_session_handle_pic_done()
Dvpu_malone.c920 info->skipped = 1; in vpu_malone_unpack_pic_info()
922 info->skipped = 0; in vpu_malone_unpack_pic_info()
948 info->skipped = 1; in vpu_malone_unpack_buff_rdy()
950 info->skipped = 0; in vpu_malone_unpack_buff_rdy()
/drivers/virt/
DKconfig12 If you say N, all options in this submenu will be skipped and disabled.
/drivers/platform/x86/hp/
DKconfig13 If you say N, all options in this submenu will be skipped and disabled.
/drivers/media/dvb-core/
Ddvb_net.c310 unsigned long skipped; member
381 h->skipped = 0; in dvb_net_ule_ts_pusi()
383 h->skipped++; in dvb_net_ule_ts_pusi()
768 .skipped = 0L, in dvb_net_ule()
/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c546 bool matched = true, skipped = false; in rtl8723be_phy_config_with_headerfile() local
557 skipped = false; in rtl8723be_phy_config_with_headerfile()
559 matched = skipped ? false : true; in rtl8723be_phy_config_with_headerfile()
561 if (skipped) { in rtl8723be_phy_config_with_headerfile()
567 skipped = true; in rtl8723be_phy_config_with_headerfile()
570 skipped = false; in rtl8723be_phy_config_with_headerfile()
/drivers/message/fusion/
DKconfig11 If you say N, all options in this submenu will be skipped and disabled.
/drivers/cxl/
Dcxlmem.h80 resource_size_t skipped);
/drivers/md/
Draid10.c72 int *skipped);
3286 int *skipped) in raid10_sync_request() argument
3311 *skipped = 1; in raid10_sync_request()
3319 skipped: in raid10_sync_request()
3374 *skipped = 1; in raid10_sync_request()
3379 return reshape_request(mddev, sector_nr, skipped); in raid10_sync_request()
3385 *skipped = 1; in raid10_sync_request()
3695 *skipped = 1; in raid10_sync_request()
3901 goto skipped; in raid10_sync_request()
4748 int *skipped) in reshape_request() argument
[all …]
/drivers/platform/mellanox/
DKconfig13 If you say N, all options in this submenu will be skipped and disabled.
/drivers/net/ieee802154/
DKconfig11 If you say N, all options in this submenu will be skipped and

12