Home
last modified time | relevance | path

Searched refs:end_type (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Domap-dma.h174 enum end_type { enum
/kernel/linux/linux-6.6/include/linux/
H A Domap-dma.h174 enum end_type { enum
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-tegra.c1380 enum msg_end_type end_type = MSG_END_STOP; in tegra_i2c_xfer() local
1385 end_type = MSG_END_CONTINUE; in tegra_i2c_xfer()
1387 end_type = MSG_END_REPEAT_START; in tegra_i2c_xfer()
1389 ret = tegra_i2c_xfer_msg(i2c_dev, &msgs[i], end_type); in tegra_i2c_xfer()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-tegra.c1386 enum msg_end_type end_type = MSG_END_STOP; in tegra_i2c_xfer() local
1391 end_type = MSG_END_CONTINUE; in tegra_i2c_xfer()
1393 end_type = MSG_END_REPEAT_START; in tegra_i2c_xfer()
1404 ret = tegra_i2c_xfer_msg(i2c_dev, &msgs[i], end_type); in tegra_i2c_xfer()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbtf.c363 void *end_type = next_type + hdr->type_len; in btf_parse_type_sec() local
374 while (next_type + sizeof(struct btf_type) <= end_type) { in btf_parse_type_sec()
383 if (next_type + type_size > end_type) { in btf_parse_type_sec()
399 if (next_type != end_type) { in btf_parse_type_sec()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbtf.c417 void *end_type = next_type + hdr->type_len; in btf_parse_type_sec() local
420 while (next_type + sizeof(struct btf_type) <= end_type) { in btf_parse_type_sec()
427 if (next_type + type_size > end_type) { in btf_parse_type_sec()
443 if (next_type != end_type) { in btf_parse_type_sec()

Completed in 19 milliseconds