Searched refs:em28xx_hash_mem (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/ |
H A D | em28xx-i2c.c | 611 static inline unsigned long em28xx_hash_mem(char *buf, int length, int bits) in em28xx_hash_mem() function 733 dev->hash = em28xx_hash_mem(data, len, 32); in em28xx_i2c_eeprom() 804 dev->hash = em28xx_hash_mem(data, len, 32); in em28xx_i2c_eeprom() 966 dev->i2c_hash = em28xx_hash_mem(i2c_devicelist, in em28xx_do_i2c_scan()
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | em28xx-i2c.c | 605 static inline unsigned long em28xx_hash_mem(char *buf, int length, int bits) in em28xx_hash_mem() function 727 dev->hash = em28xx_hash_mem(data, len, 32); in em28xx_i2c_eeprom() 798 dev->hash = em28xx_hash_mem(data, len, 32); in em28xx_i2c_eeprom() 960 dev->i2c_hash = em28xx_hash_mem(i2c_devicelist, in em28xx_do_i2c_scan()
|
Completed in 3 milliseconds