Searched refs:te1 (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/wan/
H A Dfsl_qmc_hdlc.c136 const te1_settings *te1)
159 switch (te1->clock_type) {
172 config.line_clock_rate = te1->clock_rate;
177 static int qmc_hdlc_framer_get_iface(struct qmc_hdlc *qmc_hdlc, int *if_iface, te1_settings *te1) argument
200 if (!te1)
205 te1->clock_type = CLOCK_EXT;
208 te1->clock_type = CLOCK_INT;
213 te1->clock_rate = config.line_clock_rate;
474 static int qmc_hdlc_set_iface(struct qmc_hdlc *qmc_hdlc, int if_iface, const te1_settings *te1) argument
484 ret = qmc_hdlc_xlate_slot_map(qmc_hdlc, te1
135 qmc_hdlc_framer_set_iface(struct qmc_hdlc *qmc_hdlc, int if_iface, const te1_settings *te1) argument
508 te1_settings te1; local
[all...]
/linux-master/include/uapi/linux/
H A Dif.h221 te1_settings __user *te1; member in union:if_settings::__anon1184
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c1379 struct reg_state fe1, fe2, te1, te2; local
1391 sim_case(init_t, cond_t, x, y, op, &fe1, &fe2, &te1, &te2, &branch_taken);
1409 !assert_reg_state_eq(&tr1, &te1, "true_reg1") ||
1425 printf("EXPECTED TRUE1: "); print_reg_state(&te1, "\n");

Completed in 127 milliseconds