Lines Matching defs:mdev
282 #define media_device_register(mdev) __media_device_register(mdev, THIS_MODULE) argument
382 #define media_device_for_each_entity(entity, mdev) \ argument
386 #define media_device_for_each_intf(intf, mdev) \ argument
390 #define media_device_for_each_pad(pad, mdev) \ argument
394 #define media_device_for_each_link(link, mdev) \ argument
432 static inline int media_device_register(struct media_device *mdev) in media_device_register()
436 static inline void media_device_unregister(struct media_device *mdev) in media_device_unregister()
439 static inline int media_device_register_entity(struct media_device *mdev, in media_device_register_entity()
448 struct media_device *mdev, in media_device_register_entity_notify()
453 struct media_device *mdev, in media_device_unregister_entity_notify()
458 static inline void media_device_pci_init(struct media_device *mdev, in media_device_pci_init()
464 static inline void __media_device_usb_init(struct media_device *mdev, in __media_device_usb_init()
486 #define media_device_usb_init(mdev, udev, name) \ argument