Home
last modified time | relevance | path

Searched refs:len_off (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/hid/
H A Dhid-picolcd_debugfs.c185 int len_off, err = -EIO; in _picolcd_flash_read() local
189 len_off = _picolcd_flash_setaddr(data, raw_data, *off); in _picolcd_flash_read()
190 raw_data[len_off] = s > 32 ? 32 : s; in _picolcd_flash_read()
191 resp = picolcd_send_and_wait(data->hdev, report_id, raw_data, len_off+1); in _picolcd_flash_read()
196 if (memcmp(raw_data, resp->raw_data, len_off+1) != 0) in _picolcd_flash_read()
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
[all …]
/openbmc/linux/scripts/gdb/linux/
H A Ddmesg.py77 len_off = printk_info_type.get_type()['text_len'].bitpos // 8
125 text_len = utils.read_u16(info, len_off)
/openbmc/linux/tools/testing/selftests/net/
H A Dpsock_fanout.c148 const int len_off = __builtin_offsetof(struct __sk_buff, len); in sock_fanout_set_ebpf() local
151 { BPF_LDX | BPF_W | BPF_MEM, 0, 6, len_off, 0 }, in sock_fanout_set_ebpf()