/openbmc/linux/drivers/leds/ |
H A D | leds-lp5562.c | 216 unsigned cmd; in lp5562_update_firmware() local 235 ret = sscanf(c, "%2x", &cmd); in lp5562_update_firmware() 239 pattern[i] = (u8)cmd; in lp5562_update_firmware()
|
/openbmc/linux/drivers/cxl/core/ |
H A D | regs.c | 481 u16 cmd; in __rcrb_to_component() local 503 cmd = readw(addr + PCI_COMMAND); in __rcrb_to_component() 518 if (!(cmd & PCI_COMMAND_MEMORY)) in __rcrb_to_component()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | nand_hynix.c | 72 static int hynix_nand_cmd_op(struct nand_chip *chip, u8 cmd) in hynix_nand_cmd_op() argument 76 NAND_OP_CMD(cmd, 0), in hynix_nand_cmd_op() 83 chip->legacy.cmdfunc(chip, cmd, -1, -1); in hynix_nand_cmd_op()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | allowlist-filter.cpp | 393 std::make_tuple(request->ctx->netFn, request->ctx->cmd, channelMask), in filterMessage() 411 entry("CMD=0x%X", int(request->ctx->cmd))); in filterMessage() 458 entry("CMD=0x%X", int(request->ctx->cmd))); in filterMessage()
|
/openbmc/qemu/target/arm/ |
H A D | gdbstub64.c | 586 .cmd = "MemTags:", 593 .cmd = "IsAddressTagged:", 600 .cmd = "MemTags:",
|
/openbmc/linux/fs/smb/server/ |
H A D | server.c | 109 u16 *cmd) in __process_request() argument 124 *cmd = command; in __process_request() 154 *cmd = command; in __process_request()
|
/openbmc/linux/arch/powerpc/platforms/cell/spufs/ |
H A D | switch.c | 767 unsigned int cmd) in send_mfc_dma() argument 780 command.u.mfc_cmd = cmd; in send_mfc_dma() 805 unsigned int cmd = MFC_PUT_CMD; in save_ls_16kb() local 811 send_mfc_dma(spu, addr, ls_offset, size, tag, rclass, cmd); in save_ls_16kb() 874 unsigned int cmd = MFC_GETFS_CMD; in send_save_code() local 880 send_mfc_dma(spu, addr, ls_offset, size, tag, rclass, cmd); in send_save_code() 1245 unsigned int cmd = MFC_GETFS_CMD; in send_restore_code() local 1251 send_mfc_dma(spu, addr, ls_offset, size, tag, rclass, cmd); in send_restore_code() 1375 unsigned int cmd = MFC_GET_CMD; in restore_ls_16kb() local 1381 send_mfc_dma(spu, addr, ls_offset, size, tag, rclass, cmd); in restore_ls_16kb()
|
/openbmc/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | rtl28xxu.c | 791 int cmd, int arg) in rtl2832u_fc0012_tuner_callback() argument 796 dev_dbg(&d->intf->dev, "cmd=%d arg=%d\n", cmd, arg); in rtl2832u_fc0012_tuner_callback() 798 switch (cmd) { in rtl2832u_fc0012_tuner_callback() 826 int cmd, int arg) in rtl2832u_tua9001_tuner_callback() argument 831 dev_dbg(&d->intf->dev, "cmd=%d arg=%d\n", cmd, arg); in rtl2832u_tua9001_tuner_callback() 839 switch (cmd) { in rtl2832u_tua9001_tuner_callback() 869 int cmd, int arg) in rtl2832u_frontend_callback() argument 892 component, cmd, arg); in rtl2832u_frontend_callback() 898 return rtl2832u_fc0012_tuner_callback(d, cmd, arg); in rtl2832u_frontend_callback() 900 return rtl2832u_tua9001_tuner_callback(d, cmd, arg); in rtl2832u_frontend_callback()
|
/openbmc/linux/drivers/net/hamradio/ |
H A D | scc.c | 215 void __user *data, int cmd); 1304 static unsigned int scc_set_param(struct scc_channel *scc, unsigned int cmd, unsigned int arg) in scc_set_param() argument 1306 switch (cmd) in scc_set_param() 1373 static unsigned long scc_get_param(struct scc_channel *scc, unsigned int cmd) in scc_get_param() argument 1375 switch (cmd) in scc_get_param() 1708 struct ifreq *ifr, void __user *arg, int cmd) in scc_net_siocdevprivate() argument 1720 if (cmd == SIOCSCCCFG) in scc_net_siocdevprivate() 1836 if (cmd == SIOCSCCINI) in scc_net_siocdevprivate() 1853 if (cmd == SIOCSCCCHANINI) in scc_net_siocdevprivate() 1902 switch(cmd) in scc_net_siocdevprivate()
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdnsp-gadget.c | 176 u32 cmd; in cdnsp_quiesce() local 184 cmd = readl(&pdev->op_regs->command); in cdnsp_quiesce() 185 cmd &= mask; in cdnsp_quiesce() 186 writel(cmd, &pdev->op_regs->command); in cdnsp_quiesce() 475 cdnsp_queue_configure_endpoint(pdev, pdev->cmd.in_ctx->dma); in cdnsp_configure_endpoint() 533 cmd_trb = pdev->cmd.command_trb; in cdnsp_wait_for_cmd_compl() 534 pdev->cmd.status = 0; in cdnsp_wait_for_cmd_compl() 587 pdev->cmd.status = GET_COMP_CODE(le32_to_cpu(event->event_cmd.status)); in cdnsp_wait_for_cmd_compl() 588 if (pdev->cmd.status == COMP_SUCCESS) in cdnsp_wait_for_cmd_compl() 591 return -pdev->cmd.status; in cdnsp_wait_for_cmd_compl()
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_core.c | 163 int liquidio_set_feature(struct net_device *netdev, int cmd, u16 param1) in liquidio_set_feature() argument 173 nctrl.ncmd.s.cmd = cmd; in liquidio_set_feature() 268 switch (nctrl->ncmd.s.cmd) { in liquidio_link_ctrl_cmd_completion() 401 nctrl->ncmd.s.cmd); in liquidio_link_ctrl_cmd_completion() 1236 ncmd->s.cmd = OCTNET_CMD_CHANGE_MTU; in liquidio_change_mtu() 1559 ncmd->s.cmd = SEAPI_CMD_SPEED_SET; in liquidio_set_speed() 1626 ncmd->s.cmd = SEAPI_CMD_SPEED_GET; in liquidio_get_speed() 1720 ncmd->s.cmd = SEAPI_CMD_FEC_SET; in liquidio_set_fec() 1791 ncmd->s.cmd = SEAPI_CMD_FEC_GET; in liquidio_get_fec()
|
/openbmc/linux/net/ax25/ |
H A D | af_ax25.c | 364 static int ax25_ctl_ioctl(const unsigned int cmd, void __user *arg) in ax25_ctl_ioctl() argument 379 if (ax25_ctl.arg > ULONG_MAX / HZ && ax25_ctl.cmd != AX25_KILL) in ax25_ctl_ioctl() 396 switch (ax25_ctl.cmd) { in ax25_ctl_ioctl() 1767 static int ax25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in ax25_ioctl() argument 1774 switch (cmd) { in ax25_ioctl() 1803 res = ax25_uid_ioctl(cmd, &sax25); in ax25_ioctl() 1833 res = ax25_rt_ioctl(cmd, argp); in ax25_ioctl() 1841 res = ax25_ctl_ioctl(cmd, argp); in ax25_ioctl() 1870 if (cmd == SIOCAX25GETINFOOLD) { in ax25_ioctl() 1903 res = ax25_fwd_ioctl(cmd, &ax25_fwd); in ax25_ioctl()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ethtool_fdir.c | 116 int ice_get_ethtool_fdir_entry(struct ice_hw *hw, struct ethtool_rxnfc *cmd) in ice_get_ethtool_fdir_entry() argument 123 fsp = (struct ethtool_rx_flow_spec *)&cmd->fs; in ice_get_ethtool_fdir_entry() 232 ice_get_fdir_fltr_ids(struct ice_hw *hw, struct ethtool_rxnfc *cmd, in ice_get_fdir_fltr_ids() argument 240 cmd->data = ice_get_fdir_cnt_all(hw); in ice_get_fdir_fltr_ids() 245 if (cnt == cmd->rule_cnt) { in ice_get_fdir_fltr_ids() 256 cmd->rule_cnt = cnt; in ice_get_fdir_fltr_ids() 1627 int ice_del_fdir_ethtool(struct ice_vsi *vsi, struct ethtool_rxnfc *cmd) in ice_del_fdir_ethtool() argument 1630 (struct ethtool_rx_flow_spec *)&cmd->fs; in ice_del_fdir_ethtool() 1840 int ice_add_fdir_ethtool(struct ice_vsi *vsi, struct ethtool_rxnfc *cmd) in ice_add_fdir_ethtool() argument 1868 fsp = (struct ethtool_rx_flow_spec *)&cmd->fs; in ice_add_fdir_ethtool()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 3981 cmd &= 0xff; in do_semctl() 4234 cmd &= 0xff; in do_msgctl() 4236 switch (cmd) { in do_msgctl() 4467 cmd &= 0xff; in do_shmctl() 4469 switch(cmd) { in do_shmctl() 5585 { TARGET_ ## cmd, cmd, #cmd, access, 0, { __VA_ARGS__ } }, 5587 { TARGET_ ## cmd, cmd, #cmd, access, dofn, { __VA_ARGS__ } }, 5589 { TARGET_ ## cmd, 0, #cmd }, 6741 switch(cmd) { in target_to_host_fcntl_cmd() 7027 switch(cmd) { in do_fcntl() [all …]
|
/openbmc/linux/arch/mips/loongson2ef/lemote-2f/ |
H A D | ec_kb3310b.h | 14 extern int ec_query_seq(unsigned char cmd);
|
/openbmc/u-boot/doc/ |
H A D | README.LED_display | 11 void display_set(int cmd);
|
/openbmc/linux/include/keys/ |
H A D | trusted_tpm.h | 42 int trusted_tpm_send(unsigned char *cmd, size_t buflen);
|
/openbmc/linux/drivers/soc/litex/ |
H A D | litex_soc_ctrl.c | 76 void *cmd) in litex_reset_handler() argument
|
/openbmc/linux/drivers/mmc/core/ |
H A D | queue.h | 43 struct mmc_command cmd; member
|
/openbmc/linux/tools/perf/util/intel-pt-decoder/ |
H A D | Build | 8 @$(call echo-cmd,gen)$(AWK) -f $(inat_tables_script) $(inat_tables_maps) > $@ || rm -f $@
|
/openbmc/linux/drivers/misc/bcm-vk/ |
H A D | bcm_vk_msg.h | 65 u32 cmd; member
|
/openbmc/qemu/include/hw/misc/macio/ |
H A D | pmu.h | 204 uint8_t cmd; member
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | Makefile | 5 obj-$(CONFIG_QCOM_COMMAND_DB) += cmd-db.o
|
/openbmc/linux/include/uapi/linux/dvb/ |
H A D | video.h | 76 __u32 cmd; member
|
/openbmc/linux/fs/ocfs2/ |
H A D | file.h | 65 int ocfs2_change_file_space(struct file *file, unsigned int cmd,
|