Home
last modified time | relevance | path

Searched refs:cmd (Results 7076 – 7100 of 8289) sorted by relevance

1...<<281282283284285286287288289290>>...332

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Datmel_mxt_ts.c1234 static void mxt_update_crc(struct mxt_data *data, u8 cmd, u8 value) in mxt_update_crc() argument
1243 mxt_t6_command(data, cmd, value, true); in mxt_update_crc()
2331 u8 cmd = mode; in mxt_read_diagnostic_debug() local
2339 cmd); in mxt_read_diagnostic_debug()
2376 cmd = MXT_DIAGNOSTIC_PAGEUP; in mxt_read_diagnostic_debug()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/
H A Drt61pci.c330 if (crypto->cmd == SET_KEY) { in rt61pci_config_pairwise_key()
403 if (crypto->cmd == SET_KEY) in rt61pci_config_pairwise_key()
405 else if (crypto->cmd == DISABLE_KEY) in rt61pci_config_pairwise_key()
412 if (crypto->cmd == SET_KEY) in rt61pci_config_pairwise_key()
414 else if (crypto->cmd == DISABLE_KEY) in rt61pci_config_pairwise_key()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c5861 struct ethtool_rxnfc *cmd) in hclge_add_fd_entry() argument
5884 fs = (struct ethtool_rx_flow_spec *)&cmd->fs; in hclge_add_fd_entry()
5950 struct ethtool_rxnfc *cmd) in hclge_del_fd_entry() argument
5960 fs = (struct ethtool_rx_flow_spec *)&cmd->fs; in hclge_del_fd_entry()
6060 struct ethtool_rxnfc *cmd) in hclge_get_fd_rule_cnt() argument
6068 cmd->rule_cnt = hdev->hclge_fd_rule_num; in hclge_get_fd_rule_cnt()
6069 cmd->data = hdev->fd_cfg.rule_num[HCLGE_FD_STAGE_1]; in hclge_get_fd_rule_cnt()
6217 struct ethtool_rxnfc *cmd) in hclge_get_fd_rule_info() argument
6228 fs = (struct ethtool_rx_flow_spec *)&cmd->fs; in hclge_get_fd_rule_info()
6294 struct ethtool_rxnfc *cmd, u32 *rule_locs) in hclge_get_all_rules() argument
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dstandard.py371 cmd = ['git', 'ls-tree', '-z', treeish]
373 cmd.append('-r')
374 out, _ = bb.process.run(cmd, cwd=repodir)
1371 cmd = ['diff', '--new-line-format=%L', '--old-line-format=',
1373 pipe = subprocess.Popen(cmd, stdout=subprocess.PIPE,
1387 raise bb.process.ExecutionError(cmd, pipe.returncode, stdout, stderr)
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Ddriver.h679 struct mlx5_cmd cmd; member
760 struct mlx5_cmd *cmd; member
/OK3568_Linux_fs/kernel/drivers/misc/rockchip/
H A Dpcie-rkep.c242 static long pcie_rkep_ioctl(struct file *file, unsigned int cmd, unsigned long args) in pcie_rkep_ioctl() argument
254 switch (cmd) { in pcie_rkep_ioctl()
/OK3568_Linux_fs/kernel/sound/usb/usx2y/
H A Dusbusx2yaudio.c517 static int snd_usx2y_pcm_trigger(struct snd_pcm_substream *substream, int cmd) in snd_usx2y_pcm_trigger() argument
521 switch (cmd) { in snd_usx2y_pcm_trigger()
/OK3568_Linux_fs/kernel/sound/soc/qcom/
H A Dlpass-cpu.c289 int cmd, struct snd_soc_dai *dai) in lpass_cpu_daiops_trigger() argument
296 switch (cmd) { in lpass_cpu_daiops_trigger()
/OK3568_Linux_fs/kernel/drivers/char/
H A Drandom.c1324 static long random_ioctl(struct file *f, unsigned int cmd, unsigned long arg) in random_ioctl() argument
1329 switch (cmd) { in random_ioctl()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py240 cmd = '%s %s' % ('ls', os.path.join(layer.local_source_dir,'recipes-*/*/*.bb'))
241 …recipes_list = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE,stderr=subprocess.STDOUT).…
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Duart.c708 static int gb_tty_ioctl(struct tty_struct *tty, unsigned int cmd, in gb_tty_ioctl() argument
713 switch (cmd) { in gb_tty_ioctl()
/OK3568_Linux_fs/kernel/sound/drivers/vx/
H A Dvx_pcm.c713 static int vx_pcm_trigger(struct snd_pcm_substream *subs, int cmd) in vx_pcm_trigger() argument
722 switch (cmd) { in vx_pcm_trigger()
/OK3568_Linux_fs/kernel/sound/soc/sunxi/
H A Dsun4i-i2s.c793 static int sun4i_i2s_trigger(struct snd_pcm_substream *substream, int cmd, in sun4i_i2s_trigger() argument
798 switch (cmd) { in sun4i_i2s_trigger()
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dredrat3.c394 static int redrat3_send_cmd(int cmd, struct redrat3_dev *rr3) in redrat3_send_cmd() argument
405 res = usb_control_msg(udev, usb_rcvctrlpipe(udev, 0), cmd, in redrat3_send_cmd()
/OK3568_Linux_fs/kernel/drivers/net/can/rockchip/
H A Drockchip_canfd.c517 u32 cmd = CAN_TX0_REQ; in rockchip_canfd_start_xmit() local
527 cmd = CAN_TX1_REQ; in rockchip_canfd_start_xmit()
H A Dforlinx_canfd.c517 u32 cmd = CAN_TX0_REQ; in rockchip_canfd_start_xmit() local
527 cmd = CAN_TX1_REQ; in rockchip_canfd_start_xmit()
/OK3568_Linux_fs/kernel/drivers/net/ipvlan/
H A Dipvlan_main.c401 struct ethtool_link_ksettings *cmd) in ipvlan_ethtool_get_link_ksettings() argument
405 return __ethtool_get_link_ksettings(ipvlan->phy_dev, cmd); in ipvlan_ethtool_get_link_ksettings()
/OK3568_Linux_fs/kernel/sound/soc/fsl/
H A Dfsl_esai.c762 static int fsl_esai_trigger(struct snd_pcm_substream *substream, int cmd, in fsl_esai_trigger() argument
771 switch (cmd) { in fsl_esai_trigger()
/OK3568_Linux_fs/kernel/Documentation/isdn/
H A Dinterface_capi.rst292 CAPIMSG_COMMAND(m) CAPIMSG_SETCOMMAND(m,cmd) Command (u8)
293 CAPIMSG_SUBCOMMAND(m) CAPIMSG_SETSUBCOMMAND(m, cmd) Subcommand (u8)
/OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/
H A Dhfa384x.h806 __le16 cmd; member
1195 u16 cmd; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ingenic/
H A Dingenic-drm-drv.c43 u32 cmd; member
508 hwdesc->cmd = JZ_LCD_CMD_EOF_IRQ | (width * height * cpp / 4); in ingenic_drm_plane_atomic_update()
/OK3568_Linux_fs/kernel/net/dccp/
H A Dproto.c368 int dccp_ioctl(struct sock *sk, int cmd, unsigned long arg) in dccp_ioctl() argument
377 switch (cmd) { in dccp_ioctl()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dkvm_ppc.h607 extern int kvmppc_xics_hcall(struct kvm_vcpu *vcpu, u32 cmd);
638 static inline int kvmppc_xics_hcall(struct kvm_vcpu *vcpu, u32 cmd) in kvmppc_xics_hcall() argument
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dpppoe.c736 static int pppoe_ioctl(struct socket *sock, unsigned int cmd, in pppoe_ioctl() argument
744 switch (cmd) { in pppoe_ioctl()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dfetch.py397 def git(self, cmd, cwd=None): argument
398 if isinstance(cmd, str):
399 cmd = 'git ' + cmd
401 cmd = ['git'] + cmd
404 return bb.process.run(cmd, cwd=cwd)[0]

1...<<281282283284285286287288289290>>...332