Changeset cde999a in mainline for uspace/drv/nic/ar9271
- Timestamp:
- 2018-01-04T20:22:51Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3d95c9d, 84a1a54
- Parents:
- 3c7702c0
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 19:18:29)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:22:51)
- Location:
- uspace/drv/nic/ar9271
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/ar9271/ar9271.c
r3c7702c0 rcde999a 734 734 * @param ar9271 AR9271 device structure 735 735 * 736 * @return EOK if succeed, negativeerror code otherwise736 * @return EOK if succeed, error code otherwise 737 737 * 738 738 */ … … 877 877 * @param dev The device structure. 878 878 * 879 * @return EOK if succeed, negativeerror code otherwise879 * @return EOK if succeed, error code otherwise 880 880 */ 881 881 static int ar9271_add_device(ddf_dev_t *dev) -
uspace/drv/nic/ar9271/ath_usb.c
r3c7702c0 rcde999a 56 56 * @param usb_device Connected USB device. 57 57 * 58 * @return EOK if succeed, negativeerror code otherwise.58 * @return EOK if succeed, error code otherwise. 59 59 * 60 60 */ … … 91 91 * @param buffer_size Buffer size. 92 92 * 93 * @return EOK if succeed, negativeerror code otherwise.93 * @return EOK if succeed, error code otherwise. 94 94 * 95 95 */ … … 111 111 * @param transferred_size Real size of read data. 112 112 * 113 * @return EOK if succeed, negativeerror code otherwise.113 * @return EOK if succeed, error code otherwise. 114 114 * 115 115 */ … … 130 130 * @param buffer_size Buffer size. 131 131 * 132 * @return EOK if succeed, negativeerror code otherwise.132 * @return EOK if succeed, error code otherwise. 133 133 * 134 134 */ … … 166 166 * @param transferred_size Real size of read data. 167 167 * 168 * @return EOK if succeed, negativeerror code otherwise.168 * @return EOK if succeed, error code otherwise. 169 169 * 170 170 */ -
uspace/drv/nic/ar9271/htc.c
r3c7702c0 rcde999a 150 150 * @param endpoint_id Destination endpoint. 151 151 * 152 * @return EOK if succeed, negativeerror code otherwise.152 * @return EOK if succeed, error code otherwise. 153 153 * 154 154 */ … … 173 173 * @param endpoint_id Destination endpoint. 174 174 * 175 * @return EOK if succeed, negativeerror code otherwise.175 * @return EOK if succeed, error code otherwise. 176 176 * 177 177 */ … … 196 196 * @param transferred_size Real size of read data. 197 197 * 198 * @return EOK if succeed, negativeerror code otherwise.198 * @return EOK if succeed, error code otherwise. 199 199 * 200 200 */ … … 216 216 * @param transferred_size Real size of read data. 217 217 * 218 * @return EOK if succeed, negativeerror code otherwise.218 * @return EOK if succeed, error code otherwise. 219 219 * 220 220 */ … … 236 236 * 237 237 * @return EOK if succeed, EINVAL when failed to connect service, 238 * negativeerror code otherwise.238 * error code otherwise. 239 239 * 240 240 */ … … 309 309 * @param htc_device HTC device structure. 310 310 * 311 * @return EOK if succeed, negativeerror code otherwise.311 * @return EOK if succeed, error code otherwise. 312 312 * 313 313 */ … … 357 357 * @param htc_device HTC device structure. 358 358 * 359 * @return EOK if succeed, negativeerror code otherwise.359 * @return EOK if succeed, error code otherwise. 360 360 * 361 361 */ … … 391 391 * 392 392 * @return EOK if succeed, EINVAL if response error, 393 * negativeerror code otherwise.393 * error code otherwise. 394 394 * 395 395 */ … … 427 427 * @param htc_device HTC device structure to be initialized. 428 428 * 429 * @return EOK if succeed, negativeerror code otherwise.429 * @return EOK if succeed, error code otherwise. 430 430 * 431 431 */ … … 448 448 * @param htc_device HTC device structure. 449 449 * 450 * @return EOK if succeed, negativeerror code otherwise.450 * @return EOK if succeed, error code otherwise. 451 451 * 452 452 */ -
uspace/drv/nic/ar9271/hw.c
r3c7702c0 rcde999a 49 49 * 50 50 * @return EOK if succeed, ETIMEOUT on timeout, 51 * negativeerror code otherwise.51 * error code otherwise. 52 52 * 53 53 */ … … 215 215 * @param ar9271 Device structure. 216 216 * 217 * @return EOK if succeed, negativeerror code otherwise.217 * @return EOK if succeed, error code otherwise. 218 218 * 219 219 */ … … 636 636 * @param ar9271 Device structure. 637 637 * 638 * @return EOK if succeed, negativeerror code otherwise.638 * @return EOK if succeed, error code otherwise. 639 639 */ 640 640 int hw_init(ar9271_t *ar9271) -
uspace/drv/nic/ar9271/wmi.c
r3c7702c0 rcde999a 47 47 * @param res Stored result. 48 48 * 49 * @return EOK if succeed, negativeerror code otherwise.49 * @return EOK if succeed, error code otherwise. 50 50 * 51 51 */ … … 79 79 * @param val Value to be written 80 80 * 81 * @return EOK if succeed, negativeerror code otherwise.81 * @return EOK if succeed, error code otherwise. 82 82 * 83 83 */ … … 112 112 * @param clear_bit Bit to be cleared. 113 113 * 114 * @return EOK if succeed, negativeerror code otherwise.114 * @return EOK if succeed, error code otherwise. 115 115 * 116 116 */ … … 146 146 * @param set_bit Bit to be set. 147 147 * 148 * @return EOK if succeed, negativeerror code otherwise.148 * @return EOK if succeed, error code otherwise. 149 149 * 150 150 */ … … 161 161 * @param clear_bit Bit to be cleared. 162 162 * 163 * @return EOK if succeed, negativeerror code otherwise.163 * @return EOK if succeed, error code otherwise. 164 164 * 165 165 */ … … 176 176 * @param elements Number of elements in array. 177 177 * 178 * @return EOK if succeed, negativeerror code otherwise.178 * @return EOK if succeed, error code otherwise. 179 179 * 180 180 */ … … 220 220 * @param response_buffer Buffer with response data. 221 221 * 222 * @return EOK if succeed, negativeerror code otherwise.222 * @return EOK if succeed, error code otherwise. 223 223 * 224 224 */
Note:
See TracChangeset
for help on using the changeset viewer.