Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/busses/
Di2c-s3c2410.c87 #define QUIRK_POLL (1 << 3) macro
160 .data = (void *)(QUIRK_S3C2440 | QUIRK_POLL | QUIRK_NO_GPIO) },
199 if (!(i2c->quirks & QUIRK_POLL)) in s3c24xx_i2c_master_complete()
298 if (i2c->quirks & QUIRK_POLL) { in s3c24xx_i2c_message_start()
739 if (i2c->quirks & QUIRK_POLL) { in s3c24xx_i2c_doxfer()
899 if (i2c->quirks & QUIRK_POLL) in s3c24xx_i2c_clockrate()
1212 if (!(i2c->quirks & QUIRK_POLL)) { in s3c24xx_i2c_probe()