Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-s3c2410.c75 #define QUIRK_S3C2440 (1 << 0) macro
131 .driver_data = QUIRK_S3C2440,
134 .driver_data = QUIRK_S3C2440 | QUIRK_HDMIPHY | QUIRK_NO_GPIO,
144 { .compatible = "samsung,s3c2440-i2c", .data = (void *)QUIRK_S3C2440 },
146 .data = (void *)(QUIRK_S3C2440 | QUIRK_HDMIPHY | QUIRK_NO_GPIO) },
148 .data = (void *)(QUIRK_S3C2440 | QUIRK_POLL | QUIRK_NO_GPIO) },
873 if (i2c->quirks & QUIRK_S3C2440) { in s3c24xx_i2c_clockrate()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-s3c2410.c75 #define QUIRK_S3C2440 (1 << 0) macro
128 .driver_data = QUIRK_S3C2440,
131 .driver_data = QUIRK_S3C2440 | QUIRK_HDMIPHY | QUIRK_NO_GPIO,
141 { .compatible = "samsung,s3c2440-i2c", .data = (void *)QUIRK_S3C2440 },
143 .data = (void *)(QUIRK_S3C2440 | QUIRK_HDMIPHY | QUIRK_NO_GPIO) },
145 .data = (void *)(QUIRK_S3C2440 | QUIRK_POLL | QUIRK_NO_GPIO) },
866 if (i2c->quirks & QUIRK_S3C2440) { in s3c24xx_i2c_clockrate()

Completed in 4 milliseconds