Searched refs:eeProm (Results 1 – 2 of 2) sorted by relevance
281 struct eeProm { struct324 #define BT848_WEEPROM _IOWR('x', 50, struct eeProm) /* write to EEProm */325 #define BT848_REEPROM _IOWR('x', 51, struct eeProm) /* read from EEProm */327 #define BT848_SIGNATURE _IOWR('x', 52, struct eeProm) /* read card sig */
1979 offset = (((struct eeProm *)arg)->offset); in tuner_ioctl()1980 count = (((struct eeProm *)arg)->count); in tuner_ioctl()1981 buf = &(((struct eeProm *)arg)->bytes[ 0 ]); in tuner_ioctl()1987 offset = (((struct eeProm *)arg)->offset); in tuner_ioctl()1988 count = (((struct eeProm *)arg)->count); in tuner_ioctl()1989 buf = &(((struct eeProm *)arg)->bytes[ 0 ]); in tuner_ioctl()1995 offset = (((struct eeProm *)arg)->offset); in tuner_ioctl()1996 count = (((struct eeProm *)arg)->count); in tuner_ioctl()1997 buf = &(((struct eeProm *)arg)->bytes[ 0 ]); in tuner_ioctl()