Home
last modified time | relevance | path

Searched refs:addr_length (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/hid/
Dhid-cp2112.c451 u8 *addr, int addr_length, in cp2112_i2c_write_read_req() argument
457 addr_length > sizeof(report->target_address)) in cp2112_i2c_write_read_req()
463 report->target_address_length = addr_length; in cp2112_i2c_write_read_req()
464 memcpy(report->target_address, addr, addr_length); in cp2112_i2c_write_read_req()
465 return addr_length + 5; in cp2112_i2c_write_read_req()
/linux-4.4.14/tools/hv/
Dhv_kvp_daemon.c881 int addr_length; in kvp_process_ip_address() local
888 addr_length = INET_ADDRSTRLEN; in kvp_process_ip_address()
892 addr_length = INET6_ADDRSTRLEN; in kvp_process_ip_address()
895 if ((length - *offset) < addr_length + 2) in kvp_process_ip_address()