HomeSort by: relevance | last modified time | path
    Searched refs:ia_clist (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/i2c/
i2c_enum.h 61 args->ia->ia_clist = clist;
i2c.c 349 ia->ia_clist ? " (" : "",
350 ia->ia_clist ? ia->ia_clist : "",
351 ia->ia_clist ? ")" : "",
736 (const void **)&ia.ia_clist,
738 ia.ia_clist = NULL;
755 if ((ia.ia_name == NULL && ia.ia_clist == NULL) ||
845 match_result = device_compatible_match_strlist(ia->ia_clist,
865 return device_compatible_lookup_strlist(ia->ia_clist,
889 if (ia->ia_clist != NULL && ia->ia_clist_size != 0)
    [all...]
i2cvar.h 155 const char * ia_clist; /* compatible strlist */ member in struct:i2c_attach_args

Completed in 24 milliseconds