Print this page
11586 NAME field in man pages should match what's installed
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man9f/usba_hubdi_dev_ops.9f.man.txt
+++ new/usr/src/man/man9f/usba_hubdi_dev_ops.9f.man.txt
1 1 USBA_HCDI_DEV_OPS(9F) Kernel Functions for Drivers USBA_HCDI_DEV_OPS(9F)
2 2
3 3 NAME
4 - usba_hubdi_bus_ops, usba_hubdi_root_hub_power - device operations utility
4 + usba_hubdi_dev_ops, usba_hubdi_root_hub_power - device operations utility
5 5 functions for HCD drivers
6 6
7 7 SYNOPSIS
8 8 int
9 9 usba_hubdi_root_hub_power(dev_info_t *dip, int component, int level);
10 10
11 11 INTERFACE LEVEL
12 12 Volatile - illumos USB HCD private function
13 13
14 14 This is a private function that is not part of the stable DDI. It may be
15 15 removed or changed at any time.
16 16
17 17 PARAMETERS
18 18 For the parameters of the usba_hubdi_root_hub_power() function, see
19 19 power(9E).
20 20
21 21 DESCRIPTION
22 22 The usba_hubdi_root_hub_power() function is a utility function for the
23 23 implementation of USB HCD drivers. USB HCD drivers that support power
24 24 management, should use set the devo_power member of their dev_ops(9S)
25 25 structure to the usba_hubdi_root_hub_power() function. They should not
26 26 implement their own power(9E) function.
27 27
28 28 In addition, drivers should pass the symbol usba_hubdi_busops as the
↓ open down ↓ |
14 lines elided |
↑ open up ↑ |
29 29 devo_bus_ops member. It contains a properly formatted bus operations
30 30 structure.
31 31
32 32 CONTEXT
33 33 This function should not be called directly, it should only be used as a
34 34 member of a device's dev_ops(9S) structure.
35 35
36 36 SEE ALSO
37 37 power(9E), dev_ops(9S)
38 38
39 -illumos September 16, 2016 illumos
39 +illumos August 20, 2019 illumos
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX