Searched refs:t_size (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/mmc/host/ |
| H A D | tifm_sd.c | 176 while (t_size) { in tifm_sd_transfer_data() 198 p_cnt = min(p_cnt, t_size); in tifm_sd_transfer_data() 205 t_size -= p_cnt; in tifm_sd_transfer_data() 226 unsigned int t_size = r_data->blksz; in tifm_sd_bounce_block() local 232 while (t_size) { in tifm_sd_bounce_block() 247 p_cnt = min(p_cnt, t_size); in tifm_sd_bounce_block() 251 r_data->blksz - t_size, in tifm_sd_bounce_block() 255 r_data->blksz - t_size, p_cnt); in tifm_sd_bounce_block() 257 t_size -= p_cnt; in tifm_sd_bounce_block() 288 if (dma_len < t_size) { in tifm_sd_set_dma_data() [all …]
|
| /linux-6.15/drivers/memstick/host/ |
| H A D | tifm_ms.c | 185 unsigned int t_size, p_cnt; in tifm_ms_transfer_data() local 217 t_size = host->req->data_dir == WRITE in tifm_ms_transfer_data() 226 if (!t_size) in tifm_ms_transfer_data() 228 host->block_pos += t_size; in tifm_ms_transfer_data() 229 length -= t_size; in tifm_ms_transfer_data() 230 off += t_size; in tifm_ms_transfer_data()
|
| H A D | jmb38x_ms.c | 303 unsigned int t_size, p_cnt; in jmb38x_ms_transfer_data() local 334 t_size = !(host->cmd_flags & REG_DATA) in jmb38x_ms_transfer_data() 338 t_size = !(host->cmd_flags & REG_DATA) in jmb38x_ms_transfer_data() 347 if (!t_size) in jmb38x_ms_transfer_data() 349 host->block_pos += t_size; in jmb38x_ms_transfer_data() 350 length -= t_size; in jmb38x_ms_transfer_data() 351 off += t_size; in jmb38x_ms_transfer_data()
|
| /linux-6.15/sound/soc/fsl/ |
| H A D | fsl_asrc_m2m.c | 56 u32 i, reg, size, t_size = 0, width; in asrc_read_last_fifo() local 85 t_size += size; in asrc_read_last_fifo() 93 *length += t_size * pair->channels * 4; in asrc_read_last_fifo() 95 *length += t_size * pair->channels * 2; in asrc_read_last_fifo() 97 *length += t_size * pair->channels * 3; in asrc_read_last_fifo()
|
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ptp_hw.c | 6282 int t_size; in ice_cgu_get_pin_type() local 6284 t = ice_cgu_get_pin_desc(hw, input, &t_size); in ice_cgu_get_pin_type() 6289 if (pin >= t_size) in ice_cgu_get_pin_type() 6310 int t_size; in ice_cgu_get_pin_freq_supp() local 6313 t = ice_cgu_get_pin_desc(hw, input, &t_size); in ice_cgu_get_pin_freq_supp() 6316 if (pin >= t_size) in ice_cgu_get_pin_freq_supp() 6336 int t_size; in ice_cgu_get_pin_name() local 6338 t = ice_cgu_get_pin_desc(hw, input, &t_size); in ice_cgu_get_pin_name() 6343 if (pin >= t_size) in ice_cgu_get_pin_name()
|
| /linux-6.15/net/9p/ |
| H A D | client.c | 278 p9_tag_alloc(struct p9_client *c, int8_t type, uint t_size, uint r_size, in p9_tag_alloc() argument 289 t_size ?: p9_msg_buf_size(c, type, fmt, apc)); in p9_tag_alloc() 626 int8_t type, uint t_size, uint r_size, in p9_client_prepare_req() argument 644 req = p9_tag_alloc(c, type, t_size, r_size, fmt, apc); in p9_client_prepare_req()
|