Home
last modified time | relevance | path

Searched refs:pkt_header (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wwan/t7xx/
Dt7xx_port_proxy.c233 unsigned int pkt_header, unsigned int ex_msg) in t7xx_port_send_ccci_skb() argument
244 ccci_h->packet_header = cpu_to_le32(pkt_header); in t7xx_port_send_ccci_skb()
261 u32 pkt_header = 0; in t7xx_port_send_ctl_skb() local
269 pkt_header = CCCI_HEADER_NO_DATA; in t7xx_port_send_ctl_skb()
271 return t7xx_port_send_ccci_skb(port, skb, pkt_header, ex_msg); in t7xx_port_send_ctl_skb()
274 int t7xx_port_send_skb(struct t7xx_port *port, struct sk_buff *skb, unsigned int pkt_header, in t7xx_port_send_skb() argument
303 return t7xx_port_send_ccci_skb(port, skb, pkt_header, ex_msg); in t7xx_port_send_skb()
Dt7xx_port.h141 int t7xx_port_send_skb(struct t7xx_port *port, struct sk_buff *skb, unsigned int pkt_header,
/drivers/gpu/drm/sprd/
Dsprd_dsi.c463 const u8 pkt_header = 6; in sprd_dsi_dpi_video() local
516 bytes_per_chunk = vm->hactive * bpp_x100 / 100 + pkt_header; in sprd_dsi_dpi_video()
541 + pkt_header; in sprd_dsi_dpi_video()
550 if (bytes_left > (pkt_header * chunks)) { in sprd_dsi_dpi_video()
552 pkt_header * chunks) / chunks; in sprd_dsi_dpi_video()