|
Linux Kernel
3.7.1
|
#include "cxd2820r_priv.h"Go to the source code of this file.
Macros | |
| #define | CXD2820R_LOG10_8_24 15151336 /* log10(8) << 24 */ |
Functions | |
| int | cxd2820r_set_frontend_t (struct dvb_frontend *fe) |
| int | cxd2820r_get_frontend_t (struct dvb_frontend *fe) |
| int | cxd2820r_read_ber_t (struct dvb_frontend *fe, u32 *ber) |
| int | cxd2820r_read_signal_strength_t (struct dvb_frontend *fe, u16 *strength) |
| int | cxd2820r_read_snr_t (struct dvb_frontend *fe, u16 *snr) |
| int | cxd2820r_read_ucblocks_t (struct dvb_frontend *fe, u32 *ucblocks) |
| int | cxd2820r_read_status_t (struct dvb_frontend *fe, fe_status_t *status) |
| int | cxd2820r_init_t (struct dvb_frontend *fe) |
| int | cxd2820r_sleep_t (struct dvb_frontend *fe) |
| int | cxd2820r_get_tune_settings_t (struct dvb_frontend *fe, struct dvb_frontend_tune_settings *s) |
| #define CXD2820R_LOG10_8_24 15151336 /* log10(8) << 24 */ |
| int cxd2820r_get_frontend_t | ( | struct dvb_frontend * | fe | ) |
Definition at line 140 of file cxd2820r_t.c.
| int cxd2820r_get_tune_settings_t | ( | struct dvb_frontend * | fe, |
| struct dvb_frontend_tune_settings * | s | ||
| ) |
Definition at line 441 of file cxd2820r_t.c.
| int cxd2820r_init_t | ( | struct dvb_frontend * | fe | ) |
Definition at line 397 of file cxd2820r_t.c.
| int cxd2820r_read_ber_t | ( | struct dvb_frontend * | fe, |
| u32 * | ber | ||
| ) |
Definition at line 257 of file cxd2820r_t.c.
| int cxd2820r_read_signal_strength_t | ( | struct dvb_frontend * | fe, |
| u16 * | strength | ||
| ) |
Definition at line 291 of file cxd2820r_t.c.
| int cxd2820r_read_snr_t | ( | struct dvb_frontend * | fe, |
| u16 * | snr | ||
| ) |
Definition at line 315 of file cxd2820r_t.c.
| int cxd2820r_read_status_t | ( | struct dvb_frontend * | fe, |
| fe_status_t * | status | ||
| ) |
Definition at line 351 of file cxd2820r_t.c.
| int cxd2820r_read_ucblocks_t | ( | struct dvb_frontend * | fe, |
| u32 * | ucblocks | ||
| ) |
Definition at line 344 of file cxd2820r_t.c.
| int cxd2820r_set_frontend_t | ( | struct dvb_frontend * | fe | ) |
Definition at line 24 of file cxd2820r_t.c.
| int cxd2820r_sleep_t | ( | struct dvb_frontend * | fe | ) |
Definition at line 412 of file cxd2820r_t.c.
1.8.2