Searched refs:w_offset (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/hwtracing/coresight/ |
D | coresight-catu.c | 310 u64 r_offset, w_offset; in catu_sync_etr_buf() local 317 w_offset = rwp - etr_buf->hwaddr; in catu_sync_etr_buf() 320 etr_buf->len = w_offset - r_offset; in catu_sync_etr_buf() 321 if (w_offset < r_offset) in catu_sync_etr_buf()
|
D | coresight-tmc-etr.c | 739 long r_offset, w_offset; in tmc_etr_sync_sg_buf() local 752 w_offset = tmc_sg_get_data_page_offset(table, rwp); in tmc_etr_sync_sg_buf() 753 if (w_offset < 0) { in tmc_etr_sync_sg_buf() 764 etr_buf->len = ((w_offset < r_offset) ? etr_buf->size : 0) + in tmc_etr_sync_sg_buf() 765 w_offset - r_offset; in tmc_etr_sync_sg_buf()
|
/linux-6.12.1/include/linux/ |
D | selection.h | 35 unsigned short *screen_pos(const struct vc_data *vc, int w_offset, bool viewed);
|
D | memstick.h | 142 unsigned char w_offset; member
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/ |
D | atomisp_cmd.c | 1749 int w_offset, h_offset; in atomisp_calculate_real_zoom_region() local 1835 w_offset = 0; in atomisp_calculate_real_zoom_region() 1837 w_offset = asd->sensor_array_res.width in atomisp_calculate_real_zoom_region() 1840 w_offset = w_offset / 2; in atomisp_calculate_real_zoom_region() 1841 if (dz_config->zoom_region.origin.x < w_offset) in atomisp_calculate_real_zoom_region() 1844 dz_config->zoom_region.origin.x = dz_config->zoom_region.origin.x - w_offset; in atomisp_calculate_real_zoom_region() 1849 / (asd->sensor_array_res.width - 2 * w_offset); in atomisp_calculate_real_zoom_region() 1855 / (asd->sensor_array_res.width - 2 * w_offset); in atomisp_calculate_real_zoom_region()
|
/linux-6.12.1/drivers/memstick/core/ |
D | memstick.c | 392 card->reg_addr.w_offset = offsetof(struct ms_register, id); in memstick_alloc_card()
|
D | ms_block.c | 209 msb->reg_addr.w_offset = offsetof(struct ms_register, id); in msb_invalidate_reg_window() 307 if (msb->reg_addr.w_offset != offset || in msb_write_regs() 310 msb->reg_addr.w_offset = offset; in msb_write_regs()
|
D | mspro_block.c | 1057 card->reg_addr.w_offset = offsetof(struct mspro_register, param); in mspro_block_init_card()
|
/linux-6.12.1/drivers/tty/vt/ |
D | vt.c | 4892 unsigned short *screen_pos(const struct vc_data *vc, int w_offset, bool viewed) in screen_pos() argument 4894 return screenpos(vc, 2 * w_offset, viewed); in screen_pos()
|