Deleted Added
full compact
ioctl_bt848.h (33850) ioctl_bt848.h (36090)
1/*
2 * extensions to ioctl_meteor.h for the bt848 cards
3 */
4
5/*
6 * frequency sets
7 */
8#define CHNLSET_NABCST 1

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

188#define BT848SCLIP _IOW('x', 66, struct _bktr_clip )
189#define BT848GCLIP _IOR('x', 66, struct _bktr_clip )
190
191
192/* set input format */
193#define BT848SFMT _IOW('x', 67, unsigned long )
194#define BT848GFMT _IOR('x', 67, unsigned long )
195
1/*
2 * extensions to ioctl_meteor.h for the bt848 cards
3 */
4
5/*
6 * frequency sets
7 */
8#define CHNLSET_NABCST 1

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

188#define BT848SCLIP _IOW('x', 66, struct _bktr_clip )
189#define BT848GCLIP _IOR('x', 66, struct _bktr_clip )
190
191
192/* set input format */
193#define BT848SFMT _IOW('x', 67, unsigned long )
194#define BT848GFMT _IOR('x', 67, unsigned long )
195
196/* set clear-buffer-on-start */
197#define BT848SCBUF _IOW('x', 68, int)
198#define BT848GCBUF _IOR('x', 68, int)
199
200
196/* Read/Write the BT848's I2C bus directly
197 * b7-b0: data (read/write)
198 * b15-b8: internal peripheral register (write)
199 * b23-b16: i2c addr (write)
200 * b31-b24: 1 = write, 0 = read
201 */
202#define BT848_I2CWR _IOWR('x', 57, u_long) /* i2c read-write */
203/* Support for radio tuner */

--- 20 unchanged lines hidden ---
201/* Read/Write the BT848's I2C bus directly
202 * b7-b0: data (read/write)
203 * b15-b8: internal peripheral register (write)
204 * b23-b16: i2c addr (write)
205 * b31-b24: 1 = write, 0 = read
206 */
207#define BT848_I2CWR _IOWR('x', 57, u_long) /* i2c read-write */
208/* Support for radio tuner */

--- 20 unchanged lines hidden ---