Searched refs:vcs (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/drivers/media/video/ |
D | vino.c | 1412 static void vino_update_line_size(struct vino_channel_settings *vcs) in vino_update_line_size() argument 1414 unsigned int w = vcs->clipping.right - vcs->clipping.left; in vino_update_line_size() 1415 unsigned int d = vcs->decimation; in vino_update_line_size() 1416 unsigned int bpp = vino_data_formats[vcs->data_format].bpp; in vino_update_line_size() 1420 "line_size = %d\n", w, d, vcs->line_size); in vino_update_line_size() 1426 vcs->clipping.right = vcs->clipping.left + w; in vino_update_line_size() 1427 vcs->line_size = lsize; in vino_update_line_size() 1430 "line_size = %d\n", w, d, vcs->line_size); in vino_update_line_size() 1434 static void vino_set_clipping(struct vino_channel_settings *vcs, in vino_set_clipping() argument 1441 maxwidth = vino_data_norms[vcs->data_norm].width; in vino_set_clipping() [all …]
|
/linux-3.4.99/drivers/atm/ |
D | idt77252.c | 555 vc = card->vcs[i]; in idt77252_tx_dump() 867 vc = card->vcs[0]; in queue_skb() 1053 vc = card->vcs[VPCI2VC(card, vpi, vci)]; in dequeue_rx() 1295 vc = card->vcs[VPCI2VC(card, vpi, vci)]; in idt77252_rx_raw() 1456 vc = card->vcs[conn & 0x1fff]; in idt77252_tx() 1473 vc = card->vcs[conn & 0x1fff]; in idt77252_tx() 1499 vc = card->vcs[VPCI2VC(card, vpi, vci)]; in idt77252_tx() 2434 if (!card->vcs[index]) { in idt77252_open() 2435 card->vcs[index] = kzalloc(sizeof(struct vc_map), GFP_KERNEL); in idt77252_open() 2436 if (!card->vcs[index]) { in idt77252_open() [all …]
|
D | idt77252.h | 391 struct vc_map **vcs; /* Open Connections */ member
|
/linux-3.4.99/drivers/staging/rtl8712/ |
D | rtl871x_xmit.c | 717 pxmitpriv->vcs = NONE_VCS; in r8712_update_protection() 725 pxmitpriv->vcs = NONE_VCS; in r8712_update_protection() 730 pxmitpriv->vcs = RTS_CTS; in r8712_update_protection() 732 pxmitpriv->vcs = CTS_TO_SELF; in r8712_update_protection() 734 pxmitpriv->vcs = NONE_VCS; in r8712_update_protection()
|
D | rtl871x_xmit.h | 226 u8 vcs; member
|
D | os_intfs.c | 286 pxmitpriv->vcs = pregistrypriv->vcs_type; in init_default_value()
|
/linux-3.4.99/Documentation/ |
D | devices.txt | 261 0 = /dev/vcs Current vc text contents
|