Lines Matching refs:sd
49 struct sd { struct
178 struct sd *sd = (struct sd *) gspca_dev; in sd_start() local
184 intf = usb_ifnum_to_if(sd->gspca_dev.dev, sd->gspca_dev.iface); in sd_start()
185 alt = usb_altnum_to_altsetting(intf, sd->gspca_dev.alt); in sd_start()
246 struct sd *sd = (struct sd *) gspca_dev; in sd_stopN() local
252 if (sd->snapshot_pressed) { in sd_stopN()
255 sd->snapshot_pressed = 0; in sd_stopN()
264 struct sd *sd = (struct sd *) gspca_dev; in sd_isoc_irq() local
289 sd->last_data_urb = urb; in sd_isoc_irq()
294 data_urb = sd->last_data_urb; in sd_isoc_irq()
295 sd->last_data_urb = NULL; in sd_isoc_irq()
347 if (sd->snapshot_pressed != button_state) { in sd_isoc_irq()
352 sd->snapshot_pressed = button_state; in sd_isoc_irq()
467 return gspca_dev_probe(intf, id, &sd_desc, sizeof(struct sd), in sd_probe()