|
HomePort
|
Go to the source code of this file.
Data Structures | |
| struct | hpd_action |
| struct | hpd_adapter |
| struct | hpd_configuration |
| struct | hpd_device |
| struct | hpd_parameter |
| struct | hpd_service |
Typedefs | |
| typedef struct hpd_adapters | hpd_adapters_t |
| typedef struct hpd_configuration | hpd_configuration_t |
| typedef struct hpd_devices | hpd_devices_t |
| typedef struct hpd_parameters | hpd_parameters_t |
| typedef struct hpd_services | hpd_services_t |
Functions | |
| TAILQ_HEAD (hpd_adapters, hpd_adapter) | |
| TAILQ_HEAD (hpd_devices, hpd_device) | |
| TAILQ_HEAD (hpd_services, hpd_service) | |
| TAILQ_HEAD (hpd_parameters, hpd_parameter) | |
| struct hpd_action |
| Data Fields | ||
|---|---|---|
| hpd_action_f | action | |
| hpd_method_t | method | |
| hpd_service_t * | service | |
| struct hpd_configuration |
| Data Fields | ||
|---|---|---|
| hpd_adapters_t | adapters | |
| hpd_t * | hpd | |
| hpd_listeners_t | listeners | |
| typedef struct hpd_adapters hpd_adapters_t |
| typedef struct hpd_configuration hpd_configuration_t |
| typedef struct hpd_devices hpd_devices_t |
| typedef struct hpd_parameters hpd_parameters_t |
| typedef struct hpd_services hpd_services_t |
| TAILQ_HEAD | ( | hpd_adapters | , |
| hpd_adapter | |||
| ) |
| TAILQ_HEAD | ( | hpd_devices | , |
| hpd_device | |||
| ) |
| TAILQ_HEAD | ( | hpd_services | , |
| hpd_service | |||
| ) |
| TAILQ_HEAD | ( | hpd_parameters | , |
| hpd_parameter | |||
| ) |
1.8.9.1