Home
last modified time | relevance | path

Searched refs:cmd (Results 6726 – 6750 of 6824) sorted by relevance

1...<<261262263264265266267268269270>>...273

/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dctrl.c4445 (FIELD_PREP(IRDMA_CQPSQ_UPESD_SDCMD, info->entry[2].cmd) | in cqp_sds_wqe_fill()
4452 (FIELD_PREP(IRDMA_CQPSQ_UPESD_SDCMD, info->entry[1].cmd) | in cqp_sds_wqe_fill()
4459 FIELD_PREP(IRDMA_CQPSQ_UPESD_SDCMD, info->entry[0].cmd)); in cqp_sds_wqe_fill()
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c6034 static int igc_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) in igc_ioctl() argument
6036 switch (cmd) { in igc_ioctl()
6323 switch (qopt->cmd) { in igc_tsn_enable_qbv_scheduling()
/openbmc/linux/drivers/video/fbdev/sis/
H A Dsis_main.c67 static int sisfb_ioctl(struct fb_info *info, unsigned int cmd,
1688 static int sisfb_ioctl(struct fb_info *info, unsigned int cmd, in sisfb_ioctl() argument
1700 switch(cmd) { in sisfb_ioctl()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dstm32_fmc2_nand.c1319 writeb_relaxed(instr->ctx.cmd.opcode, in stm32_fmc2_nfc_exec_op()
H A Domap2.c2114 iowrite8(instr->ctx.cmd.opcode, in omap_nand_exec_instr()
/openbmc/linux/Documentation/trace/coresight/
H A Dcoresight.rst335 1. using the perf cmd line tools.
/openbmc/linux/arch/xtensa/
H A DKconfig581 use hardware breakpoints (gdb 'hbreak' cmd) to break at _startup.
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.rst266 - u-boot: Convert ${UBOOT_ENV}.cmd into ${UBOOT_ENV}.scr
/openbmc/linux/tools/bpf/bpftool/
H A Dprog.c2509 static const struct cmd cmds[] = {
/openbmc/linux/Documentation/kbuild/
H A Dmakefiles.rst481 $(call cmd,crc32)
530 It stores the executed command in a corresponding .cmd
/openbmc/linux/Documentation/arch/x86/
H A Dresctrl.rst1295 An RMID is allocated to the group once its created and hence the <cmd>
1300 # <cmd>
/openbmc/linux/net/ipv4/
H A Dtcp.c604 int tcp_ioctl(struct sock *sk, int cmd, int *karg) in tcp_ioctl() argument
610 switch (cmd) { in tcp_ioctl()
/openbmc/linux/fs/f2fs/
H A Df2fs.h3494 long f2fs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
3495 long f2fs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v10_0.c8697 uint32_t cmd = 0; in gfx_v10_0_ring_emit_wreg() local
8701 cmd = WRITE_DATA_ENGINE_SEL(1) | WR_CONFIRM; in gfx_v10_0_ring_emit_wreg()
8704 cmd = (1 << 16); /* no inc addr */ in gfx_v10_0_ring_emit_wreg()
8707 cmd = WR_CONFIRM; in gfx_v10_0_ring_emit_wreg()
8711 amdgpu_ring_write(ring, cmd); in gfx_v10_0_ring_emit_wreg()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c14756 wlc_phy_set_rfseq_nphy(struct brcms_phy *pi, u8 cmd, const u8 *events, in wlc_phy_set_rfseq_nphy() argument
14769 t1_offset = cmd << 4; in wlc_phy_set_rfseq_nphy()
21325 void wlc_phy_force_rfseq_nphy(struct brcms_phy *pi, u8 cmd) in wlc_phy_force_rfseq_nphy() argument
21330 switch (cmd) { in wlc_phy_force_rfseq_nphy()
21370 wlc_phy_rfctrl_override_1tomany_nphy(struct brcms_phy *pi, u16 cmd, u16 value, in wlc_phy_rfctrl_override_1tomany_nphy() argument
21378 switch (cmd) { in wlc_phy_rfctrl_override_1tomany_nphy()
/openbmc/u-boot/arch/arm/dts/
H A Dsama5d3.dtsi1517 atmel,nand-cmd-offset = <22>;
/openbmc/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c654 req->cmd = CPL_ABORT_NO_RST; in cxgbit_abort_arp_failure()
/openbmc/linux/drivers/gpu/drm/panel/
H A DKconfig618 tristate "Samsung sofef00/s6e3fc2x01 OnePlus 6/6T DSI cmd mode panels"
/openbmc/linux/drivers/mtd/
H A Dmtdcore.c414 void *cmd) in mtd_reboot_notifier() argument
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c2408 pdev->cmd.command_trb = pdev->cmd_ring->enqueue; in cdnsp_queue_command()
/openbmc/linux/include/net/
H A Dmac80211.h4325 int (*set_key)(struct ieee80211_hw *hw, enum set_key_cmd cmd,
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsm8450.dtsi427 compatible = "qcom,cmd-db";
3207 cmd-pins {
3227 cmd-pins {
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-intro.rst371 -c CMD, --cmd=CMD Specify the task to execute. The exact options
/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_main.c1260 ring->cmd = ring->cmd_base + INC_DEC_CMD_ADDR; in xgene_enet_create_desc_ring()
/openbmc/linux/Documentation/driver-api/
H A Dvfio.rst420 long (*ioctl)(struct vfio_device *vdev, unsigned int cmd,

1...<<261262263264265266267268269270>>...273