/linux-6.6.21/drivers/net/ethernet/fungible/funcore/ |
D | fun_hci.h | 151 __u8 subop; member 159 .subop = (_subop), .flags = cpu_to_be16(_flags), \ 185 __u8 subop; member 215 __u8 subop; member 242 __u8 subop; member 259 .subop = (_subop), .flags = cpu_to_be16(_flags), \ 276 .subop = (_subop), .flags = cpu_to_be16(_flags), \ 297 __u8 subop; member 334 .subop = (_subop), .flags = cpu_to_be16(_flags), \ 472 __u8 subop; /* see fun_data_subop enum */ member [all …]
|
/linux-6.6.21/arch/parisc/math-emu/ |
D | fpudispatch.c | 184 u_int class, subop; in fpudispatch() local 197 subop = get_subop1_PA2_0(ir); in fpudispatch() 199 subop = get_subop1_PA1_1(ir); in fpudispatch() 202 subop = get_subop(ir); in fpudispatch() 204 if (FPUDEBUG) printk("class %d subop %d\n", class, subop); in fpudispatch() 209 return(decode_0c(ir,class,subop,fpregs)); in fpudispatch() 211 return(decode_0e(ir,class,subop,fpregs)); in fpudispatch() 239 u_int class, subop, major; in emfpudispatch() local 251 subop = get_subop1_PA2_0(ir); in emfpudispatch() 253 subop = get_subop1_PA1_1(ir); in emfpudispatch() [all …]
|
/linux-6.6.21/drivers/mtd/nand/raw/ |
D | arasan-nand-controller.c | 596 const struct nand_subop *subop, in anfc_parse_instructions() argument 610 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in anfc_parse_instructions() 615 instr = &subop->instrs[op_id]; in anfc_parse_instructions() 628 offset = nand_subop_get_addr_start_off(subop, op_id); in anfc_parse_instructions() 629 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in anfc_parse_instructions() 645 offset = nand_subop_get_data_start_off(subop, op_id); in anfc_parse_instructions() 648 nfc_op->len = nand_subop_get_data_len(subop, op_id); in anfc_parse_instructions() 724 const struct nand_subop *subop, in anfc_misc_data_type_exec() argument 731 ret = anfc_parse_instructions(chip, subop, &nfc_op); in anfc_misc_data_type_exec() 748 const struct nand_subop *subop) in anfc_param_read_type_exec() argument [all …]
|
D | vf610_nfc.c | 347 vf610_get_next_instr(const struct nand_subop *subop, int *op_id) in vf610_get_next_instr() argument 349 if (*op_id + 1 >= subop->ninstrs) in vf610_get_next_instr() 354 return &subop->instrs[*op_id]; in vf610_get_next_instr() 358 const struct nand_subop *subop) in vf610_nfc_cmd() argument 372 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd() 380 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd() 384 int naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in vf610_nfc_cmd() 385 int i = nand_subop_get_addr_start_off(subop, op_id); in vf610_nfc_cmd() 397 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd() 401 trfr_sz = nand_subop_get_data_len(subop, op_id); in vf610_nfc_cmd() [all …]
|
D | nand_base.c | 2280 struct nand_subop subop; member 2354 unsigned int instr_offset = ctx->subop.first_instr_start_off; in nand_op_parser_match_pat() 2356 const struct nand_op_instr *instr = ctx->subop.instrs; in nand_op_parser_match_pat() 2417 ctx->subop.ninstrs = ninstrs; in nand_op_parser_match_pat() 2418 ctx->subop.last_instr_end_off = instr_offset; in nand_op_parser_match_pat() 2430 pr_debug("executing subop (CS%d):\n", ctx->subop.cs); in nand_op_parser_trace() 2435 if (instr == &ctx->subop.instrs[0]) in nand_op_parser_trace() 2440 if (instr == &ctx->subop.instrs[ctx->subop.ninstrs - 1]) in nand_op_parser_trace() 2454 if (a->subop.ninstrs < b->subop.ninstrs) in nand_op_parser_cmp_ctx() 2456 else if (a->subop.ninstrs > b->subop.ninstrs) in nand_op_parser_cmp_ctx() [all …]
|
D | marvell_nand.c | 1710 const struct nand_subop *subop, in marvell_nfc_parse_instructions() argument 1722 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in marvell_nfc_parse_instructions() 1727 instr = &subop->instrs[op_id]; in marvell_nfc_parse_instructions() 1744 offset = nand_subop_get_addr_start_off(subop, op_id); in marvell_nfc_parse_instructions() 1745 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in marvell_nfc_parse_instructions() 1771 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions() 1785 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions() 1800 const struct nand_subop *subop, in marvell_nfc_xfer_data_pio() argument 1806 unsigned int len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_xfer_data_pio() 1807 unsigned int offset = nand_subop_get_data_start_off(subop, op_id); in marvell_nfc_xfer_data_pio() [all …]
|
D | tegra_nand.c | 351 const struct nand_subop *subop) in tegra_nand_cmd() argument 361 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in tegra_nand_cmd() 366 instr = &subop->instrs[op_id]; in tegra_nand_cmd() 383 offset = nand_subop_get_addr_start_off(subop, op_id); in tegra_nand_cmd() 384 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in tegra_nand_cmd() 399 size = nand_subop_get_data_len(subop, op_id); in tegra_nand_cmd() 400 offset = nand_subop_get_data_start_off(subop, op_id); in tegra_nand_cmd() 409 size = nand_subop_get_data_len(subop, op_id); in tegra_nand_cmd() 410 offset = nand_subop_get_data_start_off(subop, op_id); in tegra_nand_cmd()
|
D | cadence-nand-controller.c | 2042 const struct nand_subop *subop) in cadence_nand_cmd_opcode() argument 2051 instr = &subop->instrs[op_id]; in cadence_nand_cmd_opcode() 2072 const struct nand_subop *subop) in cadence_nand_cmd_address() argument 2085 instr = &subop->instrs[op_id]; in cadence_nand_cmd_address() 2093 offset = nand_subop_get_addr_start_off(subop, op_id); in cadence_nand_cmd_address() 2094 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in cadence_nand_cmd_address() 2115 const struct nand_subop *subop) in cadence_nand_cmd_erase() argument 2119 if (subop->instrs[0].ctx.cmd.opcode == NAND_CMD_ERASE1) { in cadence_nand_cmd_erase() 2126 instr = &subop->instrs[1]; in cadence_nand_cmd_erase() 2127 offset = nand_subop_get_addr_start_off(subop, 1); in cadence_nand_cmd_erase() [all …]
|
D | qcom_nandc.c | 2593 const struct nand_subop *subop, in qcom_parse_instructions() argument 2600 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in qcom_parse_instructions() 2604 instr = &subop->instrs[op_id]; in qcom_parse_instructions() 2617 offset = nand_subop_get_addr_start_off(subop, op_id); in qcom_parse_instructions() 2618 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in qcom_parse_instructions() 2681 const struct nand_subop *subop) in qcom_read_status_exec() argument 2695 ret = qcom_parse_instructions(chip, subop, &q_op); in qcom_read_status_exec() 2738 len = nand_subop_get_data_len(subop, op_id); in qcom_read_status_exec() 2745 static int qcom_read_id_type_exec(struct nand_chip *chip, const struct nand_subop *subop) in qcom_read_id_type_exec() argument 2755 ret = qcom_parse_instructions(chip, subop, &q_op); in qcom_read_id_type_exec() [all …]
|
D | pl35x-nand-controller.c | 663 const struct nand_subop *subop) in pl35x_nand_exec_op() argument 675 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in pl35x_nand_exec_op() 676 instr = &subop->instrs[op_id]; in pl35x_nand_exec_op() 691 offset = nand_subop_get_addr_start_off(subop, op_id); in pl35x_nand_exec_op() 692 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in pl35x_nand_exec_op() 707 len = nand_subop_get_data_len(subop, op_id); in pl35x_nand_exec_op()
|
D | rockchip-nand-controller.c | 332 const struct nand_subop *subop) in rk_nfc_cmd() argument 342 for (i = 0; i < subop->ninstrs; i++) { in rk_nfc_cmd() 343 const struct nand_op_instr *instr = &subop->instrs[i]; in rk_nfc_cmd() 352 remaining = nand_subop_get_num_addr_cyc(subop, i); in rk_nfc_cmd() 353 start = nand_subop_get_addr_start_off(subop, i); in rk_nfc_cmd() 362 start = nand_subop_get_data_start_off(subop, i); in rk_nfc_cmd() 363 cnt = nand_subop_get_data_len(subop, i); in rk_nfc_cmd()
|
D | sunxi_nand.c | 1765 const struct nand_subop *subop) in sunxi_nfc_exec_subop() argument 1773 for (i = 0; i < subop->ninstrs; i++) { in sunxi_nfc_exec_subop() 1774 const struct nand_op_instr *instr = &subop->instrs[i]; in sunxi_nfc_exec_subop() 1791 remaining = nand_subop_get_num_addr_cyc(subop, i); in sunxi_nfc_exec_subop() 1792 start = nand_subop_get_addr_start_off(subop, i); in sunxi_nfc_exec_subop() 1806 start = nand_subop_get_data_start_off(subop, i); in sunxi_nfc_exec_subop() 1807 remaining = nand_subop_get_data_len(subop, i); in sunxi_nfc_exec_subop() 1861 const struct nand_subop *subop) in sunxi_nfc_soft_waitrdy() argument 1864 subop->instrs[0].ctx.waitrdy.timeout_ms); in sunxi_nfc_soft_waitrdy()
|
/linux-6.6.21/drivers/acpi/acpica/ |
D | psargs.c | 710 u32 subop; in acpi_ps_get_next_arg() local 804 subop = acpi_ps_peek_opcode(parser_state); in acpi_ps_get_next_arg() 805 if (subop == 0 || in acpi_ps_get_next_arg() 806 acpi_ps_is_leading_char(subop) || in acpi_ps_get_next_arg() 807 ACPI_IS_ROOT_PREFIX(subop) || in acpi_ps_get_next_arg() 808 ACPI_IS_PARENT_PREFIX(subop)) { in acpi_ps_get_next_arg() 838 subop = acpi_ps_peek_opcode(parser_state); in acpi_ps_get_next_arg() 839 if (subop == 0 || in acpi_ps_get_next_arg() 840 acpi_ps_is_leading_char(subop) || in acpi_ps_get_next_arg() 841 ACPI_IS_ROOT_PREFIX(subop) || in acpi_ps_get_next_arg() [all …]
|
/linux-6.6.21/drivers/net/ethernet/fungible/funeth/ |
D | funeth_ktls.c | 11 .subop = FUN_ADMIN_SUBOP_CREATE, in fun_admin_ktls_create() 27 .subop = FUN_ADMIN_SUBOP_MODIFY, in fun_ktls_add() 86 req.subop = FUN_ADMIN_SUBOP_MODIFY; in fun_ktls_del() 110 req.subop = FUN_ADMIN_SUBOP_MODIFY; in fun_ktls_resync()
|
D | funeth_main.c | 159 .u.write.subop = FUN_ADMIN_SUBOP_WRITE, in fun_adi_write() 1920 if (rsp->subop == FUN_ADMIN_SUBOP_NOTIFY) { in fun_event_cb() 1922 } else if (rsp->subop == FUN_ADMIN_SUBOP_RES_COUNT) { in fun_event_cb() 1932 op, rsp->subop); in fun_event_cb()
|
/linux-6.6.21/drivers/gpu/host1x/hw/ |
D | debug_hw.c | 44 unsigned int mask, subop, num, opcode; in show_channel_command() local 142 subop = val >> 24 & 0xf; in show_channel_command() 143 if (subop == HOST1X_OPCODE_EXTEND_ACQUIRE_MLOCK) in show_channel_command() 146 else if (subop == HOST1X_OPCODE_EXTEND_RELEASE_MLOCK) in show_channel_command()
|
/linux-6.6.21/drivers/scsi/csiostor/ |
D | csio_isr.c | 151 uint8_t subop; in csio_process_scsi_cmpl() local 158 subop = FW_SCSI_ABRT_CLS_WR_SUB_OPCODE_GET( in csio_process_scsi_cmpl() 163 subop ? "Close" : "Abort", in csio_process_scsi_cmpl() 167 if (subop) in csio_process_scsi_cmpl()
|
/linux-6.6.21/include/linux/mtd/ |
D | rawnand.h | 869 unsigned int nand_subop_get_addr_start_off(const struct nand_subop *subop, 871 unsigned int nand_subop_get_num_addr_cyc(const struct nand_subop *subop, 873 unsigned int nand_subop_get_data_start_off(const struct nand_subop *subop, 875 unsigned int nand_subop_get_data_len(const struct nand_subop *subop, 966 int (*exec)(struct nand_chip *chip, const struct nand_subop *subop);
|
/linux-6.6.21/Documentation/netlink/ |
D | genetlink.yaml | 247 do: &subop-type 252 request: &subop-attr-list 264 reply: *subop-attr-list 271 dump: *subop-type
|
D | genetlink-c.yaml | 278 do: &subop-type 283 request: &subop-attr-list 295 reply: *subop-attr-list 302 dump: *subop-type
|
D | genetlink-legacy.yaml | 328 do: &subop-type 333 request: &subop-attr-list 352 reply: *subop-attr-list 359 dump: *subop-type
|
D | netlink-raw.yaml | 335 do: &subop-type 340 request: &subop-attr-list 359 reply: *subop-attr-list 366 dump: *subop-type
|
/linux-6.6.21/drivers/mtd/nand/raw/atmel/ |
D | nand-controller.c | 633 const struct nand_subop *subop) in atmel_hsmc_exec_cmd_addr() argument 642 for (i = 0; i < subop->ninstrs; i++) { in atmel_hsmc_exec_cmd_addr() 643 const struct nand_op_instr *instr = &subop->instrs[i]; in atmel_hsmc_exec_cmd_addr() 650 for (j = nand_subop_get_addr_start_off(subop, i); in atmel_hsmc_exec_cmd_addr() 651 j < nand_subop_get_num_addr_cyc(subop, i); j++) { in atmel_hsmc_exec_cmd_addr() 661 const struct nand_subop *subop) in atmel_hsmc_exec_rw() argument 663 const struct nand_op_instr *instr = subop->instrs; in atmel_hsmc_exec_rw() 679 const struct nand_subop *subop) in atmel_hsmc_exec_waitrdy() argument 681 const struct nand_op_instr *instr = subop->instrs; in atmel_hsmc_exec_waitrdy()
|