Searched refs:vh (Results 1 - 5 of 5) sorted by relevance

/drivers/staging/media/solo6x10/
H A Dv4l2-enc.c438 static inline int vop_interlaced(__le32 *vh) argument
440 return (__le32_to_cpu(vh[0]) >> 30) & 1;
443 static inline u32 vop_size(__le32 *vh) argument
445 return __le32_to_cpu(vh[0]) & 0xFFFFF;
448 static inline u8 vop_hsize(__le32 *vh) argument
450 return (__le32_to_cpu(vh[1]) >> 8) & 0xFF;
453 static inline u8 vop_vsize(__le32 *vh) argument
455 return __le32_to_cpu(vh[1]) & 0xFF;
519 __le32 *vh, unsigned fps, unsigned interval)
526 unsigned width = vop_hsize(vh) <<
518 mpeg4_write_vol(u8 **out, struct solo_dev *solo_dev, __le32 *vh, unsigned fps, unsigned interval) argument
572 h264_write_vol(u8 **out, struct solo_dev *solo_dev, __le32 *vh) argument
630 __le32 vh[VH_WORDS]; local
[all...]
/drivers/mtd/ubi/
H A Dscan.c323 struct ubi_vid_hdr *vh = NULL; local
366 vh = ubi_zalloc_vid_hdr(ubi, GFP_KERNEL);
367 if (!vh)
371 err = ubi_io_read_vid_hdr(ubi, pnum, vh, 0);
385 vid_hdr = vh;
415 ubi_free_vid_hdr(ubi, vh);
427 ubi_free_vid_hdr(ubi, vh);
/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c1804 struct vlan_ethhdr *vh; local
1808 vh = (struct vlan_ethhdr *)skb->data;
1809 protocol = vh->h_vlan_encapsulated_proto;
1882 vh = (struct vlan_ethhdr *)((char *)hwdesc + 2);
1883 skb_copy_from_linear_data(skb, vh, 12);
1884 vh->h_vlan_proto = htons(ETH_P_8021Q);
1885 vh->h_vlan_TCI = htons(vid);
1887 (char *)vh + 16, copy_len - 16);
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c1995 struct vlan_ethhdr *vh; local
2001 vh = (struct vlan_ethhdr *)skb->data;
2003 vlan_tci = vh->h_vlan_TCI;
2056 vh = (struct vlan_ethhdr *)((char *) hwdesc + 2);
2057 skb_copy_from_linear_data(skb, vh, 12);
2058 vh->h_vlan_proto = htons(ETH_P_8021Q);
2059 vh->h_vlan_TCI = htons(vlan_tci);
2062 (char *)vh + 16, copy_len - 16);
/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c1196 struct vlan_hdr *vh = (struct vlan_hdr *)(skb->data); local
1199 (vh->h_vlan_encapsulated_proto == htons(ETH_P_IP) ||
1200 vh->h_vlan_encapsulated_proto == htons(ETH_P_IPV6))) {

Completed in 248 milliseconds