Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-s3c2410.c78 #define QUIRK_POLL (1 << 3) macro
145 .data = (void *)(QUIRK_S3C2440 | QUIRK_POLL | QUIRK_NO_GPIO) },
177 if (!(i2c->quirks & QUIRK_POLL)) in s3c24xx_i2c_master_complete()
707 if (i2c->quirks & QUIRK_POLL) { in s3c24xx_i2c_doxfer()
861 if (i2c->quirks & QUIRK_POLL) in s3c24xx_i2c_clockrate()
1075 if (!(i2c->quirks & QUIRK_POLL)) { in s3c24xx_i2c_probe()