Searched refs:ccs_device (Results 1 – 1 of 1) sorted by relevance
63 struct ccs_device { struct1551 const struct ccs_device *ccsdev = device_get_match_data(dev); in ccs_power_on()3278 const struct ccs_device *ccsdev = device_get_match_data(&client->dev); in ccs_firmware_name()3314 const struct ccs_device *ccsdev = device_get_match_data(&client->dev); in ccs_probe()3701 static const struct ccs_device smia_device = {3705 static const struct ccs_device ccs_device = {}; variable3708 { .id = "MIPI0200", .driver_data = (unsigned long)&ccs_device },3714 { .compatible = "mipi-ccs-1.1", .data = &ccs_device },3715 { .compatible = "mipi-ccs-1.0", .data = &ccs_device },3716 { .compatible = "mipi-ccs", .data = &ccs_device },