Lines Matching full:structure
21 * @drv: the driver structure to register
23 * Adds the driver structure to the list of registered drivers
36 * @drv: the driver structure to unregister
38 * Deletes the driver structure from the list of registered TC drivers,
50 * tc_match_device - tell if a TC device structure has a matching
51 * TC device ID structure
53 * @tdev: the TC device structure to match against
57 * tc_device_id structure or %NULL if there is no match.
76 * tc_bus_match - Tell if a device structure has a matching
77 * TC device ID structure
78 * @dev: the device structure to match against