bttv.h (552c69b36ebd966186573b9c7a286b390935cce1) bttv.h (167905540e08e37162adc24066427944f71bf7a4)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 *
4 * bttv - Bt848 frame grabber driver
5 *
6 * card ID's and external interfaces of the bttv driver
7 * basically stuff needed by other drivers (i2c, lirc, ...)
8 * and is supported not to change much over time.

--- 274 unchanged lines hidden (view full) ---

283#define MUXSEL(a, b...) (a | _MUXSEL1(b))
284
285/* identification / initialization of the card */
286extern void bttv_idcard(struct bttv *btv);
287extern void bttv_init_card1(struct bttv *btv);
288extern void bttv_init_card2(struct bttv *btv);
289extern void bttv_init_tuner(struct bttv *btv);
290
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 *
4 * bttv - Bt848 frame grabber driver
5 *
6 * card ID's and external interfaces of the bttv driver
7 * basically stuff needed by other drivers (i2c, lirc, ...)
8 * and is supported not to change much over time.

--- 274 unchanged lines hidden (view full) ---

283#define MUXSEL(a, b...) (a | _MUXSEL1(b))
284
285/* identification / initialization of the card */
286extern void bttv_idcard(struct bttv *btv);
287extern void bttv_init_card1(struct bttv *btv);
288extern void bttv_init_card2(struct bttv *btv);
289extern void bttv_init_tuner(struct bttv *btv);
290
291/* card-specific funtions */
291/* card-specific functions */
292extern void tea5757_set_freq(struct bttv *btv, unsigned short freq);
293extern u32 bttv_tda9880_setnorm(struct bttv *btv, u32 gpiobits);
294
295/* extra tweaks for some chipsets */
296extern void bttv_check_chipset(void);
297extern int bttv_handle_chipset(struct bttv *btv);
298
299/* ---------------------------------------------------------- */

--- 81 unchanged lines hidden ---
292extern void tea5757_set_freq(struct bttv *btv, unsigned short freq);
293extern u32 bttv_tda9880_setnorm(struct bttv *btv, u32 gpiobits);
294
295/* extra tweaks for some chipsets */
296extern void bttv_check_chipset(void);
297extern int bttv_handle_chipset(struct bttv *btv);
298
299/* ---------------------------------------------------------- */

--- 81 unchanged lines hidden ---