.. | .. |
---|
3 | 3 | * |
---|
4 | 4 | * TPS65217 chip family multi-function driver |
---|
5 | 5 | * |
---|
6 | | - * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ |
---|
| 6 | + * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ |
---|
7 | 7 | * |
---|
8 | 8 | * This program is free software; you can redistribute it and/or |
---|
9 | 9 | * modify it under the terms of the GNU General Public License as |
---|
.. | .. |
---|
205 | 205 | /** |
---|
206 | 206 | * tps65217_reg_write: Write a single tps65217 register. |
---|
207 | 207 | * |
---|
208 | | - * @tps65217: Device to write to. |
---|
| 208 | + * @tps: Device to write to. |
---|
209 | 209 | * @reg: Register to write to. |
---|
210 | 210 | * @val: Value to write. |
---|
211 | 211 | * @level: Password protected level |
---|
.. | .. |
---|
250 | 250 | /** |
---|
251 | 251 | * tps65217_update_bits: Modify bits w.r.t mask, val and level. |
---|
252 | 252 | * |
---|
253 | | - * @tps65217: Device to write to. |
---|
| 253 | + * @tps: Device to write to. |
---|
254 | 254 | * @reg: Register to read-write to. |
---|
255 | 255 | * @mask: Mask. |
---|
256 | 256 | * @val: Value to write. |
---|