Home
last modified time | relevance | path

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

/drivers/i2c/busses/
Di2c-s3c2410.c85 #define QUIRK_POLL (1 << 3) macro
153 .data = (void *)(QUIRK_S3C2440 | QUIRK_POLL | QUIRK_NO_GPIO) },
192 if (!(i2c->quirks & QUIRK_POLL)) in s3c24xx_i2c_master_complete()
291 if (i2c->quirks & QUIRK_POLL) { in s3c24xx_i2c_message_start()
732 if (i2c->quirks & QUIRK_POLL) { in s3c24xx_i2c_doxfer()
892 if (i2c->quirks & QUIRK_POLL) in s3c24xx_i2c_clockrate()
1188 if (!(i2c->quirks & QUIRK_POLL)) { in s3c24xx_i2c_probe()