29 #ifndef STV06XX_ST6422_H_
30 #define STV06XX_ST6422_H_
34 static int st6422_probe(
struct sd *
sd);
35 static int st6422_start(
struct sd *
sd);
36 static int st6422_init(
struct sd *
sd);
37 static int st6422_init_controls(
struct sd *
sd);
38 static int st6422_stop(
struct sd *
sd);
43 .min_packet_size = { 300, 847 },
44 .max_packet_size = { 300, 847 },
46 .init_controls = st6422_init_controls,
47 .probe = st6422_probe,
48 .start = st6422_start,