Home
last modified time | relevance | path

Searched refs:cmd (Results 6901 – 6925 of 8289) sorted by relevance

1...<<271272273274275276277278279280>>...332

/OK3568_Linux_fs/kernel/net/ipv4/
H A Ddevinet.c1009 int devinet_ioctl(struct net *net, unsigned int cmd, struct ifreq *ifr) in devinet_ioctl() argument
1032 switch (cmd) { in devinet_ioctl()
1109 if (!ifa && cmd != SIOCSIFADDR && cmd != SIOCSIFFLAGS) in devinet_ioctl()
1112 switch (cmd) { in devinet_ioctl()
/OK3568_Linux_fs/kernel/drivers/atm/
H A Deni.c1995 static int eni_ioctl(struct atm_dev *dev,unsigned int cmd,void __user *arg) in eni_ioctl() argument
1999 if (cmd == ENI_MEMDUMP) { in eni_ioctl()
2006 if (cmd == ENI_SETMULT) { in eni_ioctl()
2020 if (cmd == ATM_SETCIRANGE) { in eni_ioctl()
2031 return dev->phy->ioctl(dev,cmd,arg); in eni_ioctl()
/OK3568_Linux_fs/kernel/net/unix/
H A Daf_unix.c675 static int unix_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
2681 static int unix_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in unix_ioctl() argument
2687 switch (cmd) { in unix_ioctl()
2710 static int unix_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in unix_compat_ioctl() argument
2712 return unix_ioctl(sock, cmd, (unsigned long)compat_ptr(arg)); in unix_compat_ioctl()
/OK3568_Linux_fs/kernel/drivers/media/platform/coda/
H A Dcoda-bit.c63 static void coda_command_async(struct coda_ctx *ctx, int cmd) in coda_command_async() argument
91 trace_coda_bit_run(ctx, cmd); in coda_command_async()
93 coda_write(dev, cmd, CODA_REG_BIT_RUN_COMMAND); in coda_command_async()
96 static int coda_command_sync(struct coda_ctx *ctx, int cmd) in coda_command_sync() argument
103 coda_command_async(ctx, cmd); in coda_command_sync()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_gre.c1262 struct ifreq *ifr, int cmd) in ip6gre_tunnel_ioctl() argument
1273 switch (cmd) { in ip6gre_tunnel_ioctl()
1311 t = ip6gre_tunnel_locate(net, &p1, cmd == SIOCADDTUNNEL); in ip6gre_tunnel_ioctl()
1313 if (dev != ign->fb_tunnel_dev && cmd == SIOCCHGTUNNEL) { in ip6gre_tunnel_ioctl()
1338 err = (cmd == SIOCADDTUNNEL ? -ENOBUFS : -ENOENT); in ip6gre_tunnel_ioctl()
/OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/
H A Dql4_mbx.c1171 struct scsi_cmnd *cmd = srb->cmd; in qla4xxx_abort_task() local
1184 index = (unsigned long)(unsigned char *)cmd->host_scribble; in qla4xxx_abort_task()
1204 ha->host_no, cmd->device->id, cmd->device->lun, mbox_sts[0], in qla4xxx_abort_task()
/OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/
H A Drk628_csi_v4l2.c1777 static long rk628_csi_ioctl(struct v4l2_subdev *sd, unsigned int cmd, void *arg) in rk628_csi_ioctl() argument
1782 switch (cmd) { in rk628_csi_ioctl()
1838 unsigned int cmd, unsigned long arg) in rk628_csi_compat_ioctl32() argument
1844 switch (cmd) { in rk628_csi_compat_ioctl32()
1852 ret = rk628_csi_ioctl(sd, cmd, inf); in rk628_csi_compat_ioctl32()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DX11Application.m415 …& 0x10) { // 0x10 (bfCPSOrderAllWindowsForward) is set when we use cmd-tab or the dock icon
472 - (void) launch_client:(NSString *)cmd
474 (void)[self.controller application:self openFile:cmd];
953 X11ApplicationLaunchClient(const char *cmd)
956 NSString *string = @(cmd);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c208 req->cmd = CPL_ABORT_NO_RST; in abort_arp_failure()
240 req->cmd = mode; in chtls_send_abort()
1979 int cmd) in set_abort_rpl_wr() argument
1984 rpl->cmd = cmd; in set_abort_rpl_wr()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dbuildhistory.bbclass836 cmd: $1
1018 cmd = ['sort', result, '-o', result]
1019 bb.debug(1, 'Running %s' % cmd)
1020 ret = subprocess.call(cmd)
1022 bb.error('Failed to run %s!' % cmd)
/OK3568_Linux_fs/kernel/drivers/net/dsa/
H A Dmt7530.c297 mt7530_fdb_cmd(struct mt7530_priv *priv, enum mt7530_fdb_cmd cmd, u32 *rsp) in mt7530_fdb_cmd() argument
304 val = ATC_BUSY | ATC_MAT(0) | cmd; in mt7530_fdb_cmd()
319 if ((cmd == MT7530_FDB_READ) && (val & ATC_INVALID)) in mt7530_fdb_cmd()
1251 mt7530_vlan_cmd(struct mt7530_priv *priv, enum mt7530_vlan_cmd cmd, u16 vid) in mt7530_vlan_cmd() argument
1257 val = VTCR_BUSY | VTCR_FUNC(cmd) | vid; in mt7530_vlan_cmd()
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A D.rk3288-miqi.dtb.dts.tmp
H A D.rk3288-tinker.dtb.dts.tmp
H A D.rk3288-fennec.dtb.dts.tmp
H A Dexynos5250-smdk5250.dts106 samsung,vl-cmd-allow-len = <0xf>;
/OK3568_Linux_fs/kernel/sound/pci/rme9652/
H A Dhdsp.c4090 unsigned int cmd, void *arg) in snd_hdsp_ioctl() argument
4092 switch (cmd) { in snd_hdsp_ioctl()
4101 return snd_pcm_lib_ioctl(substream, cmd, arg); in snd_hdsp_ioctl()
4104 static int snd_hdsp_trigger(struct snd_pcm_substream *substream, int cmd) in snd_hdsp_trigger() argument
4118 switch (cmd) { in snd_hdsp_trigger()
4140 if (cmd == SNDRV_PCM_TRIGGER_START) in snd_hdsp_trigger()
4147 if (cmd == SNDRV_PCM_TRIGGER_START) { in snd_hdsp_trigger()
4685 static int snd_hdsp_hwdep_ioctl(struct snd_hwdep *hw, struct file *file, unsigned int cmd, unsigned… in snd_hdsp_hwdep_ioctl() argument
4691 switch (cmd) { in snd_hdsp_hwdep_ioctl()
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c230 struct target_cmd *cmd);
2653 ahc_set_tags(struct ahc_softc *ahc, struct scsi_cmnd *cmd, in ahc_set_tags() argument
2656 struct scsi_device *sdev = cmd->device; in ahc_set_tags()
7743 struct target_cmd *cmd; in ahc_run_tqinfifo() local
7754 while ((cmd = &ahc->targetcmds[ahc->tqinfifonext])->cmd_valid != 0) { in ahc_run_tqinfifo()
7760 if (ahc_handle_target_cmd(ahc, cmd) != 0) in ahc_run_tqinfifo()
7763 cmd->cmd_valid = 0; in ahc_run_tqinfifo()
7796 ahc_handle_target_cmd(struct ahc_softc *ahc, struct target_cmd *cmd) in ahc_handle_target_cmd() argument
7806 initiator = SCSIID_TARGET(ahc, cmd->scsiid); in ahc_handle_target_cmd()
7807 target = SCSIID_OUR_ID(cmd->scsiid); in ahc_handle_target_cmd()
[all …]
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dgpio.c86 writeb(instr->ctx.cmd.opcode, gpiomtd->io); in gpio_nand_exec_instr()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/
H A D4965.h158 int il4965_mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
/OK3568_Linux_fs/kernel/include/net/
H A Dip6_route.h121 int ipv6_route_ioctl(struct net *net, unsigned int cmd,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dcoda.h369 int cmd; member
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dgen.c612 static const struct cmd cmds[] = {
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dsclp.h325 int sclp_early_cmd(sclp_cmdw_t cmd, void *sccb);
/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A Dlibtraceevent-tseq.txt139 _libtraceevent(3)_, _trace-cmd(1)_
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.mxc_hab70 the dek_blob cmd enabled. The image used for DEK blob generation

1...<<271272273274275276277278279280>>...332