Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/em28xx/
Dem28xx-cards.c79 static const struct em28xx_reg_seq default_analog[] = {
85 static const struct em28xx_reg_seq default_digital[] = {
91 static struct em28xx_reg_seq zolid_tuner[] = {
97 static struct em28xx_reg_seq zolid_digital[] = {
106 static const struct em28xx_reg_seq hauppauge_wintv_hvr_900_analog[] = {
113 static const struct em28xx_reg_seq hauppauge_wintv_hvr_900_digital[] = {
121 static const struct em28xx_reg_seq hauppauge_wintv_hvr_900R2_digital[] = {
128 static const struct em28xx_reg_seq em2880_msi_digivox_ad_analog[] = {
134 static const struct em28xx_reg_seq em2882_kworld_315u_digital[] = {
143 static const struct em28xx_reg_seq em2882_kworld_315u_tuner_gpio[] = {
[all …]
Dem28xx.h411 struct em28xx_reg_seq { struct
422 const struct em28xx_reg_seq *gpio; argument
486 const struct em28xx_reg_seq *dvb_gpio;
487 const struct em28xx_reg_seq *suspend_gpio;
488 const struct em28xx_reg_seq *tuner_gpio;
489 const struct em28xx_reg_seq *mute_gpio;
830 int em28xx_gpio_set(struct em28xx *dev, const struct em28xx_reg_seq *gpio);
Dem28xx-dvb.c474 struct em28xx_reg_seq hauppauge_hvr930c_init[] = { in hauppauge_hvr930c_init()
480 struct em28xx_reg_seq hauppauge_hvr930c_end[] = { in hauppauge_hvr930c_init()
540 struct em28xx_reg_seq terratec_h5_init[] = { in terratec_h5_init()
547 struct em28xx_reg_seq terratec_h5_end[] = { in terratec_h5_init()
597 struct em28xx_reg_seq terratec_htc_stick_init[] = { in terratec_htc_stick_init()
604 struct em28xx_reg_seq terratec_htc_stick_end[] = { in terratec_htc_stick_init()
645 struct em28xx_reg_seq terratec_htc_usb_xs_init[] = { in terratec_htc_usb_xs_init()
652 struct em28xx_reg_seq terratec_htc_usb_xs_end[] = { in terratec_htc_usb_xs_init()
821 static struct em28xx_reg_seq gpio[] = { in px_bcud_init()
Dem28xx-core.c713 int em28xx_gpio_set(struct em28xx *dev, const struct em28xx_reg_seq *gpio) in em28xx_gpio_set()