Searched refs:rpos (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/x86/boot/ |
| H A D | vesa.h | 51 u8 rpos; /* 32 */ member
|
| /linux/drivers/gpio/ |
| H A D | gpiolib-shared.c | 628 struct gpio_shared_ref *ref, *rpos; in gpio_shared_teardown() local 631 list_for_each_entry_safe(ref, rpos, &entry->refs, list) in gpio_shared_teardown()
|
| /linux/drivers/accessibility/speakup/ |
| H A D | spk_types.h | 68 u_long rpos[8], rx[8], ry[8]; member
|
| H A D | main.c | 1583 speakup_console[vc_num]->ht.rpos[bi] = vc->vc_pos; in update_color_buffer() 1682 spk_pos = spk_cp = speakup_console[vc_num]->ht.rpos[hc]; in speak_highlight()
|
| /linux/fs/ufs/ |
| H A D | util.h | 354 #define ubh_cg_blks(ucpi,cylno,rpos) \ argument 356 (ucpi)->c_boff + (((cylno) * uspi->s_nrpos + (rpos)) << 1 ))))
|
| /linux/kernel/trace/ |
| H A D | ring_buffer.c | 6658 unsigned int rpos = read; in ring_buffer_read_page() local 6694 memcpy(bpage->data + pos, rpage->data + rpos, size); in ring_buffer_read_page() 6699 rpos = reader->read; in ring_buffer_read_page() 6702 if (rpos >= commit) in ring_buffer_read_page()
|