Home
last modified time | relevance | path

Searched refs:last_op (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dstrfilter.c84 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()
/OK3568_Linux_fs/u-boot/lib/
H A Dslre.c323 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()
/OK3568_Linux_fs/u-boot/cmd/
H A Dmii.c246 static char last_op[2]; variable
291 op[0] = last_op[0]; in do_mii()
292 op[1] = last_op[1]; in do_mii()
444 last_op[0] = op[0]; in do_mii()
445 last_op[1] = op[1]; in do_mii()
H A Dmdio.c18 static char last_op[2]; variable
219 op[0] = last_op[0]; in do_mdio()
287 last_op[0] = op[0]; in do_mdio()
/OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/
H A Dsja1105_tas.c735 if (tas_data->last_op != SJA1105_PTP_ADJUSTFREQ) in sja1105_tas_state_machine()
780 if (tas_data->last_op != SJA1105_PTP_ADJUSTFREQ) { in sja1105_tas_state_machine()
815 if (tas_data->last_op != SJA1105_PTP_ADJUSTFREQ) { in sja1105_tas_state_machine()
848 tas_data->last_op = SJA1105_PTP_CLOCKSTEP; in sja1105_tas_clockstep()
864 tas_data->last_op = SJA1105_PTP_ADJUSTFREQ; in sja1105_tas_adjfreq()
875 tas_data->last_op = SJA1105_PTP_NONE; in sja1105_tas_setup()
H A Dsja1105_tas.h45 enum sja1105_ptp_op last_op; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dio_uring.h373 __u8 last_op; /* last opcode supported */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dfwofld.c84 if (ofld_info->last_op == PKT_OFLD_OP_READ) { in mac_check_fwofld_done()
631 ofld_info->last_op = PKT_OFLD_OP_READ; in mac_read_pkt_ofld()
711 ofld_info->last_op = PKT_OFLD_OP_DEL; in mac_del_pkt_ofld()
807 ofld_info->last_op = PKT_OFLD_OP_ADD; in mac_add_pkt_ofld()
H A Dfwcmd.c1065 if (ofld_info->last_op == PKT_OFLD_OP_READ) in c2h_fwofld_done_ack_hdl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dfwofld.c84 if (ofld_info->last_op == PKT_OFLD_OP_READ) { in mac_check_fwofld_done()
631 ofld_info->last_op = PKT_OFLD_OP_READ; in mac_read_pkt_ofld()
711 ofld_info->last_op = PKT_OFLD_OP_DEL; in mac_del_pkt_ofld()
807 ofld_info->last_op = PKT_OFLD_OP_ADD; in mac_add_pkt_ofld()
H A Dfwcmd.c1065 if (ofld_info->last_op == PKT_OFLD_OP_READ) in c2h_fwofld_done_ack_hdl()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c1266 bool last_op) in brcmnand_low_level_op() argument
1291 if (last_op) in brcmnand_low_level_op()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c1628 bool last_op) in brcmnand_low_level_op() argument
1652 if (last_op) in brcmnand_low_level_op()
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/
H A Dmac_def.h7058 u8 last_op; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/
H A Dmac_def.h7058 u8 last_op; member
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c10357 p->last_op = IORING_OP_LAST - 1; in io_probe()