Lines Matching refs:cx231xx
3 cx231xx-cards.c - driver for Conexant Cx23100/101/102
11 #include "cx231xx.h"
1086 struct cx231xx *dev = ptr;
1118 static void cx231xx_reset_out(struct cx231xx *dev)
1127 static void cx231xx_enable_OSC(struct cx231xx *dev)
1132 static void cx231xx_sleep_s5h1432(struct cx231xx *dev)
1137 static inline void cx231xx_set_model(struct cx231xx *dev)
1145 void cx231xx_pre_card_setup(struct cx231xx *dev)
1173 static void cx231xx_config_tuner(struct cx231xx *dev)
1211 static int read_eeprom(struct cx231xx *dev, struct i2c_client *client,
1250 void cx231xx_card_setup(struct cx231xx *dev)
1321 int cx231xx_config(struct cx231xx *dev)
1323 /* TBD need to add cx231xx specific code */
1332 void cx231xx_config_i2c(struct cx231xx *dev)
1339 static void cx231xx_unregister_media_device(struct cx231xx *dev)
1356 void cx231xx_release_resources(struct cx231xx *dev)
1378 static int cx231xx_media_device_init(struct cx231xx *dev,
1399 static int cx231xx_init_dev(struct cx231xx *dev, struct usb_device *udev,
1425 /* Query cx231xx to find what pcb config it is related to */
1521 struct cx231xx *dev = container_of(work,
1522 struct cx231xx, request_module_wk);
1525 request_module("cx231xx-alsa");
1528 request_module("cx231xx-dvb");
1532 static void request_modules(struct cx231xx *dev)
1538 static void flush_request_modules(struct cx231xx *dev)
1547 static int cx231xx_init_v4l2(struct cx231xx *dev,
1693 struct cx231xx *dev = NULL;
1731 snprintf(dev->name, 29, "cx231xx #%d", nr);
1930 struct cx231xx *dev;
1977 .name = "cx231xx",