Searched refs:vip (Results 1 - 25 of 36) sorted by relevance

12

/linux-master/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c204 static inline void reg_write(struct sta2x11_vip *vip, unsigned int reg, u32 val) argument
206 iowrite32((val), (vip->iomem)+(reg));
209 static inline u32 reg_read(struct sta2x11_vip *vip, unsigned int reg) argument
211 return ioread32((vip->iomem)+(reg));
214 static void start_dma(struct sta2x11_vip *vip, struct vip_buffer *vip_buf) argument
218 if (vip->format.field == V4L2_FIELD_INTERLACED)
219 offset = vip->format.width * 2;
221 spin_lock_irq(&vip->slock);
223 reg_write(vip, DVP_CTL, reg_read(vip, DVP_CT
231 vip_active_buf_next(struct sta2x11_vip *vip) argument
257 struct sta2x11_vip *vip = vb2_get_drv_priv(vq); local
285 struct sta2x11_vip *vip = vb2_get_drv_priv(vb->vb2_queue); local
303 struct sta2x11_vip *vip = vb2_get_drv_priv(vb->vb2_queue); local
320 struct sta2x11_vip *vip = vb2_get_drv_priv(vb->vb2_queue); local
334 struct sta2x11_vip *vip = vb2_get_drv_priv(vq); local
350 struct sta2x11_vip *vip = vb2_get_drv_priv(vq); local
426 struct sta2x11_vip *vip = video_drvdata(file); local
461 struct sta2x11_vip *vip = video_drvdata(file); local
479 struct sta2x11_vip *vip = video_drvdata(file); local
511 struct sta2x11_vip *vip = video_drvdata(file); local
536 struct sta2x11_vip *vip = video_drvdata(file); local
583 struct sta2x11_vip *vip = video_drvdata(file); local
641 struct sta2x11_vip *vip = video_drvdata(file); local
708 struct sta2x11_vip *vip = video_drvdata(file); local
772 struct sta2x11_vip *vip = data; local
810 sta2x11_vip_init_register(struct sta2x11_vip *vip) argument
824 sta2x11_vip_clear_register(struct sta2x11_vip *vip) argument
837 sta2x11_vip_init_buffer(struct sta2x11_vip *vip) argument
864 sta2x11_vip_init_controls(struct sta2x11_vip *vip) argument
965 struct sta2x11_vip *vip; local
1141 struct sta2x11_vip *vip = local
1179 struct sta2x11_vip *vip = local
1213 struct sta2x11_vip *vip = local
[all...]
/linux-master/fs/freevxfs/
H A Dvxfs_inode.c27 vxfs_dumpi(struct vxfs_inode_info *vip, ino_t ino) argument
36 printk(KERN_DEBUG "mode is %x\n", vip->vii_mode);
38 vip->vii_nlink, vip->vii_uid, vip->vii_gid);
40 vip->vii_size, vip->vii_blocks);
41 printk(KERN_DEBUG "orgtype:%u\n", vip->vii_orgtype);
47 * @vip: VxFS inode
54 vxfs_transmod(struct vxfs_inode_info *vip) argument
76 dip2vip_cpy(struct vxfs_sb_info *sbi, struct vxfs_inode_info *vip, struct vxfs_dinode *dip) argument
153 struct vxfs_inode_info *vip = VXFS_INO(inode); local
157 dip2vip_cpy(VXFS_SBI(sbp), vip, dip); local
184 __vxfs_iget(struct inode *ilistp, struct vxfs_inode_info *vip, ino_t ino) argument
253 struct vxfs_inode_info *vip; local
[all...]
H A Dvxfs_immed.c33 struct vxfs_inode_info *vip = VXFS_INO(folio->mapping->host); local
34 void *src = vip->vii_immed.vi_immed + folio_pos(folio);
H A Dvxfs_bmap.c46 struct vxfs_inode_info *vip = VXFS_INO(ip); local
49 u32 indsize = fs32_to_cpu(sbi, vip->vii_ext4.ve4_indsize);
56 struct direct *d = vip->vii_ext4.ve4_direct + i;
68 fs32_to_cpu(sbi, vip->vii_ext4.ve4_indir[0]));
188 struct vxfs_inode_info *vip = VXFS_INO(ip); local
194 struct vxfs_typed *typ = vip->vii_org.typed + i;
252 struct vxfs_inode_info *vip = VXFS_INO(ip); local
254 if (VXFS_ISEXT4(vip))
256 if (VXFS_ISTYPED(vip))
258 if (VXFS_ISNONE(vip))
[all...]
H A Dvxfs_fshead.c88 struct vxfs_inode_info *vip; local
96 vip = VXFS_INO(infp->vsi_fship);
97 if (!VXFS_ISFSH(vip)) {
99 vip->vii_mode & VXFS_TYPE_MASK);
105 vxfs_dumpi(vip, infp->vsi_fshino);
/linux-master/drivers/staging/media/tegra-video/
H A Dvip.c21 #include "vip.h"
54 struct tegra_vip *vip = vip_channel_to_vip(vip_chan); local
58 err = pm_runtime_resume_and_get(vip->dev);
60 return dev_err_probe(vip->dev, err, "failed to get runtime PM\n");
62 err = vip->soc->ops->vip_start_streaming(vip_chan);
74 pm_runtime_put(vip->dev);
81 struct tegra_vip *vip = vip_channel_to_vip(vip_chan); local
86 pm_runtime_put(vip->dev);
111 static int tegra_vip_channel_of_parse(struct tegra_vip *vip) argument
113 struct device *dev = vip
158 tegra_vip_channel_init(struct tegra_vip *vip) argument
192 struct tegra_vip *vip = host1x_client_to_vip(client); local
212 struct tegra_vip *vip = host1x_client_to_vip(client); local
229 struct tegra_vip *vip; local
259 struct tegra_vip *vip = platform_get_drvdata(pdev); local
[all...]
H A DMakefile5 vip.o \
/linux-master/arch/alpha/kernel/
H A Dcore_cia.c46 #define vip volatile int * macro
116 stat0 = *(vip)CIA_IOC_CIA_ERR;
117 *(vip)CIA_IOC_CIA_ERR = stat0;
119 *(vip)CIA_IOC_CIA_ERR; /* re-read to force write */
123 cia_cfg = *(vip)CIA_IOC_CFG;
124 *(vip)CIA_IOC_CFG = (cia_cfg & ~3) | 1;
126 *(vip)CIA_IOC_CFG;
136 value = *(vip)addr;
149 *(vip)CIA_IOC_CFG = cia_cfg;
151 *(vip)CIA_IOC_CF
[all...]
/linux-master/samples/bpf/
H A Dxdp_tx_iptunnel_kern.c31 __type(key, struct vip);
87 struct vip vip = {}; local
99 vip.protocol = iph->protocol;
100 vip.family = AF_INET;
101 vip.daddr.v4 = iph->daddr;
102 vip.dport = dport;
105 tnl = bpf_map_lookup_elem(&vip2tnl, &vip);
110 /* The vip key is found. Add an IP header and send it out */
147 count_tx(vip
161 struct vip vip = {}; local
[all...]
H A Dxdp_tx_iptunnel_common.h11 struct vip { struct
H A Dxdp_tx_iptunnel_user.c87 printf(" -a <vip-service-address> IPv4 or IPv6\n");
88 printf(" -p <vip-service-port> A port range (e.g. 433-444) is also allowed\n");
163 struct vip vip = {}; local
169 vip.protocol = IPPROTO_TCP;
186 vip.family = parse_ipstr(optarg, vip.daddr.v6);
187 if (vip.family == AF_UNSPEC)
195 vip.protocol = atoi(optarg);
285 vip
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_xdp.c34 __type(key, struct vip);
89 struct vip vip = {}; local
101 vip.protocol = iph->protocol;
102 vip.family = AF_INET;
103 vip.daddr.v4 = iph->daddr;
104 vip.dport = dport;
107 tnl = bpf_map_lookup_elem(&vip2tnl, &vip);
147 count_tx(vip.protocol);
161 struct vip vi local
[all...]
H A Dtest_xdp_loop.c30 __type(key, struct vip);
85 struct vip vip = {}; local
97 vip.protocol = iph->protocol;
98 vip.family = AF_INET;
99 vip.daddr.v4 = iph->daddr;
100 vip.dport = dport;
103 tnl = bpf_map_lookup_elem(&vip2tnl, &vip);
143 count_tx(vip.protocol);
157 struct vip vi local
[all...]
H A Dtest_xdp_dynptr.c37 __type(key, struct vip);
89 struct vip vip = {}; local
110 vip.protocol = iph->protocol;
111 vip.family = AF_INET;
112 vip.daddr.v4 = iph->daddr;
113 vip.dport = dport;
116 tnl = bpf_map_lookup_elem(&vip2tnl, &vip);
154 count_tx(vip.protocol);
170 struct vip vi local
[all...]
H A Dtest_l4lb.c173 __type(key, struct vip);
336 struct vip vip = {}; local
405 memcpy(vip.daddr.v6, pckt.dstv6, 16);
407 vip.daddr.v4 = pckt.dst;
409 vip.dport = pckt.port16[1];
410 vip.protocol = pckt.proto;
411 vip_info = bpf_map_lookup_elem(&vip_map, &vip);
413 vip.dport = 0;
414 vip_info = bpf_map_lookup_elem(&vip_map, &vip);
[all...]
H A Dtest_l4lb_noinline.c169 __type(key, struct vip);
335 struct vip vip = {}; local
404 memcpy(vip.daddr.v6, pckt.dstv6, 16);
406 vip.daddr.v4 = pckt.dst;
408 vip.dport = pckt.port16[1];
409 vip.protocol = pckt.proto;
410 vip_info = bpf_map_lookup_elem(&vip_map, &vip);
412 vip.dport = 0;
413 vip_info = bpf_map_lookup_elem(&vip_map, &vip);
[all...]
H A Dtest_l4lb_noinline_dynptr.c171 __type(key, struct vip);
340 struct vip vip = {}; local
411 memcpy(vip.daddr.v6, pckt.dstv6, 16);
413 vip.daddr.v4 = pckt.dst;
415 vip.dport = pckt.port16[1];
416 vip.protocol = pckt.proto;
417 vip_info = bpf_map_lookup_elem(&vip_map, &vip);
419 vip.dport = 0;
420 vip_info = bpf_map_lookup_elem(&vip_map, &vip);
[all...]
/linux-master/drivers/media/platform/xilinx/
H A DMakefile3 xilinx-video-objs += xilinx-dma.o xilinx-vip.o xilinx-vipp.o
/linux-master/tools/testing/selftests/bpf/
H A Dtest_iptunnel_common.h11 struct vip { struct
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp.c7 struct vip key4 = {.protocol = 6, .family = AF_INET};
8 struct vip key6 = {.protocol = 6, .family = AF_INET6};
H A Dxdp_noinline.c10 struct vip key = {.protocol = 6};
/linux-master/arch/alpha/include/asm/
H A Dcore_lca.h219 #define vip volatile int __force * macro
247 result = *(vip) ((addr << 5) + base_and_type);
283 result = *(vip) ((addr << 5) + base_and_type);
358 #undef vip macro
H A Dcore_apecs.h374 #define vip volatile int __force * macro
401 result = *(vip) ((addr << 5) + base_and_type);
437 result = *(vip) ((addr << 5) + base_and_type);
514 #undef vip macro
H A Dcore_cia.h341 #define vip volatile int __force * macro
358 result = *(vip) ((addr << 5) + base_and_type);
388 result = *(vip) ((addr << 5) + base_and_type);
481 #undef vip macro
/linux-master/net/8021q/
H A Dvlan.h149 struct vlan_dev_priv *vip = vlan_dev_priv(dev); local
151 return vip->ingress_priority_map[(vlan_tci >> VLAN_PRIO_SHIFT) & 0x7];

Completed in 181 milliseconds

12