linux/drivers/media/usb/cx231xx
Mauro Carvalho Chehab 8df00a1581 [media] media: rename the function that create pad links
With the new API, a link can be either between two PADs or between an interface
and an entity. So, we need to use a better name for the function that create
links between two pads.

So, rename the such function to media_create_pad_link().

No functional changes.

This patch was created via this shell script:
	for i in $(find drivers/media -name '*.[ch]' -type f) $(find drivers/staging/media -name '*.[ch]' -type f) $(find include/ -name '*.h' -type f) ; do sed s,media_entity_create_link,media_create_pad_link,g <$i >a && mv a $i; done

Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Tested-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2016-01-11 12:18:43 -02:00
..
cx231xx-417.c [media] cx231xx: fix NTSC cropcap, add missing cropcap for 417 2015-12-18 13:29:49 -02:00
cx231xx-audio.c [media] cx231xx: Remove a bogus check for NULL 2014-11-03 18:56:48 -02:00
cx231xx-avcore.c [media] cx231xx: fix bad indenting 2015-05-01 06:06:49 -03:00
cx231xx-cards.c [media] media: rename the function that create pad links 2016-01-11 12:18:43 -02:00
cx231xx-conf-reg.h
cx231xx-core.c [media] cx231xx: fix bulk transfer mode 2015-11-17 14:53:41 -02:00
cx231xx-dif.h
cx231xx-dvb.c [media] cx231xx_dvb: use demod_i2c for demod attach 2015-11-19 11:23:06 -02:00
cx231xx-i2c.c [media] cx231xx: Improve the log message 2014-11-03 15:59:59 -02:00
cx231xx-input.c [media] cx231xx: Improve the log message 2014-11-03 15:59:59 -02:00
cx231xx-pcb-cfg.c [media] cx231xx: Improve the log message 2014-11-03 15:59:59 -02:00
cx231xx-pcb-cfg.h [media] cx231xx: return an error if it can't read PCB config 2014-07-27 16:57:43 -03:00
cx231xx-reg.h
cx231xx-vbi.c [media] include/media: move driver interface headers to a separate dir 2015-11-17 06:57:29 -02:00
cx231xx-vbi.h
cx231xx-video.c [media] media: get rid of unused "extra_links" param on media_entity_init() 2016-01-11 12:18:39 -02:00
cx231xx.h [media] include/media: move driver interface headers to a separate dir 2015-11-17 06:57:29 -02:00
Kconfig [media] cx231xx: Hauppauge HVR-955Q ATSC/QAM tuner 2015-03-03 10:36:12 -03:00
Makefile