Lines Matching defs:service
114 * struct vidtv_psi_desc_service_list - A service list descriptor
183 * struct vidtv_psi_table_sdt_service - Represents a service in the SDT.
205 struct vidtv_psi_table_sdt_service *service;
209 * enum service_running_status - Status of a SDT service.
217 * enum service_type - The type of a SDT service.
397 vidtv_psi_sdt_service_destroy(struct vidtv_psi_table_sdt_service *service);
400 * vidtv_psi_sdt_service_assign - Assigns the service loop to the SDT.
402 * @service: The service loop (one or more services)
404 * This will free the previous service loop in the table.
405 * This will assign ownership of the service loop to the table, i.e. the table
406 * will free this service loop when a call to its destroy function is made.
410 struct vidtv_psi_table_sdt_service *service);