OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i2c_read
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/mips/ralink/
ralink_i2c.c
81
static int
i2c_read
(ra_i2c_softc_t *, u_long, u_char *, u_long);
203
return
i2c_read
(sc, addr, buf, len);
265
i2c_read
(ra_i2c_softc_t *sc, u_long addr, u_char *data, u_long nbytes)
function in typeref:typename:int
/src/sys/external/bsd/drm2/dist/drm/
drm_dp_mst_topology.c
399
buf[idx] = (req->u.
i2c_read
.port_number & 0xf) << 4;
400
buf[idx] |= (req->u.
i2c_read
.num_transactions & 0x3);
402
for (i = 0; i < (req->u.
i2c_read
.num_transactions & 0x3); i++) {
403
buf[idx] = req->u.
i2c_read
.transactions[i].i2c_dev_id & 0x7f;
405
buf[idx] = req->u.
i2c_read
.transactions[i].num_bytes;
407
memcpy(&buf[idx], req->u.
i2c_read
.transactions[i].bytes, req->u.
i2c_read
.transactions[i].num_bytes);
408
idx += req->u.
i2c_read
.transactions[i].num_bytes;
410
buf[idx] = (req->u.
i2c_read
.transactions[i].no_stop_bit & 0x1) << 4;
411
buf[idx] |= (req->u.
i2c_read
.transactions[i].i2c_transaction_delay & 0xf)
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link_ddc.c
345
static bool
i2c_read
(
function in typeref:typename:bool
393
if (!
i2c_read
(
400
if (
i2c_read
(ddc,
/src/sys/external/bsd/drm2/dist/include/drm/
drm_dp_mst_helper.h
433
struct drm_dp_remote_i2c_read
i2c_read
;
member in union:drm_dp_sideband_msg_req_body::ack_req
Completed in 14 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025