Lines Matching refs:product_id
122 u16 product_id; member
155 u16 product_id; member
163 .product_id = 0x2512,
171 .product_id = 0x2512,
179 .product_id = 0x2513,
187 .product_id = 0x2513,
195 .product_id = 0x2514,
203 .product_id = 0x2514,
211 .product_id = 0x2517,
219 .product_id = 0x2517,
308 i2c_wb[USB251XB_ADDR_PRODUCT_ID_MSB] = (hub->product_id >> 8) & 0xFF; in usb251xb_connect()
309 i2c_wb[USB251XB_ADDR_PRODUCT_ID_LSB] = hub->product_id & 0xFF; in usb251xb_connect()
427 &hub->product_id, 1)) in usb251xb_get_ofdata()
428 hub->product_id = data->product_id; in usb251xb_get_ofdata()