Searched refs:cmd (Results 226 - 250 of 8950) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dsystem.h25 static inline void omap1_arch_reset(char mode, const char *cmd) argument
39 static inline void arch_reset(char mode, const char *cmd) argument
42 omap1_arch_reset(mode, cmd);
44 omap_prcm_arch_reset(mode, cmd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-s5p/include/plat/
H A Dsystem-reset.h19 static void arch_reset(char mode, const char *cmd) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-ebsa110/include/mach/
H A Dsystem.h37 #define arch_reset(mode, cmd) cpu_reset(0x80000000)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-ep93xx/include/mach/
H A Dsystem.h12 static inline void arch_reset(char mode, const char *cmd) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-integrator/include/mach/
H A Dsystem.h35 static inline void arch_reset(char mode, const char *cmd) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-iop33x/include/mach/
H A Dsystem.h17 static inline void arch_reset(char mode, const char *cmd) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-kirkwood/include/mach/
H A Dleds-ns2.h17 unsigned cmd; member in struct:ns2_led
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-lpc32xx/include/mach/
H A Dsystem.h27 static inline void arch_reset(char mode, const char *cmd) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-mmp/include/mach/
H A Dsystem.h19 static inline void arch_reset(char mode, const char *cmd) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/examples/var_service/nmeter/
H A Drun11 cmd="nmeter '%t %c x %x p%p f %f b %b m %m if%[nif]'"
20 $cmd
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/examples/var_service/nmeter/
H A Drun11 cmd="nmeter '%t %c x %x p%p f %f b %b m %m if%[nif]'"
20 $cmd
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dbaycom.h22 int cmd; member in struct:baycom_ioctl
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Dbaycom.h22 int cmd; member in struct:baycom_ioctl
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dbaycom.h22 int cmd; member in struct:baycom_ioctl
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/atari/
H A Datakeyb.c337 static const char cmd[2] = { 0x80, 0x01 }; local
339 ikbd_write(cmd, 2);
350 char cmd[2] = { 0x07, mode }; local
352 ikbd_write(cmd, 2);
358 static const char cmd[1] = { 0x08 }; local
360 ikbd_write(cmd, 1);
367 char cmd[5] = { 0x09, xmax>>8, xmax&0xFF, ymax>>8, ymax&0xFF }; local
369 ikbd_write(cmd, 5);
375 char cmd[3] = { 0x0A, dx, dy }; local
377 ikbd_write(cmd,
383 char cmd[3] = { 0x0B, x, y }; local
392 char cmd[3] = { 0x0C, x, y }; local
400 static const char cmd[1] = { 0x0D }; local
410 char cmd[6] = { 0x0E, 0x00, x>>8, x&0xFF, y>>8, y&0xFF }; local
418 static const char cmd[1] = { 0x0F }; local
426 static const char cmd[1] = { 0x10 }; local
435 static const char cmd[1] = { 0x11 }; local
443 static const char cmd[1] = { 0x12 }; local
452 static const char cmd[1] = { 0x13 }; local
460 static const char cmd[1] = { 0x14 }; local
468 static const char cmd[1] = { 0x15 }; local
476 static const char cmd[1] = { 0x16 }; local
487 static const char cmd[1] = { 0x1A }; local
495 char cmd[7] = { 0x1B, year, month, day, hour, minute, second }; local
503 static const char cmd[1] = { 0x1C }; local
517 char cmd[3] = { 0x21, address>>8, address&0xFF }; local
527 char cmd[3] = { 0x22, address>>8, address&0xFF }; local
537 char cmd[6] = {32, 0, 4, 1, 254 + ((leds & 4) != 0), 0}; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/atari/
H A Datakeyb.c337 static const char cmd[2] = { 0x80, 0x01 }; local
339 ikbd_write(cmd, 2);
350 char cmd[2] = { 0x07, mode }; local
352 ikbd_write(cmd, 2);
358 static const char cmd[1] = { 0x08 }; local
360 ikbd_write(cmd, 1);
367 char cmd[5] = { 0x09, xmax>>8, xmax&0xFF, ymax>>8, ymax&0xFF }; local
369 ikbd_write(cmd, 5);
375 char cmd[3] = { 0x0A, dx, dy }; local
377 ikbd_write(cmd,
383 char cmd[3] = { 0x0B, x, y }; local
392 char cmd[3] = { 0x0C, x, y }; local
400 static const char cmd[1] = { 0x0D }; local
410 char cmd[6] = { 0x0E, 0x00, x>>8, x&0xFF, y>>8, y&0xFF }; local
418 static const char cmd[1] = { 0x0F }; local
426 static const char cmd[1] = { 0x10 }; local
435 static const char cmd[1] = { 0x11 }; local
443 static const char cmd[1] = { 0x12 }; local
452 static const char cmd[1] = { 0x13 }; local
460 static const char cmd[1] = { 0x14 }; local
468 static const char cmd[1] = { 0x15 }; local
476 static const char cmd[1] = { 0x16 }; local
487 static const char cmd[1] = { 0x1A }; local
495 char cmd[7] = { 0x1B, year, month, day, hour, minute, second }; local
503 static const char cmd[1] = { 0x1C }; local
517 char cmd[3] = { 0x21, address>>8, address&0xFF }; local
527 char cmd[3] = { 0x22, address>>8, address&0xFF }; local
537 char cmd[6] = {32, 0, 4, 1, 254 + ((leds & 4) != 0), 0}; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dscsi.c73 static void scsi_done(struct scsi_cmnd *cmd);
173 struct scsi_cmnd *cmd; local
175 cmd = kmem_cache_zalloc(pool->cmd_slab, gfp_mask | pool->gfp_mask);
176 if (!cmd)
179 cmd->sense_buffer = kmem_cache_alloc(pool->sense_slab,
181 if (!cmd->sense_buffer) {
182 kmem_cache_free(pool->cmd_slab, cmd);
186 return cmd;
192 * @cmd: command to release
199 struct scsi_cmnd *cmd)
198 scsi_pool_free_command(struct scsi_host_cmd_pool *pool, struct scsi_cmnd *cmd) argument
219 struct scsi_cmnd *cmd; local
247 struct scsi_cmnd *cmd = scsi_host_alloc_command(shost, gfp_mask); local
286 struct scsi_cmnd *cmd; local
316 __scsi_put_command(struct Scsi_Host *shost, struct scsi_cmnd *cmd, struct device *dev) argument
344 scsi_put_command(struct scsi_cmnd *cmd) argument
446 scsi_free_command(gfp_t gfp_mask, struct scsi_cmnd *cmd) argument
481 struct scsi_cmnd *cmd; local
519 struct scsi_cmnd *cmd; local
530 scsi_log_send(struct scsi_cmnd *cmd) argument
565 scsi_log_completion(struct scsi_cmnd *cmd, int disposition) argument
637 scsi_cmd_get_serial(struct Scsi_Host *host, struct scsi_cmnd *cmd) argument
651 scsi_dispatch_cmd(struct scsi_cmnd *cmd) argument
787 scsi_done(struct scsi_cmnd *cmd) argument
794 scsi_cmd_to_driver(struct scsi_cmnd *cmd) argument
807 scsi_finish_command(struct scsi_cmnd *cmd) argument
990 unsigned char cmd[16]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dscsi.c73 static void scsi_done(struct scsi_cmnd *cmd);
173 struct scsi_cmnd *cmd; local
175 cmd = kmem_cache_zalloc(pool->cmd_slab, gfp_mask | pool->gfp_mask);
176 if (!cmd)
179 cmd->sense_buffer = kmem_cache_alloc(pool->sense_slab,
181 if (!cmd->sense_buffer) {
182 kmem_cache_free(pool->cmd_slab, cmd);
186 return cmd;
192 * @cmd: command to release
199 struct scsi_cmnd *cmd)
198 scsi_pool_free_command(struct scsi_host_cmd_pool *pool, struct scsi_cmnd *cmd) argument
219 struct scsi_cmnd *cmd; local
247 struct scsi_cmnd *cmd = scsi_host_alloc_command(shost, gfp_mask); local
286 struct scsi_cmnd *cmd; local
316 __scsi_put_command(struct Scsi_Host *shost, struct scsi_cmnd *cmd, struct device *dev) argument
344 scsi_put_command(struct scsi_cmnd *cmd) argument
446 scsi_free_command(gfp_t gfp_mask, struct scsi_cmnd *cmd) argument
481 struct scsi_cmnd *cmd; local
519 struct scsi_cmnd *cmd; local
530 scsi_log_send(struct scsi_cmnd *cmd) argument
565 scsi_log_completion(struct scsi_cmnd *cmd, int disposition) argument
637 scsi_cmd_get_serial(struct Scsi_Host *host, struct scsi_cmnd *cmd) argument
651 scsi_dispatch_cmd(struct scsi_cmnd *cmd) argument
787 scsi_done(struct scsi_cmnd *cmd) argument
794 scsi_cmd_to_driver(struct scsi_cmnd *cmd) argument
807 scsi_finish_command(struct scsi_cmnd *cmd) argument
990 unsigned char cmd[16]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/wl12xx/
H A Dwl1271_cmd.c53 struct wl1271_cmd_header *cmd; local
60 cmd = buf;
61 cmd->id = cpu_to_le16(id);
62 cmd->status = 0;
92 wl1271_read(wl, wl->cmd_box_addr, cmd, res_len, false);
94 status = le16_to_cpu(cmd->status);
214 wl1271_debug(DEBUG_CMD, "cmd join");
244 wl1271_error("failed to initiate cmd join");
250 wl1271_error("cmd join event completion error");
272 wl1271_debug(DEBUG_CMD, "cmd tes
345 struct cmd_enabledisable_path *cmd; local
433 struct cmd_read_write_memory *cmd; local
468 struct wl1271_cmd_template_set *cmd; local
629 struct wl1271_cmd_set_keys *cmd; local
660 struct wl1271_cmd_set_keys *cmd; local
715 struct wl1271_cmd_disconnect *cmd; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1271_cmd.c53 struct wl1271_cmd_header *cmd; local
60 cmd = buf;
61 cmd->id = cpu_to_le16(id);
62 cmd->status = 0;
92 wl1271_read(wl, wl->cmd_box_addr, cmd, res_len, false);
94 status = le16_to_cpu(cmd->status);
214 wl1271_debug(DEBUG_CMD, "cmd join");
244 wl1271_error("failed to initiate cmd join");
250 wl1271_error("cmd join event completion error");
272 wl1271_debug(DEBUG_CMD, "cmd tes
345 struct cmd_enabledisable_path *cmd; local
433 struct cmd_read_write_memory *cmd; local
468 struct wl1271_cmd_template_set *cmd; local
629 struct wl1271_cmd_set_keys *cmd; local
660 struct wl1271_cmd_set_keys *cmd; local
715 struct wl1271_cmd_disconnect *cmd; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/cio/
H A Ddevice_status.c83 cdev->private->irb.scsw.cmd.ectl = 0;
84 if ((irb->scsw.cmd.stctl & SCSW_STCTL_ALERT_STATUS) &&
85 !(irb->scsw.cmd.stctl & SCSW_STCTL_INTER_STATUS))
86 cdev->private->irb.scsw.cmd.ectl = irb->scsw.cmd.ectl;
88 if (!cdev->private->irb.scsw.cmd.ectl)
100 if (!irb->scsw.cmd.eswf &&
101 (irb->scsw.cmd.stctl == SCSW_STCTL_STATUS_PEND))
103 if (irb->scsw.cmd.stctl ==
105 !(irb->scsw.cmd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/cio/
H A Ddevice_status.c83 cdev->private->irb.scsw.cmd.ectl = 0;
84 if ((irb->scsw.cmd.stctl & SCSW_STCTL_ALERT_STATUS) &&
85 !(irb->scsw.cmd.stctl & SCSW_STCTL_INTER_STATUS))
86 cdev->private->irb.scsw.cmd.ectl = irb->scsw.cmd.ectl;
88 if (!cdev->private->irb.scsw.cmd.ectl)
100 if (!irb->scsw.cmd.eswf &&
101 (irb->scsw.cmd.stctl == SCSW_STCTL_STATUS_PEND))
103 if (irb->scsw.cmd.stctl ==
105 !(irb->scsw.cmd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/w1/
H A Dw1_netlink.c56 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)(hdr + 1); local
59 avail = dev->priv_size - cmd->len;
62 u64 *data = (void *)(cmd + 1) + cmd->len;
65 cmd->len += 8;
76 cmd->len = 0;
83 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)(hdr + 1); local
84 int search_type = (cmd->cmd == W1_CMD_ALARM_SEARCH)?W1_ALARM_SEARCH:W1_SEARCH;
101 struct w1_netlink_cmd *cmd)
100 w1_send_read_reply(struct cn_msg *msg, struct w1_netlink_msg *hdr, struct w1_netlink_cmd *cmd) argument
139 w1_process_command_io(struct w1_master *dev, struct cn_msg *msg, struct w1_netlink_msg *hdr, struct w1_netlink_cmd *cmd) argument
170 struct w1_netlink_cmd *cmd; local
214 w1_process_command_slave(struct w1_slave *sl, struct cn_msg *msg, struct w1_netlink_msg *hdr, struct w1_netlink_cmd *cmd) argument
282 struct w1_netlink_cmd *cmd; local
314 struct w1_netlink_cmd *cmd; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/w1/
H A Dw1_netlink.c56 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)(hdr + 1); local
59 avail = dev->priv_size - cmd->len;
62 u64 *data = (void *)(cmd + 1) + cmd->len;
65 cmd->len += 8;
76 cmd->len = 0;
83 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)(hdr + 1); local
84 int search_type = (cmd->cmd == W1_CMD_ALARM_SEARCH)?W1_ALARM_SEARCH:W1_SEARCH;
101 struct w1_netlink_cmd *cmd)
100 w1_send_read_reply(struct cn_msg *msg, struct w1_netlink_msg *hdr, struct w1_netlink_cmd *cmd) argument
139 w1_process_command_io(struct w1_master *dev, struct cn_msg *msg, struct w1_netlink_msg *hdr, struct w1_netlink_cmd *cmd) argument
170 struct w1_netlink_cmd *cmd; local
214 w1_process_command_slave(struct w1_slave *sl, struct cn_msg *msg, struct w1_netlink_msg *hdr, struct w1_netlink_cmd *cmd) argument
282 struct w1_netlink_cmd *cmd; local
314 struct w1_netlink_cmd *cmd; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/dream/camera/
H A Dmsm_vfe8x_proc.c172 struct vfe_axi_out_cfg cmd; local
182 cmd.out2YPingAddr = out2->yPath.addressBuffer[0];
185 cmd.out2YPongAddr = out2->yPath.addressBuffer[1];
188 cmd.out2YImageHeight = in->output2.outputY.imageHeight;
193 cmd.out2YImageWidthin64bit = temp;
196 cmd.out2YBurstLength = burstLength;
197 cmd.out2YNumRows = in->output2.outputY.outRowCount;
200 cmd.out2YRowIncrementIn64bit = temp;
204 cmd.out2CbcrPingAddr = out2->cbcrPath.addressBuffer[0];
207 cmd
271 struct vfe_axi_bus_cfg cmd; local
327 struct vfe_buscmd cmd; local
565 struct VFE_GammaLutSelect_ConfigCmdType cmd; local
594 struct VFE_Bus_Pm_ConfigCmdType cmd; local
2523 struct VFE_TestGen_ConfigCmdType cmd; local
2557 struct VFE_FRAME_SKIP_UpdateCmdType cmd; local
2572 struct vfe_frame_skip_cfg cmd; local
2592 struct vfe_output_clamp_cfg cmd; local
2609 struct vfe_camifframe_update cmd; local
2623 struct vfe_color_correction_cfg cmd; local
2650 struct vfe_demosaic_cfg cmd; local
2674 struct vfe_demosaic_cfg cmd; local
2700 struct vfe_demosaic_cfg cmd; local
2740 struct vfe_demux_cfg cmd; local
2756 struct vfe_demux_cfg cmd; local
2771 struct vfe_blacklevel_cfg cmd; local
2787 struct vfe_blacklevel_cfg cmd; local
2803 struct vfe_asf_update cmd; local
2846 struct vfe_asf_update cmd; local
2900 struct vfe_wb_cfg cmd; local
2916 struct vfe_chroma_suppress_cfg cmd; local
2934 struct vfe_rolloff_cfg cmd; local
2957 struct vfe_chromasubsample_cfg cmd; local
2980 struct vfe_chroma_enhance_cfg cmd; local
3013 struct vfe_scaler2_cfg cmd; local
3036 struct vfe_scaler2_cfg cmd; local
3059 struct vfe_main_scaler_cfg cmd; local
3092 struct vfe_statsawb_update cmd; local
3119 struct vfe_statsaf_update cmd; local
3134 struct vfe_statsawb_update cmd; local
3170 struct vfe_statsaf_update cmd; local
3265 struct VFE_AxiInputCmdType cmd; local
3757 struct vfe_camifcfg cmd; local
3819 struct vfe_fov_crop_cfg cmd; local
[all...]

Completed in 383 milliseconds

1234567891011>>