Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/ccs/
H A Dccs-core.c66 struct ccs_device { struct
1655 const struct ccs_device *ccsdev = device_get_match_data(dev); in ccs_power_on()
3227 const struct ccs_device *ccsdev = device_get_match_data(&client->dev); in ccs_firmware_name()
3265 const struct ccs_device *ccsdev = device_get_match_data(&client->dev); in ccs_probe()
3655 static const struct ccs_device smia_device = {
3659 static const struct ccs_device ccs_device = {}; variable
3662 { .id = "MIPI0200", .driver_data = (unsigned long)&ccs_device },
3668 { .compatible = "mipi-ccs-1.1", .data = &ccs_device },
3669 { .compatible = "mipi-ccs-1.0", .data = &ccs_device },
3670 { .compatible = "mipi-ccs", .data = &ccs_device },