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

/linux-master/drivers/media/i2c/ccs/
H A Dccs-core.c64 struct ccs_device { struct
1553 const struct ccs_device *ccsdev = device_get_match_data(dev);
3175 const struct ccs_device *ccsdev = device_get_match_data(&client->dev);
3213 const struct ccs_device *ccsdev = device_get_match_data(&client->dev);
3607 static const struct ccs_device smia_device = {
3611 static const struct ccs_device ccs_device = {}; variable in typeref:struct:ccs_device
3614 { .id = "MIPI0200", .driver_data = (unsigned long)&ccs_device },
3620 { .compatible = "mipi-ccs-1.1", .data = &ccs_device },
3621 { .compatible = "mipi-ccs-1.0", .data = &ccs_device },
[all...]

Completed in 102 milliseconds