id_to_type_table 175 drivers/phy/broadcom/phy-brcm-usb-init.c static const struct id_to_type id_to_type_table[] = { id_to_type_table 761 drivers/phy/broadcom/phy-brcm-usb-init.c for (x = 0; id_to_type_table[x].id; x++) { id_to_type_table 762 drivers/phy/broadcom/phy-brcm-usb-init.c if (family == id_to_type_table[x].id) id_to_type_table 763 drivers/phy/broadcom/phy-brcm-usb-init.c return id_to_type_table[x].type; id_to_type_table 764 drivers/phy/broadcom/phy-brcm-usb-init.c if (family_no_major == (id_to_type_table[x].id & 0xffffff00)) id_to_type_table 765 drivers/phy/broadcom/phy-brcm-usb-init.c if (family > id_to_type_table[x].id && id_to_type_table 766 drivers/phy/broadcom/phy-brcm-usb-init.c last_family < id_to_type_table[x].id) { id_to_type_table 767 drivers/phy/broadcom/phy-brcm-usb-init.c last_family = id_to_type_table[x].id; id_to_type_table 768 drivers/phy/broadcom/phy-brcm-usb-init.c last_type = id_to_type_table[x].type; id_to_type_table 774 drivers/phy/broadcom/phy-brcm-usb-init.c return id_to_type_table[x].type;