Home
last modified time | relevance | path

Searched refs:read_request (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/input/misc/
H A Dariel-pwrbutton.c35 u8 read_request[] = { 0x00, 0x5a, 0xa5, 0x00, 0x00 }; in ec_input_read() local
38 .tx_buf = read_request, in ec_input_read()
40 .len = sizeof(read_request), in ec_input_read()
43 compiletime_assert(sizeof(read_request) == sizeof(*response), in ec_input_read()
/openbmc/qemu/tests/qemu-iotests/
H A Dnbd-fault-injector.py163 def read_request(conn): function
177 req = read_request(conn)
/openbmc/linux/Documentation/admin-guide/perf/
H A Dthunderx2-pmu.rst41 uncore_l3c_0/read_request/,\
/openbmc/qemu/fsdev/
H A Dvirtfs-proxy-helper.c171 static int read_request(int sockfd, struct iovec *iovec, ProxyHeader *header) in read_request() function
885 retval = read_request(sock, &in_iovec, &header); in process_requests()
/openbmc/linux/include/drm/
H A Ddrm_connector.h239 bool read_request; member
/openbmc/linux/drivers/perf/
H A Dthunderx2_pmu.c186 TX2_EVENT_ATTR(read_request, L3_EVENT_READ_REQ);
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_edid.c6088 hdmi->scdc.read_request = true; in drm_parse_hdmi_forum_scds()