Searched refs:upc (Results 1 – 2 of 2) sorted by relevance
313 __u8 upc : 1; member340 __u8 upc : 1; member
1275 uch upc[10]; in cm206_get_upc() local1279 if (type_1_command(c_read_upc, 10, upc)) in cm206_get_upc()1284 ret[i] = 0x30 | (upc[w] & 0x0f); in cm206_get_upc()1286 ret[i] = 0x30 | ((upc[w] >> 4) & 0x0f); in cm206_get_upc()