Home
last modified time | relevance | path

Searched refs:ipipe (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/media/omap4iss/
H A Diss_ipipe.c23 __ipipe_get_format(struct iss_ipipe_device *ipipe,
45 static void ipipe_print_status(struct iss_ipipe_device *ipipe) in ipipe_print_status() argument
47 struct iss_device *iss = to_iss_device(ipipe); in ipipe_print_status()
70 static void ipipe_enable(struct iss_ipipe_device *ipipe, u8 enable) in ipipe_enable() argument
72 struct iss_device *iss = to_iss_device(ipipe); in ipipe_enable()
82 static void ipipe_configure(struct iss_ipipe_device *ipipe) in ipipe_configure() argument
84 struct iss_device *iss = to_iss_device(ipipe); in ipipe_configure()
88 format = &ipipe->formats[IPIPE_PAD_SINK]; in ipipe_configure()
115 format = &ipipe->formats[IPIPE_PAD_SOURCE_VP]; in ipipe_configure()
130 struct iss_ipipe_device *ipipe = v4l2_get_subdevdata(sd); in ipipe_set_stream() local
[all …]
H A Diss_ipipe.h56 int omap4iss_ipipe_register_entities(struct iss_ipipe_device *ipipe,
58 void omap4iss_ipipe_unregister_entities(struct iss_ipipe_device *ipipe);
H A Diss.c919 omap4iss_ipipe_unregister_entities(&iss->ipipe); in iss_unregister_entities()
1016 ret = omap4iss_ipipe_register_entities(&iss->ipipe, &iss->v4l2_dev); in iss_register_entities()
1127 &iss->ipipe.subdev.entity, IPIPE_PAD_SINK, 0); in iss_create_links()
1132 &iss->ipipe.subdev.entity, IPIPE_PAD_SOURCE_VP, in iss_create_links()
H A Diss.h115 struct iss_ipipe_device ipipe; member
H A Diss_resizer.c734 else if (remote->entity == &iss->ipipe.subdev.entity) in resizer_link_setup()
/OK3568_Linux_fs/kernel/fs/
H A Dsplice.c1001 static int splice_pipe_to_pipe(struct pipe_inode_info *ipipe,
1011 struct pipe_inode_info *ipipe; in do_splice() local
1020 ipipe = get_pipe_info(in, true); in do_splice()
1023 if (ipipe && opipe) { in do_splice()
1028 if (ipipe == opipe) in do_splice()
1034 return splice_pipe_to_pipe(ipipe, opipe, len, flags); in do_splice()
1037 if (ipipe) { in do_splice()
1059 ret = do_splice_from(ipipe, out, &offset, len, flags); in do_splice()
1113 struct pipe_inode_info *ipipe; in __do_splice() local
1118 ipipe = get_pipe_info(in, true); in __do_splice()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Dfreecom.c153 unsigned int ipipe, unsigned int opipe, int count) in freecom_readdata() argument
176 result = usb_stor_bulk_srb(us, ipipe, srb); in freecom_readdata()
186 int unsigned ipipe, unsigned int opipe, int count) in freecom_writedata() argument
225 unsigned int ipipe, opipe; /* We need both pipes. */ in freecom_transport() local
237 ipipe = us->recv_bulk_pipe; in freecom_transport()
265 result = usb_stor_bulk_transfer_buf (us, ipipe, fst, in freecom_transport()
307 result = usb_stor_bulk_transfer_buf (us, ipipe, fst, in freecom_transport()
370 result = freecom_readdata (srb, us, ipipe, opipe, length); in freecom_transport()
375 result = usb_stor_bulk_transfer_buf (us, ipipe, fst, in freecom_transport()
401 result = freecom_writedata (srb, us, ipipe, opipe, length); in freecom_transport()
[all …]
/OK3568_Linux_fs/buildroot/linux/
H A DConfig.ext.in25 https://xenomai.org/downloads/ipipe/
37 https://xenomai.org/downloads/ipipe/v4.x/arm/ipipe-core-4.19.33-arm-2.patch
38 or /home/foo/ipipe-core-4.19.33-arm-2.patch
/OK3568_Linux_fs/buildroot/package/xenomai/
H A Dxenomai.mk26 …ers), LGPL-2.1+ (libraries), GPL-2.0+ (kernel), GFDL-1.2+ (docs), GPL-2.0 (ipipe patch, can driver)