Searched refs:len_off (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/hid/ |
| A D | hid-picolcd_debugfs.c | 185 int len_off, err = -EIO; in _picolcd_flash_read() local 198 if (copy_to_user(u+ret, resp->raw_data+len_off+1, raw_data[len_off])) { in _picolcd_flash_read() 202 *off += raw_data[len_off]; in _picolcd_flash_read() 203 s -= raw_data[len_off]; in _picolcd_flash_read() 204 ret += raw_data[len_off]; in _picolcd_flash_read() 239 int len_off; in _picolcd_flash_erase64() local 267 int len_off, err = -EIO; in _picolcd_flash_write() local 273 if (copy_from_user(raw_data+len_off+1, u, raw_data[len_off])) { in _picolcd_flash_write() 278 len_off+1+raw_data[len_off]); in _picolcd_flash_write() 283 if (memcmp(raw_data, resp->raw_data, len_off+1+raw_data[len_off]) != 0) in _picolcd_flash_write() [all …]
|
| /linux/scripts/gdb/linux/ |
| A D | dmesg.py | 83 len_off = printk_info_type.get_type()['text_len'].bitpos // 8 128 text_len = utils.read_u16(infos, info_off + len_off)
|
| /linux/tools/testing/selftests/net/ |
| A D | psock_fanout.c | 147 const int len_off = __builtin_offsetof(struct __sk_buff, len); in sock_fanout_set_ebpf() local 150 { BPF_LDX | BPF_W | BPF_MEM, 0, 6, len_off, 0 }, in sock_fanout_set_ebpf()
|
Completed in 8 milliseconds