i2c_check_quirks(9) Function for checking the quirk flags in an i2c adapter

SYNOPSIS

bool i2c_check_quirks(struct i2c_adapter * adap, u64 quirks);

ARGUMENTS

adap

i2c adapter

quirks

quirk flags

RETURN

true if the adapter has all the specified quirk flags, false if not

COPYRIGHT