Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/i2c/ccs/
Dccs-core.c63 struct ccs_device { struct
1545 const struct ccs_device *ccsdev = device_get_match_data(dev); in ccs_power_on()
3692 static const struct ccs_device smia_device = {
3696 static const struct ccs_device ccs_device = {}; variable
3699 { .id = "MIPI0200", .driver_data = (unsigned long)&ccs_device },
3705 { .compatible = "mipi-ccs-1.1", .data = &ccs_device },
3706 { .compatible = "mipi-ccs-1.0", .data = &ccs_device },
3707 { .compatible = "mipi-ccs", .data = &ccs_device },