Searched refs:w_offset (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-catu.c | 309 u64 r_offset, w_offset; in catu_sync_etr_buf() local 316 w_offset = rwp - etr_buf->hwaddr; in catu_sync_etr_buf() 319 etr_buf->len = w_offset - r_offset; in catu_sync_etr_buf() 320 if (w_offset < r_offset) in catu_sync_etr_buf()
|
| H A D | coresight-tmc-etr.c | 809 long r_offset, w_offset; in tmc_etr_sync_sg_buf() local 822 w_offset = tmc_sg_get_data_page_offset(table, rwp); in tmc_etr_sync_sg_buf() 823 if (w_offset < 0) { in tmc_etr_sync_sg_buf() 834 etr_buf->len = ((w_offset < r_offset) ? etr_buf->size : 0) + in tmc_etr_sync_sg_buf() 835 w_offset - r_offset; in tmc_etr_sync_sg_buf()
|
| /linux/include/linux/ |
| H A D | selection.h | 35 unsigned short *screen_pos(const struct vc_data *vc, int w_offset, bool viewed);
|
| /linux/drivers/memstick/core/ |
| H A D | mspro_block.c | 1054 card->reg_addr.w_offset = offsetof(struct mspro_register, param); in mspro_block_init_card()
|
| /linux/drivers/tty/vt/ |
| H A D | vt.c | 5000 unsigned short *screen_pos(const struct vc_data *vc, int w_offset, bool viewed) in screen_pos() argument 5002 return screenpos(vc, 2 * w_offset, viewed); in screen_pos()
|