Lines Matching full:loop

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.
413 * vidtv_psi_desc_assign - Assigns a descriptor loop at some point
414 * @to: Where to assign this descriptor loop to
415 * @desc: The descriptor loop that will be assigned.
417 * This will free the loop in 'to', if any.
423 * vidtv_pmt_desc_assign - Assigns a descriptor loop at some point in a PMT section.
424 * @pmt: The PMT section that will contain the descriptor loop
425 * @to: Where in the PMT to assign this descriptor loop to
426 * @desc: The descriptor loop that will be assigned.
428 * This will free the loop in 'to', if any.
429 * This will assign ownership of the loop to the table, i.e. the table
430 * will free this loop when a call to its destroy function is made.
437 * vidtv_sdt_desc_assign - Assigns a descriptor loop at some point in a SDT.
438 * @sdt: The SDT that will contain the descriptor loop
439 * @to: Where in the PMT to assign this descriptor loop to
440 * @desc: The descriptor loop that will be assigned.
442 * This will free the loop in 'to', if any.
443 * This will assign ownership of the loop to the table, i.e. the table
444 * will free this loop when a call to its destroy function is made.
451 * vidtv_psi_pat_program_assign - Assigns the program loop to the PAT.
453 * @p: The program loop (one or more programs)
455 * This will free the previous program loop in the table.
456 * This will assign ownership of the program loop to the table, i.e. the table
457 * will free this program loop when a call to its destroy function is made.
463 * vidtv_psi_pmt_stream_assign - Assigns the stream loop to the PAT.
465 * @s: The stream loop (one or more streams)
467 * This will free the previous stream loop in the table.
468 * This will assign ownership of the stream loop to the table, i.e. the table
469 * will free this stream loop when a call to its destroy function is made.
643 * struct vidtv_psi_table_transport - A entry in the TS loop for the NIT and/or other tables.
647 * @bitfield: Contains the descriptor loop length
648 * @descriptor: A descriptor loop
665 * @descriptor: A descriptor loop describing the network
666 * @bitfield2: Contains the transport stream loop length
667 * @transport: The transport stream loop
793 * vidtv_psi_eit_event_assign - Assigns the event loop to the EIT.
795 * @e: The event loop
797 * This will free the previous event loop in the table.
798 * This will assign ownership of the stream loop to the table, i.e. the table
799 * will free this stream loop when a call to its destroy function is made.