Digital TV device node properties.
More...
#include <dvb-dev.h>
Digital TV device node properties.
- Parameters
-
| path | path for the /dev file handler |
| sysname | Kernel's system name for the device (dvb?.frontend?, for example) |
| dvb_type | type of the DVB device, as defined by enum dvb_dev_type |
| bus_addr | address of the device at the bus. For USB devices, it will be like: usb:3-1.1.4; for PCI devices: pci:0000:01:00.0) |
| bus_id | Id of the device at the bus (optional, PCI ID or USB ID) |
| manufacturer | Device's manufacturer name (optional, only on USB) |
| product | Device's product name (optional, only on USB) |
| serial | Device's serial name (optional, only on USB) |
- Examples
- dvb-fe-tool.c, dvbv5-scan.c, and dvbv5-zap.c.
Definition at line 86 of file dvb-dev.h.
◆ bus_addr
| char* dvb_dev_list::bus_addr |
◆ bus_id
| char* dvb_dev_list::bus_id |
◆ dvb_type
◆ manufacturer
| char* dvb_dev_list::manufacturer |
◆ path
◆ product
| char* dvb_dev_list::product |
◆ serial
| char* dvb_dev_list::serial |
◆ sysname
| char* dvb_dev_list::sysname |
◆ syspath
| char* dvb_dev_list::syspath |
The documentation for this struct was generated from the following file: