Home
last modified time | relevance | path

Searched refs:em28xx_reg_seq (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/media/usb/em28xx/
Dem28xx-cards.c83 static struct em28xx_reg_seq default_analog[] = {
89 static struct em28xx_reg_seq default_digital[] = {
95 static struct em28xx_reg_seq hauppauge_wintv_hvr_900_analog[] = {
102 static struct em28xx_reg_seq hauppauge_wintv_hvr_900_digital[] = {
110 static struct em28xx_reg_seq hauppauge_wintv_hvr_900R2_digital[] = {
117 static struct em28xx_reg_seq em2880_msi_digivox_ad_analog[] = {
128 static struct em28xx_reg_seq em2882_kworld_315u_digital[] = {
137 static struct em28xx_reg_seq em2882_kworld_315u_tuner_gpio[] = {
145 static struct em28xx_reg_seq kworld_330u_analog[] = {
151 static struct em28xx_reg_seq kworld_330u_digital[] = {
[all …]
Dem28xx.h376 struct em28xx_reg_seq { struct
387 struct em28xx_reg_seq *gpio; argument
450 struct em28xx_reg_seq *dvb_gpio;
451 struct em28xx_reg_seq *suspend_gpio;
452 struct em28xx_reg_seq *tuner_gpio;
453 struct em28xx_reg_seq *mute_gpio;
772 int em28xx_gpio_set(struct em28xx *dev, struct em28xx_reg_seq *gpio);
Dem28xx-dvb.c466 struct em28xx_reg_seq hauppauge_hvr930c_init[] = { in hauppauge_hvr930c_init()
472 struct em28xx_reg_seq hauppauge_hvr930c_end[] = { in hauppauge_hvr930c_init()
532 struct em28xx_reg_seq terratec_h5_init[] = { in terratec_h5_init()
539 struct em28xx_reg_seq terratec_h5_end[] = { in terratec_h5_init()
588 struct em28xx_reg_seq terratec_htc_stick_init[] = { in terratec_htc_stick_init()
595 struct em28xx_reg_seq terratec_htc_stick_end[] = { in terratec_htc_stick_init()
635 struct em28xx_reg_seq terratec_htc_usb_xs_init[] = { in terratec_htc_usb_xs_init()
642 struct em28xx_reg_seq terratec_htc_usb_xs_end[] = { in terratec_htc_usb_xs_init()
Dem28xx-core.c692 int em28xx_gpio_set(struct em28xx *dev, struct em28xx_reg_seq *gpio) in em28xx_gpio_set()