|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | sca3000_state |
| struct | sca3000_chip_info |
Functions | |
| int | sca3000_read_data_short (struct sca3000_state *st, u8 reg_address_high, int len) |
| int | sca3000_write_reg (struct sca3000_state *st, u8 address, u8 val) |
| int sca3000_read_data_short | ( | struct sca3000_state * | st, |
| u8 | reg_address_high, | ||
| int | len | ||
| ) |
Definition at line 89 of file sca3000_core.c.
| int sca3000_write_reg | ( | struct sca3000_state * | st, |
| u8 | address, | ||
| u8 | val | ||
| ) |
sca3000_write_reg() write a single register : address of register on chip : value to be written to register
The main lock must be held.
Definition at line 82 of file sca3000_core.c.
1.8.2