|
| module_param (core_debug, int, 0644) |
|
| MODULE_PARM_DESC (core_debug,"enable debug messages [core]") |
|
| module_param (reg_debug, int, 0644) |
|
| MODULE_PARM_DESC (reg_debug,"enable debug messages [URB reg]") |
|
| module_param (alt, int, 0644) |
|
| MODULE_PARM_DESC (alt,"alternate setting to use for video endpoint") |
|
| module_param (disable_vbi, int, 0644) |
|
| MODULE_PARM_DESC (disable_vbi,"disable vbi support") |
|
int | em28xx_read_reg_req_len (struct em28xx *dev, u8 req, u16 reg, char *buf, int len) |
|
int | em28xx_read_reg_req (struct em28xx *dev, u8 req, u16 reg) |
|
int | em28xx_read_reg (struct em28xx *dev, u16 reg) |
|
| EXPORT_SYMBOL_GPL (em28xx_read_reg) |
|
int | em28xx_write_regs_req (struct em28xx *dev, u8 req, u16 reg, char *buf, int len) |
|
int | em28xx_write_regs (struct em28xx *dev, u16 reg, char *buf, int len) |
|
| EXPORT_SYMBOL_GPL (em28xx_write_regs) |
|
int | em28xx_write_reg (struct em28xx *dev, u16 reg, u8 val) |
|
| EXPORT_SYMBOL_GPL (em28xx_write_reg) |
|
int | em28xx_write_reg_bits (struct em28xx *dev, u16 reg, u8 val, u8 bitmask) |
|
| EXPORT_SYMBOL_GPL (em28xx_write_reg_bits) |
|
int | em28xx_read_ac97 (struct em28xx *dev, u8 reg) |
|
| EXPORT_SYMBOL_GPL (em28xx_read_ac97) |
|
int | em28xx_write_ac97 (struct em28xx *dev, u8 reg, u16 val) |
|
| EXPORT_SYMBOL_GPL (em28xx_write_ac97) |
|
int | em28xx_audio_analog_set (struct em28xx *dev) |
|
| EXPORT_SYMBOL_GPL (em28xx_audio_analog_set) |
|
int | em28xx_audio_setup (struct em28xx *dev) |
|
| EXPORT_SYMBOL_GPL (em28xx_audio_setup) |
|
int | em28xx_colorlevels_set_default (struct em28xx *dev) |
|
int | em28xx_capture_start (struct em28xx *dev, int start) |
|
int | em28xx_vbi_supported (struct em28xx *dev) |
|
int | em28xx_set_outfmt (struct em28xx *dev) |
|
int | em28xx_resolution_set (struct em28xx *dev) |
|
int | em28xx_set_alternate (struct em28xx *dev) |
|
int | em28xx_gpio_set (struct em28xx *dev, struct em28xx_reg_seq *gpio) |
|
| EXPORT_SYMBOL_GPL (em28xx_gpio_set) |
|
int | em28xx_set_mode (struct em28xx *dev, enum em28xx_mode set_mode) |
|
| EXPORT_SYMBOL_GPL (em28xx_set_mode) |
|
void | em28xx_uninit_isoc (struct em28xx *dev, enum em28xx_mode mode) |
|
| EXPORT_SYMBOL_GPL (em28xx_uninit_isoc) |
|
void | em28xx_stop_urbs (struct em28xx *dev) |
|
| EXPORT_SYMBOL_GPL (em28xx_stop_urbs) |
|
int | em28xx_alloc_isoc (struct em28xx *dev, enum em28xx_mode mode, int max_packets, int num_bufs, int max_pkt_size) |
|
| EXPORT_SYMBOL_GPL (em28xx_alloc_isoc) |
|
int | em28xx_init_isoc (struct em28xx *dev, enum em28xx_mode mode, int max_packets, int num_bufs, int max_pkt_size, int(*isoc_copy)(struct em28xx *dev, struct urb *urb)) |
|
| EXPORT_SYMBOL_GPL (em28xx_init_isoc) |
|
void | em28xx_wake_i2c (struct em28xx *dev) |
|
int | em28xx_register_extension (struct em28xx_ops *ops) |
|
| EXPORT_SYMBOL (em28xx_register_extension) |
|
void | em28xx_unregister_extension (struct em28xx_ops *ops) |
|
| EXPORT_SYMBOL (em28xx_unregister_extension) |
|
void | em28xx_init_extension (struct em28xx *dev) |
|
void | em28xx_close_extension (struct em28xx *dev) |
|