Home
last modified time | relevance | path

Searched refs:w_offset (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-catu.c308 u64 r_offset, w_offset; in catu_sync_etr_buf() local
315 w_offset = rwp - etr_buf->hwaddr; in catu_sync_etr_buf()
318 etr_buf->len = w_offset - r_offset; in catu_sync_etr_buf()
319 if (w_offset < r_offset) in catu_sync_etr_buf()
H A Dcoresight-tmc-etr.c715 long r_offset, w_offset; in tmc_etr_sync_sg_buf() local
728 w_offset = tmc_sg_get_data_page_offset(table, rwp); in tmc_etr_sync_sg_buf()
729 if (w_offset < 0) { in tmc_etr_sync_sg_buf()
740 etr_buf->len = ((w_offset < r_offset) ? etr_buf->size : 0) + in tmc_etr_sync_sg_buf()
741 w_offset - r_offset; in tmc_etr_sync_sg_buf()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-catu.c308 u64 r_offset, w_offset; in catu_sync_etr_buf() local
315 w_offset = rwp - etr_buf->hwaddr; in catu_sync_etr_buf()
318 etr_buf->len = w_offset - r_offset; in catu_sync_etr_buf()
319 if (w_offset < r_offset) in catu_sync_etr_buf()
H A Dcoresight-tmc-etr.c732 long r_offset, w_offset; in tmc_etr_sync_sg_buf() local
745 w_offset = tmc_sg_get_data_page_offset(table, rwp); in tmc_etr_sync_sg_buf()
746 if (w_offset < 0) { in tmc_etr_sync_sg_buf()
757 etr_buf->len = ((w_offset < r_offset) ? etr_buf->size : 0) + in tmc_etr_sync_sg_buf()
758 w_offset - r_offset; in tmc_etr_sync_sg_buf()
/kernel/linux/linux-5.10/include/linux/
H A Dselection.h36 extern unsigned short *screen_pos(const struct vc_data *vc, int w_offset,
H A Dmemstick.h142 unsigned char w_offset; member
/kernel/linux/linux-6.6/include/linux/
H A Dselection.h36 extern unsigned short *screen_pos(const struct vc_data *vc, int w_offset,
H A Dmemstick.h142 unsigned char w_offset; member
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c1865 int w_offset, h_offset; in atomisp_calculate_real_zoom_region() local
1951 w_offset = 0; in atomisp_calculate_real_zoom_region()
1953 w_offset = asd->sensor_array_res.width in atomisp_calculate_real_zoom_region()
1956 w_offset = w_offset / 2; in atomisp_calculate_real_zoom_region()
1957 if (dz_config->zoom_region.origin.x < w_offset) in atomisp_calculate_real_zoom_region()
1960 dz_config->zoom_region.origin.x = dz_config->zoom_region.origin.x - w_offset; in atomisp_calculate_real_zoom_region()
1965 / (asd->sensor_array_res.width - 2 * w_offset); in atomisp_calculate_real_zoom_region()
1971 / (asd->sensor_array_res.width - 2 * w_offset); in atomisp_calculate_real_zoom_region()
/kernel/linux/linux-5.10/drivers/memstick/core/
H A Dmemstick.c395 card->reg_addr.w_offset = offsetof(struct ms_register, id); in memstick_alloc_card()
H A Dms_block.c209 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()
H A Dmspro_block.c1129 card->reg_addr.w_offset = offsetof(struct mspro_register, param); in mspro_block_init_card()
/kernel/linux/linux-6.6/drivers/memstick/core/
H A Dmemstick.c393 card->reg_addr.w_offset = offsetof(struct ms_register, id); in memstick_alloc_card()
H A Dms_block.c209 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()
H A Dmspro_block.c1057 card->reg_addr.w_offset = offsetof(struct mspro_register, param); in mspro_block_init_card()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c3003 int w_offset, h_offset; in atomisp_calculate_real_zoom_region() local
3089 w_offset = 0; in atomisp_calculate_real_zoom_region()
3091 w_offset = asd->sensor_array_res.width in atomisp_calculate_real_zoom_region()
3094 w_offset = w_offset / 2; in atomisp_calculate_real_zoom_region()
3095 if (dz_config->zoom_region.origin.x < w_offset) in atomisp_calculate_real_zoom_region()
3098 dz_config->zoom_region.origin.x = dz_config->zoom_region.origin.x - w_offset; in atomisp_calculate_real_zoom_region()
3103 / (asd->sensor_array_res.width - 2 * w_offset); in atomisp_calculate_real_zoom_region()
3109 / (asd->sensor_array_res.width - 2 * w_offset); in atomisp_calculate_real_zoom_region()
/kernel/linux/linux-5.10/drivers/tty/vt/
H A Dvt.c4762 unsigned short *screen_pos(const struct vc_data *vc, int w_offset, bool viewed) in screen_pos() argument
4764 return screenpos(vc, 2 * w_offset, viewed); in screen_pos()
/kernel/linux/linux-6.6/drivers/tty/vt/
H A Dvt.c4706 unsigned short *screen_pos(const struct vc_data *vc, int w_offset, bool viewed) in screen_pos() argument
4708 return screenpos(vc, 2 * w_offset, viewed); in screen_pos()

Completed in 47 milliseconds