Home
last modified time | relevance | path

Searched refs:cur_pos (Results 1 – 10 of 10) sorted by relevance

/drivers/hid/intel-ish-hid/
Dishtp-hid-client.c30 size_t cur_pos, size_t payload_len) in report_bad_packet() argument
42 (unsigned int)cur_pos, in report_bad_packet()
65 size_t payload_len, total_len, cur_pos, raw_len; in process_recv() local
77 cur_pos = 0; in process_recv()
80 if (cur_pos + sizeof(struct hostif_msg) > total_len) { in process_recv()
90 recv_msg = (struct hostif_msg *)(recv_buf + cur_pos); in process_recv()
94 if (cur_pos + payload_len + sizeof(struct hostif_msg) > in process_recv()
97 report_bad_packet(hid_ishtp_cl, recv_msg, cur_pos, in process_recv()
112 cur_pos, in process_recv()
161 cur_pos, in process_recv()
[all …]
/drivers/s390/block/
Ddasd_fba.c285 int cur_pos = 0; in count_ccws() local
293 cur_pos = wz_stop - first_rec + 1; in count_ccws()
297 if (last_rec - (first_rec + cur_pos) + 1 >= blocks_per_page) { in count_ccws()
304 cur_pos += d_stop - (first_rec + cur_pos) + 1; in count_ccws()
308 if (cur_pos == 0 || first_rec + cur_pos - 1 < last_rec) in count_ccws()
341 int cur_pos = 0; /* Current position within the extent */ in dasd_fba_build_cp_discard() local
379 locate_record(ccw++, LO_data++, WRITE, cur_pos, wz_count); in dasd_fba_build_cp_discard()
384 cur_pos = wz_count; in dasd_fba_build_cp_discard()
388 if (last_rec - (first_rec + cur_pos) + 1 >= blocks_per_page) { in dasd_fba_build_cp_discard()
396 d_count = d_stop - (first_rec + cur_pos) + 1; in dasd_fba_build_cp_discard()
[all …]
Ddasd_eckd.c3622 int cur_pos = 0; in count_exts() local
3634 cur_pos = tmp - from + 1; in count_exts()
3638 if (to - (from + cur_pos) + 1 >= trks_per_ext) { in count_exts()
3640 count += (tmp - (from + cur_pos) + 1) / trks_per_ext; in count_exts()
3641 cur_pos = tmp; in count_exts()
3644 if (cur_pos < to) in count_exts()
3780 int cur_pos; in dasd_eckd_release_space_trks() local
3791 cur_pos = from; in dasd_eckd_release_space_trks()
3795 while (cur_pos < to) { in dasd_eckd_release_space_trks()
3796 stop = cur_pos + step - in dasd_eckd_release_space_trks()
[all …]
/drivers/media/pci/b2c2/
Dflexcop-pci.c187 u32 cur_pos = cur_addr - fc_pci->dma[0].dma_addr0; in flexcop_pci_isr() local
188 if (cur_pos > fc_pci->dma[0].size * 2) in flexcop_pci_isr()
193 v.raw, (unsigned long long)cur_addr, cur_pos, in flexcop_pci_isr()
200 if (cur_pos < fc_pci->last_dma1_cur_pos) { in flexcop_pci_isr()
212 if (cur_pos > fc_pci->last_dma1_cur_pos) { in flexcop_pci_isr()
214 cur_pos - fc_pci->last_dma1_cur_pos); in flexcop_pci_isr()
218 cur_pos - fc_pci->last_dma1_cur_pos); in flexcop_pci_isr()
222 fc_pci->last_dma1_cur_pos = cur_pos; in flexcop_pci_isr()
/drivers/usb/serial/
Dkobil_sct.c108 int cur_pos; /* index of the next char to send in buf */ member
123 priv->cur_pos = 0; in kobil_port_probe()
328 todo = priv->filled - priv->cur_pos; in kobil_write()
335 priv->buf + priv->cur_pos, length); in kobil_write()
338 priv->cur_pos = priv->cur_pos + length; in kobil_write()
342 todo = priv->filled - priv->cur_pos; in kobil_write()
349 priv->cur_pos = 0; in kobil_write()
/drivers/spi/
Dspi-tegra114.c180 unsigned cur_pos; member
262 unsigned remain_len = t->len - tspi->cur_pos; in tegra_spi_calculate_curr_xfer_param()
326 if (nbytes > t->len - tspi->cur_pos) in tegra_spi_fill_tx_fifo_from_client_txbuf()
327 nbytes = t->len - tspi->cur_pos; in tegra_spi_fill_tx_fifo_from_client_txbuf()
372 if (len > t->len - tspi->cur_pos) in tegra_spi_read_rx_fifo_to_client_rxbuf()
373 len = t->len - tspi->cur_pos; in tegra_spi_read_rx_fifo_to_client_rxbuf()
398 memcpy(tspi->tx_dma_buf, t->tx_buf + tspi->cur_pos, len); in tegra_spi_copy_client_txbuf_to_spi_txbuf()
407 if (consume > t->len - tspi->cur_pos) in tegra_spi_copy_client_txbuf_to_spi_txbuf()
408 consume = t->len - tspi->cur_pos; in tegra_spi_copy_client_txbuf_to_spi_txbuf()
447 if (consume > t->len - tspi->cur_pos) in tegra_spi_copy_spi_rxbuf_to_client_rxbuf()
[all …]
Dspi-tegra20-sflash.c115 unsigned cur_pos; member
161 unsigned remain_len = t->len - tsd->cur_pos; in tegra_sflash_calculate_curr_xfer_param()
265 tsd->cur_pos = 0; in tegra_sflash_start_transfer_one()
381 tsd->cur_pos = tsd->cur_tx_pos; in handle_cpu_based_xfer()
383 tsd->cur_pos = tsd->cur_rx_pos; in handle_cpu_based_xfer()
385 if (tsd->cur_pos == t->len) { in handle_cpu_based_xfer()
Dspi-tegra20-slink.c165 unsigned cur_pos; member
258 unsigned remain_len = t->len - tspi->cur_pos; in tegra_slink_calculate_curr_xfer_param()
373 memcpy(tspi->tx_dma_buf, t->tx_buf + tspi->cur_pos, len); in tegra_slink_copy_client_txbuf_to_spi_txbuf()
691 tspi->cur_pos = 0; in tegra_slink_start_transfer_one()
865 tspi->cur_pos = tspi->cur_tx_pos; in handle_cpu_based_xfer()
867 tspi->cur_pos = tspi->cur_rx_pos; in handle_cpu_based_xfer()
869 if (tspi->cur_pos == t->len) { in handle_cpu_based_xfer()
939 tspi->cur_pos = tspi->cur_tx_pos; in handle_dma_based_xfer()
941 tspi->cur_pos = tspi->cur_rx_pos; in handle_dma_based_xfer()
943 if (tspi->cur_pos == t->len) { in handle_dma_based_xfer()
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf.c122 size_t cur_pos; member
670 if (man->cur_pos == 0) { in __vmw_cmdbuf_cur_flush()
675 man->cur->cb_header->length = man->cur_pos; in __vmw_cmdbuf_cur_flush()
680 man->cur_pos = 0; in __vmw_cmdbuf_cur_flush()
1010 if (cur && (size + man->cur_pos > cur->size || in vmw_cmdbuf_reserve_cur()
1034 return (void *) (man->cur->cmd + man->cur_pos); in vmw_cmdbuf_reserve_cur()
1052 man->cur_pos += size; in vmw_cmdbuf_commit_cur()
1113 man->cur_pos = size; in vmw_cmdbuf_commit()
/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c5244 u8 cur_pos = 0, tuple_size, shift_bits; in hclge_fd_convert_meta_data() local
5253 hnae3_set_bit(meta_data, cur_pos, NIC_PACKET); in hclge_fd_convert_meta_data()
5254 cur_pos += tuple_size; in hclge_fd_convert_meta_data()
5260 GENMASK(cur_pos + tuple_size, cur_pos), in hclge_fd_convert_meta_data()
5261 cur_pos, port_number); in hclge_fd_convert_meta_data()
5262 cur_pos += tuple_size; in hclge_fd_convert_meta_data()
5271 shift_bits = sizeof(meta_data) * 8 - cur_pos; in hclge_fd_convert_meta_data()