Lines Matching defs:srv
44 #define MPP_REGISTER_DRIVER(srv, flag, X, x) {\ argument
91 static int mpp_add_driver(struct mpp_service *srv, in mpp_add_driver()
114 static int mpp_remove_driver(struct mpp_service *srv, int i) in mpp_remove_driver()
129 static int mpp_register_service(struct mpp_service *srv, in mpp_register_service()
159 static int mpp_remove_service(struct mpp_service *srv) in mpp_remove_service()
169 static int mpp_procfs_remove(struct mpp_service *srv) in mpp_procfs_remove()
238 struct mpp_service *srv = seq->private; in mpp_show_session_summary() local
295 struct mpp_service *srv = file->private; in mpp_show_support_device() local
318 static int mpp_procfs_init(struct mpp_service *srv) in mpp_procfs_init()
341 static inline int mpp_procfs_remove(struct mpp_service *srv) in mpp_procfs_remove()
346 static inline int mpp_procfs_init(struct mpp_service *srv) in mpp_procfs_init()
355 struct mpp_service *srv = NULL; in mpp_service_probe() local
453 struct mpp_service *srv = platform_get_drvdata(pdev); in mpp_service_remove() local