Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/usb/em28xx/
Dem28xx-cards.c69 static const struct em28xx_reg_seq default_analog[] = {
75 static const struct em28xx_reg_seq default_digital[] = {
81 static struct em28xx_reg_seq zolid_tuner[] = {
87 static struct em28xx_reg_seq zolid_digital[] = {
96 static const struct em28xx_reg_seq hauppauge_wintv_hvr_900_analog[] = {
103 static const struct em28xx_reg_seq hauppauge_wintv_hvr_900_digital[] = {
111 static const struct em28xx_reg_seq hauppauge_wintv_hvr_900R2_digital[] = {
118 static const struct em28xx_reg_seq em2880_msi_digivox_ad_analog[] = {
124 static const struct em28xx_reg_seq em2882_kworld_315u_digital[] = {
133 static const struct em28xx_reg_seq em2882_kworld_315u_tuner_gpio[] = {
[all …]
Dem28xx.h407 struct em28xx_reg_seq { struct
418 const struct em28xx_reg_seq *gpio; argument
482 const struct em28xx_reg_seq *dvb_gpio;
483 const struct em28xx_reg_seq *suspend_gpio;
484 const struct em28xx_reg_seq *tuner_gpio;
485 const struct em28xx_reg_seq *mute_gpio;
826 int em28xx_gpio_set(struct em28xx *dev, const struct em28xx_reg_seq *gpio);
Dem28xx-dvb.c471 static const struct em28xx_reg_seq hauppauge_hvr930c_init[] = { in hauppauge_hvr930c_init()
477 static const struct em28xx_reg_seq hauppauge_hvr930c_end[] = { in hauppauge_hvr930c_init()
537 static const struct em28xx_reg_seq terratec_h5_init[] = { in terratec_h5_init()
544 static const struct em28xx_reg_seq terratec_h5_end[] = { in terratec_h5_init()
594 static const struct em28xx_reg_seq terratec_htc_stick_init[] = { in terratec_htc_stick_init()
601 static const struct em28xx_reg_seq terratec_htc_stick_end[] = { in terratec_htc_stick_init()
642 static const struct em28xx_reg_seq terratec_htc_usb_xs_init[] = { in terratec_htc_usb_xs_init()
649 static const struct em28xx_reg_seq terratec_htc_usb_xs_end[] = { in terratec_htc_usb_xs_init()
818 static const struct em28xx_reg_seq gpio[] = { in px_bcud_init()
Dem28xx-core.c705 int em28xx_gpio_set(struct em28xx *dev, const struct em28xx_reg_seq *gpio) in em28xx_gpio_set()