tm6000_boards 75 drivers/media/usb/tm6000/tm6000-cards.c static struct tm6000_board tm6000_boards[] = { tm6000_boards 973 drivers/media/usb/tm6000/tm6000-cards.c dev->dev_type = tm6000_boards[dev->model].type; tm6000_boards 974 drivers/media/usb/tm6000/tm6000-cards.c dev->tuner_type = tm6000_boards[dev->model].tuner_type; tm6000_boards 975 drivers/media/usb/tm6000/tm6000-cards.c dev->tuner_addr = tm6000_boards[dev->model].tuner_addr; tm6000_boards 977 drivers/media/usb/tm6000/tm6000-cards.c dev->gpio = tm6000_boards[dev->model].gpio; tm6000_boards 979 drivers/media/usb/tm6000/tm6000-cards.c dev->ir_codes = tm6000_boards[dev->model].ir_codes; tm6000_boards 981 drivers/media/usb/tm6000/tm6000-cards.c dev->demod_addr = tm6000_boards[dev->model].demod_addr; tm6000_boards 983 drivers/media/usb/tm6000/tm6000-cards.c dev->caps = tm6000_boards[dev->model].caps; tm6000_boards 985 drivers/media/usb/tm6000/tm6000-cards.c dev->vinput[0] = tm6000_boards[dev->model].vinput[0]; tm6000_boards 986 drivers/media/usb/tm6000/tm6000-cards.c dev->vinput[1] = tm6000_boards[dev->model].vinput[1]; tm6000_boards 987 drivers/media/usb/tm6000/tm6000-cards.c dev->vinput[2] = tm6000_boards[dev->model].vinput[2]; tm6000_boards 988 drivers/media/usb/tm6000/tm6000-cards.c dev->rinput = tm6000_boards[dev->model].rinput; tm6000_boards 1017 drivers/media/usb/tm6000/tm6000-cards.c for (i = 0; i < ARRAY_SIZE(tm6000_boards); i++) { tm6000_boards 1018 drivers/media/usb/tm6000/tm6000-cards.c if (!tm6000_boards[i].eename_size) tm6000_boards 1020 drivers/media/usb/tm6000/tm6000-cards.c if (dev->eedata_size < tm6000_boards[i].eename_pos + tm6000_boards 1021 drivers/media/usb/tm6000/tm6000-cards.c tm6000_boards[i].eename_size) tm6000_boards 1024 drivers/media/usb/tm6000/tm6000-cards.c if (!memcmp(&dev->eedata[tm6000_boards[i].eename_pos], tm6000_boards 1025 drivers/media/usb/tm6000/tm6000-cards.c tm6000_boards[i].eename, tm6000_boards 1026 drivers/media/usb/tm6000/tm6000-cards.c tm6000_boards[i].eename_size)) { tm6000_boards 1039 drivers/media/usb/tm6000/tm6000-cards.c tm6000_boards[model].name, model); tm6000_boards 1210 drivers/media/usb/tm6000/tm6000-cards.c if (card[nr] < ARRAY_SIZE(tm6000_boards)) tm6000_boards 1310 drivers/media/usb/tm6000/tm6000-cards.c printk(KERN_INFO "tm6000: Found %s\n", tm6000_boards[dev->model].name);