| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | mii.c | 246 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 D | mdio.c | 18 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 D | sja1105_tas.c | 735 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 D | sja1105_tas.h | 45 enum sja1105_ptp_op last_op; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | io_uring.h | 373 __u8 last_op; /* last opcode supported */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | fwofld.c | 84 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 D | fwcmd.c | 1065 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 D | fwofld.c | 84 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 D | fwcmd.c | 1065 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 D | brcmnand.c | 1266 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 D | brcmnand.c | 1628 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 D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/ |
| H A D | mac_def.h | 7058 u8 last_op; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/ |
| H A D | mac_def.h | 7058 u8 last_op; member
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 10357 p->last_op = IORING_OP_LAST - 1; in io_probe()
|