diff options
Diffstat (limited to 'Documentation/driver-api')
| -rw-r--r-- | Documentation/driver-api/firmware/request_firmware.rst | 16 | ||||
| -rw-r--r-- | Documentation/driver-api/infrastructure.rst | 2 | ||||
| -rw-r--r-- | Documentation/driver-api/usb/typec.rst | 2 |
3 files changed, 10 insertions, 10 deletions
diff --git a/Documentation/driver-api/firmware/request_firmware.rst b/Documentation/driver-api/firmware/request_firmware.rst index cf4516dfbf96..d5ec95a7195b 100644 --- a/Documentation/driver-api/firmware/request_firmware.rst +++ b/Documentation/driver-api/firmware/request_firmware.rst | |||
| @@ -17,17 +17,17 @@ an error is returned. | |||
| 17 | 17 | ||
| 18 | request_firmware | 18 | request_firmware |
| 19 | ---------------- | 19 | ---------------- |
| 20 | .. kernel-doc:: drivers/base/firmware_class.c | 20 | .. kernel-doc:: drivers/base/firmware_loader/main.c |
| 21 | :functions: request_firmware | 21 | :functions: request_firmware |
| 22 | 22 | ||
| 23 | request_firmware_direct | 23 | request_firmware_direct |
| 24 | ----------------------- | 24 | ----------------------- |
| 25 | .. kernel-doc:: drivers/base/firmware_class.c | 25 | .. kernel-doc:: drivers/base/firmware_loader/main.c |
| 26 | :functions: request_firmware_direct | 26 | :functions: request_firmware_direct |
| 27 | 27 | ||
| 28 | request_firmware_into_buf | 28 | request_firmware_into_buf |
| 29 | ------------------------- | 29 | ------------------------- |
| 30 | .. kernel-doc:: drivers/base/firmware_class.c | 30 | .. kernel-doc:: drivers/base/firmware_loader/main.c |
| 31 | :functions: request_firmware_into_buf | 31 | :functions: request_firmware_into_buf |
| 32 | 32 | ||
| 33 | Asynchronous firmware requests | 33 | Asynchronous firmware requests |
| @@ -41,7 +41,7 @@ in atomic contexts. | |||
| 41 | 41 | ||
| 42 | request_firmware_nowait | 42 | request_firmware_nowait |
| 43 | ----------------------- | 43 | ----------------------- |
| 44 | .. kernel-doc:: drivers/base/firmware_class.c | 44 | .. kernel-doc:: drivers/base/firmware_loader/main.c |
| 45 | :functions: request_firmware_nowait | 45 | :functions: request_firmware_nowait |
| 46 | 46 | ||
| 47 | Special optimizations on reboot | 47 | Special optimizations on reboot |
| @@ -50,12 +50,12 @@ Special optimizations on reboot | |||
| 50 | Some devices have an optimization in place to enable the firmware to be | 50 | Some devices have an optimization in place to enable the firmware to be |
| 51 | retained during system reboot. When such optimizations are used the driver | 51 | retained during system reboot. When such optimizations are used the driver |
| 52 | author must ensure the firmware is still available on resume from suspend, | 52 | author must ensure the firmware is still available on resume from suspend, |
| 53 | this can be done with firmware_request_cache() insted of requesting for the | 53 | this can be done with firmware_request_cache() instead of requesting for the |
| 54 | firmare to be loaded. | 54 | firmware to be loaded. |
| 55 | 55 | ||
| 56 | firmware_request_cache() | 56 | firmware_request_cache() |
| 57 | ----------------------- | 57 | ------------------------ |
| 58 | .. kernel-doc:: drivers/base/firmware_class.c | 58 | .. kernel-doc:: drivers/base/firmware_loader/main.c |
| 59 | :functions: firmware_request_cache | 59 | :functions: firmware_request_cache |
| 60 | 60 | ||
| 61 | request firmware API expected driver use | 61 | request firmware API expected driver use |
diff --git a/Documentation/driver-api/infrastructure.rst b/Documentation/driver-api/infrastructure.rst index 6d9ff316b608..bee1b9a1702f 100644 --- a/Documentation/driver-api/infrastructure.rst +++ b/Documentation/driver-api/infrastructure.rst | |||
| @@ -28,7 +28,7 @@ Device Drivers Base | |||
| 28 | .. kernel-doc:: drivers/base/node.c | 28 | .. kernel-doc:: drivers/base/node.c |
| 29 | :internal: | 29 | :internal: |
| 30 | 30 | ||
| 31 | .. kernel-doc:: drivers/base/firmware_class.c | 31 | .. kernel-doc:: drivers/base/firmware_loader/main.c |
| 32 | :export: | 32 | :export: |
| 33 | 33 | ||
| 34 | .. kernel-doc:: drivers/base/transport_class.c | 34 | .. kernel-doc:: drivers/base/transport_class.c |
diff --git a/Documentation/driver-api/usb/typec.rst b/Documentation/driver-api/usb/typec.rst index feb31946490b..48ff58095f11 100644 --- a/Documentation/driver-api/usb/typec.rst +++ b/Documentation/driver-api/usb/typec.rst | |||
| @@ -210,7 +210,7 @@ If the connector is dual-role capable, there may also be a switch for the data | |||
| 210 | role. USB Type-C Connector Class does not supply separate API for them. The | 210 | role. USB Type-C Connector Class does not supply separate API for them. The |
| 211 | port drivers can use USB Role Class API with those. | 211 | port drivers can use USB Role Class API with those. |
| 212 | 212 | ||
| 213 | Illustration of the muxes behind a connector that supports an alternate mode: | 213 | Illustration of the muxes behind a connector that supports an alternate mode:: |
| 214 | 214 | ||
| 215 | ------------------------ | 215 | ------------------------ |
| 216 | | Connector | | 216 | | Connector | |
