Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Domap-dma.h174 enum end_type { enum
/linux-6.12.1/drivers/i2c/busses/
Di2c-tegra.c1384 enum msg_end_type end_type = MSG_END_STOP; in tegra_i2c_xfer() local
1389 end_type = MSG_END_CONTINUE; in tegra_i2c_xfer()
1391 end_type = MSG_END_REPEAT_START; in tegra_i2c_xfer()
1402 ret = tegra_i2c_xfer_msg(i2c_dev, &msgs[i], end_type); in tegra_i2c_xfer()
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/
Dadf_rl.c1059 int end_type = incl_default ? RL_ROOT : RL_LEAF; in adf_rl_remove_sla_all() local
1067 for (j = RL_LEAF; j >= end_type; j--) { in adf_rl_remove_sla_all()
/linux-6.12.1/tools/lib/bpf/
Dbtf.c420 void *end_type = next_type + hdr->type_len; in btf_parse_type_sec() local
423 while (next_type + sizeof(struct btf_type) <= end_type) { in btf_parse_type_sec()
430 if (next_type + type_size > end_type) { in btf_parse_type_sec()
446 if (next_type != end_type) { in btf_parse_type_sec()