Searched refs:last_op (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | strfilter.c | 84 struct strfilter_node root, *cur, *last_op; in strfilter_node__new() local 91 last_op = cur = &root; in strfilter_node__new() 97 if (!cur->r || !last_op->r) in strfilter_node__new() 99 cur = strfilter_node__alloc(OP_and, last_op->r, NULL); in strfilter_node__new() 102 last_op->r = cur; in strfilter_node__new() 103 last_op = cur; in strfilter_node__new() 112 last_op = cur; in strfilter_node__new()
|
/openbmc/u-boot/lib/ |
H A D | slre.c | 323 int op, esc, branch_start, last_op, fixup, cap_no, level; in compile() local 327 branch_start = last_op = r->code_size; in compile() 343 last_op = r->code_size; in compile() 347 last_op = r->code_size; in compile() 351 last_op = r->code_size; in compile() 359 last_op = r->code_size; in compile() 390 quantifier(r, last_op, op); in compile() 393 quantifier(r, last_op, QUEST); in compile() 405 last_op = r->code_size; in compile()
|
/openbmc/u-boot/cmd/ |
H A D | mii.c | 245 static char last_op[2]; variable 290 op[0] = last_op[0]; in do_mii() 291 op[1] = last_op[1]; in do_mii() 443 last_op[0] = op[0]; in do_mii() 444 last_op[1] = op[1]; in do_mii()
|
H A D | mdio.c | 16 static char last_op[2]; variable 212 op[0] = last_op[0]; in do_mdio() 280 last_op[0] = op[0]; in do_mdio()
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_tas.c | 740 if (tas_data->last_op != SJA1105_PTP_ADJUSTFREQ) in sja1105_tas_state_machine() 785 if (tas_data->last_op != SJA1105_PTP_ADJUSTFREQ) { in sja1105_tas_state_machine() 820 if (tas_data->last_op != SJA1105_PTP_ADJUSTFREQ) { in sja1105_tas_state_machine() 853 tas_data->last_op = SJA1105_PTP_CLOCKSTEP; in sja1105_tas_clockstep() 869 tas_data->last_op = SJA1105_PTP_ADJUSTFREQ; in sja1105_tas_adjfreq() 880 tas_data->last_op = SJA1105_PTP_NONE; in sja1105_tas_setup()
|
H A D | sja1105_tas.h | 45 enum sja1105_ptp_op last_op; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | io_uring.h | 611 __u8 last_op; /* last opcode supported */ member
|
/openbmc/linux/drivers/mtd/nand/raw/brcmnand/ |
H A D | brcmnand.c | 1718 bool last_op) in brcmnand_low_level_op() argument 1742 if (last_op) in brcmnand_low_level_op()
|
/openbmc/linux/io_uring/ |
H A D | io_uring.c | 4143 p->last_op = IORING_OP_LAST - 1; in io_probe()
|