@@ -2330,8 +2330,8 @@ struct net_if_api {
2330
2330
* @param name The name this instance of the driver exposes to
2331
2331
* the system.
2332
2332
* @param init_fn Address to the init function of the driver.
2333
- * @param pm Pointer to PM action callback .
2334
- * Can be NULL if not implemented .
2333
+ * @param pm Reference to struct pm_device associated with the device .
2334
+ * (optional) .
2335
2335
* @param data Pointer to the device's private data.
2336
2336
* @param config The address to the structure containing the
2337
2337
* configuration information for this instance of the driver.
@@ -2353,8 +2353,8 @@ struct net_if_api {
2353
2353
*
2354
2354
* @param node_id The devicetree node identifier.
2355
2355
* @param init_fn Address to the init function of the driver.
2356
- * @param pm Pointer to PM action callback .
2357
- * Can be NULL if not implemented .
2356
+ * @param pm Reference to struct pm_device associated with the device .
2357
+ * (optional) .
2358
2358
* @param data Pointer to the device's private data.
2359
2359
* @param config The address to the structure containing the
2360
2360
* configuration information for this instance of the driver.
@@ -2403,8 +2403,8 @@ struct net_if_api {
2403
2403
* the system.
2404
2404
* @param instance Instance identifier.
2405
2405
* @param init_fn Address to the init function of the driver.
2406
- * @param pm Pointer to PM action callback .
2407
- * Can be NULL if not implemented .
2406
+ * @param pm Reference to struct pm_device associated with the device .
2407
+ * (optional) .
2408
2408
* @param data Pointer to the device's private data.
2409
2409
* @param config The address to the structure containing the
2410
2410
* configuration information for this instance of the driver.
@@ -2432,8 +2432,8 @@ struct net_if_api {
2432
2432
* @param node_id The devicetree node identifier.
2433
2433
* @param instance Instance identifier.
2434
2434
* @param init_fn Address to the init function of the driver.
2435
- * @param pm Pointer to PM action callback .
2436
- * Can be NULL if not implemented .
2435
+ * @param pm Reference to struct pm_device associated with the device .
2436
+ * (optional) .
2437
2437
* @param data Pointer to the device's private data.
2438
2438
* @param config The address to the structure containing the
2439
2439
* configuration information for this instance of the driver.
@@ -2482,8 +2482,8 @@ struct net_if_api {
2482
2482
* @param name The name this instance of the driver exposes to
2483
2483
* the system.
2484
2484
* @param init_fn Address to the init function of the driver.
2485
- * @param pm Pointer to PM action callback .
2486
- * Can be NULL if not implemented .
2485
+ * @param pm Reference to struct pm_device associated with the device .
2486
+ * (optional) .
2487
2487
* @param data Pointer to the device's private data.
2488
2488
* @param config The address to the structure containing the
2489
2489
* configuration information for this instance of the driver.
@@ -2506,8 +2506,8 @@ struct net_if_api {
2506
2506
*
2507
2507
* @param node_id The devicetree node identifier.
2508
2508
* @param init_fn Address to the init function of the driver.
2509
- * @param pm Pointer to PM action callback .
2510
- * Can be NULL if not implemented .
2509
+ * @param pm Reference to struct pm_device associated with the device .
2510
+ * (optional) .
2511
2511
* @param data Pointer to the device's private data.
2512
2512
* @param config The address to the structure containing the
2513
2513
* configuration information for this instance of the driver.
0 commit comments