Lines Matching refs:sd
51 struct sd { struct
1268 struct sd *sd = (struct sd *) gspca_dev; in setbrightness() local
1272 if (sd->sensor == SENSOR_OV562x) { in setbrightness()
1410 struct sd *sd = (struct sd *) gspca_dev; in sd_init() local
1434 sd->sensor = SENSOR_OV965x; in sd_init()
1455 sd->sensor = SENSOR_OV971x; in sd_init()
1484 sd->sensor = SENSOR_OV562x; in sd_init()
1494 sd->sensor = SENSOR_OV361x; in sd_init()
1557 struct sd *sd = (struct sd *) gspca_dev; in sd_start() local
1559 if (sd->sensor == SENSOR_OV971x) in sd_start()
1561 if (sd->sensor == SENSOR_OV562x) in sd_start()
1563 if (sd->sensor == SENSOR_OV361x) in sd_start()
1618 if (((struct sd *)gspca_dev)->sensor == SENSOR_OV361x) { in sd_stopN()
1641 struct sd *sd = (struct sd *) gspca_dev; in sd_pkt_scan() local
1678 if (this_pts != sd->last_pts || this_fid != sd->last_fid) { in sd_pkt_scan()
1682 sd->last_pts = this_pts; in sd_pkt_scan()
1683 sd->last_fid = this_fid; in sd_pkt_scan()
1688 sd->last_pts = 0; in sd_pkt_scan()
1753 struct sd *sd = (struct sd *)gspca_dev; in sd_init_controls() local
1756 if (sd->sensor == SENSOR_OV971x) in sd_init_controls()
1758 if (sd->sensor == SENSOR_OV361x) in sd_init_controls()
1762 if (sd->sensor == SENSOR_OV562x) { in sd_init_controls()
1816 return gspca_dev_probe(intf, id, &sd_desc, sizeof(struct sd), in sd_probe()