Home
last modified time | relevance | path

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

/linux/include/linux/
A Domap-dma.h174 enum end_type { enum
/linux/drivers/i2c/busses/
A Di2c-tegra.c1376 enum msg_end_type end_type = MSG_END_STOP; in tegra_i2c_xfer() local
1381 end_type = MSG_END_CONTINUE; in tegra_i2c_xfer()
1383 end_type = MSG_END_REPEAT_START; in tegra_i2c_xfer()
1385 ret = tegra_i2c_xfer_msg(i2c_dev, &msgs[i], end_type); in tegra_i2c_xfer()
/linux/tools/lib/bpf/
A Dbtf.c405 void *end_type = next_type + hdr->type_len; in btf_parse_type_sec() local
408 while (next_type + sizeof(struct btf_type) <= end_type) { in btf_parse_type_sec()
415 if (next_type + type_size > end_type) { in btf_parse_type_sec()
431 if (next_type != end_type) { in btf_parse_type_sec()

Completed in 20 milliseconds