Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/i2c/busses/
Di2c-tegra.c1255 enum msg_end_type end_type = MSG_END_STOP; in tegra_i2c_xfer() local
1259 end_type = MSG_END_CONTINUE; in tegra_i2c_xfer()
1261 end_type = MSG_END_REPEAT_START; in tegra_i2c_xfer()
1263 ret = tegra_i2c_xfer_msg(i2c_dev, &msgs[i], end_type); in tegra_i2c_xfer()
/Linux-v5.4/include/linux/
Domap-dma.h175 enum end_type { enum
/Linux-v5.4/tools/lib/bpf/
Dbtf.c185 void *end_type = nohdr_data + hdr->str_off; in btf_parse_type_sec() local
187 while (next_type < end_type) { in btf_parse_type_sec()