Lines Matching refs:minor
2918 static int hciops_set_dev_class(int index, uint8_t major, uint8_t minor)
2923 DBG("hci%d major %u minor %u", index, major, minor);
2925 /* Update only the major and minor class bits keeping remaining bits
2928 dev->wanted_cod |= ((major & 0x1f) << 8) | minor;
2934 DBG("Changing Major/Minor class to 0x%06x", dev->wanted_cod);
3394 * major/minor class bits intact */