Searched refs:cap_buf (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/drivers/video/fbdev/mb862xx/ |
| D | mb862xxfb.h | 62 unsigned long cap_buf; /* capture buffers offset */ member
|
| D | mb862xxfbdrv.c | 366 outreg(disp, GC_L1DA, par->cap_buf); in mb862xxfb_ioctl() 523 par->cap_buf = par->mapped_vram - 0x1bd800 - 0x10000; in mb862xxfb_init_fbinfo() 537 outreg(cap, GC_CAP_CBOA, par->cap_buf); in mb862xxfb_init_fbinfo() 538 outreg(cap, GC_CAP_CBLA, par->cap_buf + par->cap_len); in mb862xxfb_init_fbinfo()
|
| /Linux-v5.10/drivers/block/ |
| D | pktcdvd.c | 1904 unsigned char *cap_buf; in pkt_get_max_speed() local 1907 cap_buf = &buf[sizeof(struct mode_page_header) + pd->mode_offset]; in pkt_get_max_speed() 1913 cgc.buflen = pd->mode_offset + cap_buf[1] + 2 + in pkt_get_max_speed() 1923 if (cap_buf[1] >= 28) in pkt_get_max_speed() 1925 if (cap_buf[1] >= 30) { in pkt_get_max_speed() 1930 int num_spdb = (cap_buf[30] << 8) + cap_buf[31]; in pkt_get_max_speed() 1935 *write_speed = (cap_buf[offset] << 8) | cap_buf[offset + 1]; in pkt_get_max_speed()
|
| /Linux-v5.10/sound/pci/ |
| D | fm801.c | 202 unsigned int cap_buf; member 513 chip->cap_buf = 0; in snd_fm801_capture_prepare() 587 chip->cap_buf++; in snd_fm801_interrupt() 592 if (chip->cap_buf & 1) in snd_fm801_interrupt()
|
| /Linux-v5.10/drivers/net/ethernet/intel/i40e/ |
| D | i40e_main.c | 9618 struct i40e_aqc_list_capabilities_element_resp *cap_buf; in i40e_get_capabilities() local 9625 cap_buf = kzalloc(buf_len, GFP_KERNEL); in i40e_get_capabilities() 9626 if (!cap_buf) in i40e_get_capabilities() 9630 err = i40e_aq_discover_capabilities(&pf->hw, cap_buf, buf_len, in i40e_get_capabilities() 9634 kfree(cap_buf); in i40e_get_capabilities()
|