Searched refs:model_no (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/comedi/drivers/
H A Djr3_pci.c111 int model_no; member in struct:jr3_pci_subdev_private
243 val = get_u16(&spriv->sensor->model_no);
430 u16 model_no; local
447 model_no = get_u16(&sensor->model_no);
451 model_no == 0 || serial_no == 0) {
472 spriv->model_no = get_u16(&sensor->model_no);
H A Djr3_pci.h639 * Serial_no & model_no are the two values which uniquely identify a
646 u32 model_no; /* offset 0x00f9 */ member in struct:jr3_sensor
/linux-master/drivers/media/rc/
H A Dite-cir.c1304 int model_no; local
1320 model_no = (int)dev_id->driver_data;
1322 ite_dev_descs[model_no].model);
1325 model_no = model_number;
1327 ite_dev_descs[model_no].model);
1331 dev_desc = &ite_dev_descs[model_no];
/linux-master/drivers/scsi/csiostor/
H A Dcsio_hw.h240 char model_no[16]; member in struct:csio_adap_desc
H A Dcsio_hw.c4321 csio_t5_fcoe_adapters[adap_type].model_no, 16);
/linux-master/drivers/input/keyboard/
H A Dapplespi.c211 * @model_no: the touchpad model number
219 u8 model_no; member in struct:touchpad_info_protocol
1234 tp_info = applespi_find_touchpad_info(rcvd_tp_info->model_no);
1238 rcvd_tp_info->model_no);
1285 rcvd_tp_info->model_no << 8 | rcvd_tp_info->model_flags;

Completed in 167 milliseconds