Searched defs:cmd (Results 1 - 200 of 3102) sorted by relevance

1234567891011>>

/linux-4.4.14/drivers/media/usb/pwc/
H A Dpwc-dec1.c27 void pwc_dec1_init(struct pwc_device *pdev, const unsigned char *cmd) pwc_dec1_init() argument
/linux-4.4.14/fs/jffs2/
H A Dioctl.c16 long jffs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) jffs2_ioctl() argument
/linux-4.4.14/arch/arm/plat-iop/
H A Drestart.c14 void iop3xx_restart(enum reboot_mode mode, const char *cmd) iop3xx_restart() argument
/linux-4.4.14/arch/arm/mach-omap2/
H A Dam33xx-restart.c22 void am33xx_restart(enum reboot_mode mode, const char *cmd) am33xx_restart() argument
H A Domap3-restart.c31 void omap3xxx_restart(enum reboot_mode mode, const char *cmd) omap3xxx_restart() argument
H A Domap4-restart.c23 void omap44xx_restart(enum reboot_mode mode, const char *cmd) omap44xx_restart() argument
H A Dti81xx-restart.c29 void ti81xx_restart(enum reboot_mode mode, const char *cmd) ti81xx_restart() argument
H A Domap2-restart.c34 void omap2xxx_restart(enum reboot_mode mode, const char *cmd) omap2xxx_restart() argument
/linux-4.4.14/arch/arm/mach-spear/
H A Drestart.c21 void spear_restart(enum reboot_mode mode, const char *cmd) spear_restart() argument
/linux-4.4.14/arch/arm/kernel/
H A Dv7m.c13 void armv7m_restart(enum reboot_mode mode, const char *cmd) armv7m_restart() argument
H A Dthumbee.c42 static int thumbee_notifier(struct notifier_block *self, unsigned long cmd, void *t) thumbee_notifier() argument
H A Dpj4-cp0.c22 static int iwmmxt_do(struct notifier_block *self, unsigned long cmd, void *t) iwmmxt_do() argument
H A Dreboot.c138 void machine_restart(char *cmd) machine_restart() argument
H A Dxscale-cp0.c33 static int dsp_do(struct notifier_block *self, unsigned long cmd, void *t) dsp_do() argument
58 static int iwmmxt_do(struct notifier_block *self, unsigned long cmd, void *t) iwmmxt_do() argument
/linux-4.4.14/arch/arm/mach-gemini/
H A Dreset.c19 void gemini_restart(enum reboot_mode mode, const char *cmd) gemini_restart() argument
/linux-4.4.14/arch/arm/mach-highbank/
H A Dsystem.c23 void highbank_restart(enum reboot_mode mode, const char *cmd) highbank_restart() argument
/linux-4.4.14/sound/drivers/vx/
H A Dvx_cmd.c100 void vx_init_rmh(struct vx_rmh *rmh, unsigned int cmd) vx_init_rmh() argument
/linux-4.4.14/tools/perf/tests/
H A Dpython-use.c13 char *cmd; test__python_use() local
/linux-4.4.14/drivers/scsi/
H A Dscsi_lib_dma.c22 int scsi_dma_map(struct scsi_cmnd *cmd) scsi_dma_map() argument
42 void scsi_dma_unmap(struct scsi_cmnd *cmd) scsi_dma_unmap() argument
H A Dmvme147.c30 static int dma_setup(struct scsi_cmnd *cmd, int dir_in) dma_setup() argument
124 static int mvme147_bus_reset(struct scsi_cmnd *cmd) mvme147_bus_reset() argument
H A Dscsi_ioctl.c88 static int ioctl_internal_command(struct scsi_device *sdev, char *cmd, ioctl_internal_command() argument
199 int scsi_ioctl(struct scsi_device *sdev, int cmd, void __user *arg) scsi_ioctl() argument
276 int scsi_ioctl_block_when_processing_errors(struct scsi_device *sdev, int cmd, scsi_ioctl_block_when_processing_errors() argument
H A Dscsi_trace.c128 const char *ret = trace_seq_buffer_ptr(p), *cmd; scsi_trace_rw32() local
195 const char *ret = trace_seq_buffer_ptr(p), *cmd; scsi_trace_service_action_in() local
H A Da2091.c41 static int dma_setup(struct scsi_cmnd *cmd, int dir_in) dma_setup() argument
150 static int a2091_bus_reset(struct scsi_cmnd *cmd) a2091_bus_reset() argument
H A Da3000.c45 static int dma_setup(struct scsi_cmnd *cmd, int dir_in) dma_setup() argument
165 static int a3000_bus_reset(struct scsi_cmnd *cmd) a3000_bus_reset() argument
/linux-4.4.14/arch/hexagon/kernel/
H A Dreset.c32 void machine_restart(char *cmd) machine_restart() argument
/linux-4.4.14/drivers/target/iscsi/
H A Discsi_target_device.c53 void iscsit_increment_maxcmdsn(struct iscsi_cmd *cmd, struct iscsi_session *sess) iscsit_increment_maxcmdsn() argument
H A Discsi_target_datain_values.c43 void iscsit_attach_datain_req(struct iscsi_cmd *cmd, struct iscsi_datain_req *dr) iscsit_attach_datain_req() argument
50 void iscsit_free_datain_req(struct iscsi_cmd *cmd, struct iscsi_datain_req *dr) iscsit_free_datain_req() argument
59 void iscsit_free_all_datain_reqs(struct iscsi_cmd *cmd) iscsit_free_all_datain_reqs() argument
71 struct iscsi_datain_req *iscsit_get_datain_req(struct iscsi_cmd *cmd) iscsit_get_datain_req() argument
86 iscsit_set_datain_values_yes_and_yes( struct iscsi_cmd *cmd, struct iscsi_datain *datain) iscsit_set_datain_values_yes_and_yes() argument
184 iscsit_set_datain_values_no_and_yes( struct iscsi_cmd *cmd, struct iscsi_datain *datain) iscsit_set_datain_values_no_and_yes() argument
305 iscsit_set_datain_values_yes_and_no( struct iscsi_cmd *cmd, struct iscsi_datain *datain) iscsit_set_datain_values_yes_and_no() argument
404 iscsit_set_datain_values_no_and_no( struct iscsi_cmd *cmd, struct iscsi_datain *datain) iscsit_set_datain_values_no_and_no() argument
506 iscsit_get_datain_values( struct iscsi_cmd *cmd, struct iscsi_datain *datain) iscsit_get_datain_values() argument
H A Discsi_target_erl2.c129 struct iscsi_cmd *cmd, *cmd_tmp; iscsit_free_connection_recovery_entires() local
228 struct iscsi_cmd *cmd, *cmd_tmp; iscsit_discard_cr_cmds_by_expstatsn() local
276 struct iscsi_cmd *cmd, *cmd_tmp; iscsit_discard_unacknowledged_ooo_cmdsns_for_conn() local
317 struct iscsi_cmd *cmd, *cmd_tmp; iscsit_prepare_cmds_for_realligance() local
35 iscsit_create_conn_recovery_datain_values( struct iscsi_cmd *cmd, __be32 exp_data_sn) iscsit_create_conn_recovery_datain_values() argument
63 iscsit_create_conn_recovery_dataout_values( struct iscsi_cmd *cmd) iscsit_create_conn_recovery_dataout_values() argument
206 iscsit_remove_cmd_from_connection_recovery( struct iscsi_cmd *cmd, struct iscsi_session *sess) iscsit_remove_cmd_from_connection_recovery() argument
/linux-4.4.14/drivers/isdn/sc/
H A Devent.c43 isdn_ctrl cmd; indicate_status() local
/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnouveau_ioc32.c49 long nouveau_compat_ioctl(struct file *filp, unsigned int cmd, nouveau_compat_ioctl() argument
/linux-4.4.14/arch/tile/kernel/
H A Dreboot.c42 void machine_restart(char *cmd) machine_restart() argument
/linux-4.4.14/arch/sparc/kernel/
H A Dreboot.c39 void machine_restart(char *cmd) machine_restart() argument
H A Dleon_pci.c54 u16 cmd; pcibios_fixup_bus() local
/linux-4.4.14/arch/arm/mach-mmp/
H A Dcommon.c50 void mmp_restart(enum reboot_mode mode, const char *cmd) mmp_restart() argument
H A Dpxa168.c175 void pxa168_restart(enum reboot_mode mode, const char *cmd) pxa168_restart() argument
/linux-4.4.14/arch/arm/mach-omap1/
H A Dboard-nand.c23 void omap1_nand_cmd_ctl(struct mtd_info *mtd, int cmd, unsigned int ctrl) omap1_nand_cmd_ctl() argument
H A Dreset.c26 void omap1_restart(enum reboot_mode mode, const char *cmd) omap1_restart() argument
/linux-4.4.14/arch/arm/mach-s3c64xx/
H A Dmach-s3c64xx-dt.c54 static void s3c64xx_dt_restart(enum reboot_mode mode, const char *cmd) s3c64xx_dt_restart() argument
/linux-4.4.14/arch/arm/mach-clps711x/
H A Dcommon.c62 void clps711x_restart(enum reboot_mode mode, const char *cmd) clps711x_restart() argument
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ioc32.c36 long amdgpu_kms_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) amdgpu_kms_compat_ioctl() argument
/linux-4.4.14/drivers/xen/
H A Dfallback.c8 int xen_event_channel_op_compat(int cmd, void *arg) xen_event_channel_op_compat() argument
47 int xen_physdev_op_compat(int cmd, void *arg) xen_physdev_op_compat() argument
/linux-4.4.14/drivers/staging/fsl-mc/bus/
H A Ddpmng.c50 struct mc_command cmd = { 0 }; mc_get_version() local
83 struct mc_command cmd = { 0 }; dpmng_get_container_id() local
H A Ddpmcp.c59 struct mc_command cmd = { 0 }; dpmcp_open() local
93 struct mc_command cmd = { 0 }; dpmcp_close() local
129 struct mc_command cmd = { 0 }; dpmcp_create() local
160 struct mc_command cmd = { 0 }; dpmcp_destroy() local
182 struct mc_command cmd = { 0 }; dpmcp_reset() local
208 struct mc_command cmd = { 0 }; dpmcp_set_irq() local
241 struct mc_command cmd = { 0 }; dpmcp_get_irq() local
283 struct mc_command cmd = { 0 }; dpmcp_set_irq_enable() local
311 struct mc_command cmd = { 0 }; dpmcp_get_irq_enable() local
351 struct mc_command cmd = { 0 }; dpmcp_set_irq_mask() local
382 struct mc_command cmd = { 0 }; dpmcp_get_irq_mask() local
419 struct mc_command cmd = { 0 }; dpmcp_get_irq_status() local
456 struct mc_command cmd = { 0 }; dpmcp_clear_irq_status() local
483 struct mc_command cmd = { 0 }; dpmcp_get_attributes() local
/linux-4.4.14/drivers/ide/
H A Dide-disk_ioctl.c18 ide_disk_ioctl(ide_drive_t *drive, struct block_device *bdev, fmode_t mode, unsigned int cmd, unsigned long arg) ide_disk_ioctl() argument
H A Dide-lib.c35 u64 ide_get_lba_addr(struct ide_cmd *cmd, int lba48) ide_get_lba_addr() argument
53 struct ide_cmd cmd; ide_dump_sector() local
H A Dfalconide.c66 static void falconide_input_data(ide_drive_t *drive, struct ide_cmd *cmd, falconide_input_data() argument
79 static void falconide_output_data(ide_drive_t *drive, struct ide_cmd *cmd, falconide_output_data() argument
H A Dide-disk_proc.c11 struct ide_cmd cmd; smart_enable() local
27 struct ide_cmd cmd; get_smart_data() local
H A Dide-ioctls.c57 static int ide_get_identity_ioctl(ide_drive_t *drive, unsigned int cmd, ide_get_identity_ioctl() argument
122 struct ide_cmd cmd; ide_cmd_ioctl() local
197 struct ide_cmd cmd; ide_task_ioctl() local
19 ide_setting_ioctl(ide_drive_t *drive, struct block_device *bdev, unsigned int cmd, unsigned long arg, const struct ide_ioctl_devset *s) ide_setting_ioctl() argument
234 generic_ide_ioctl(ide_drive_t *drive, struct block_device *bdev, unsigned int cmd, unsigned long arg) generic_ide_ioctl() argument
H A Dide-park.c63 struct ide_cmd cmd; ide_do_park_unpark() local
H A Dide-pm.c144 struct ide_cmd cmd = { }; ide_start_power_step() local
H A Dq40ide.c73 static void q40ide_input_data(ide_drive_t *drive, struct ide_cmd *cmd, q40ide_input_data() argument
86 static void q40ide_output_data(ide_drive_t *drive, struct ide_cmd *cmd, q40ide_output_data() argument
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
H A Denic_api.c29 enic_api_devcmd_proxy_by_index(struct net_device *netdev, int vf, enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait) enic_api_devcmd_proxy_by_index() argument
/linux-4.4.14/arch/x86/kernel/apic/
H A Dhw_nmi.c42 arch_trigger_all_cpu_backtrace_handler(unsigned int cmd, struct pt_regs *regs) arch_trigger_all_cpu_backtrace_handler() argument
/linux-4.4.14/arch/arc/kernel/
H A Darc_hostlink.c34 static long arc_hl_ioctl(struct file *file, unsigned int cmd, arc_hl_ioctl() argument
/linux-4.4.14/include/uapi/linux/
H A Dbaycom.h22 int cmd; member in struct:baycom_ioctl
H A Dbpqether.h30 int cmd; member in struct:bpq_req
/linux-4.4.14/arch/powerpc/platforms/82xx/
H A Dpq2.c25 void pq2_restart(char *cmd) pq2_restart() argument
/linux-4.4.14/arch/mips/kernel/
H A Dpm.c71 static int mips_pm_notifier(struct notifier_block *self, unsigned long cmd, mips_pm_notifier() argument
/linux-4.4.14/arch/microblaze/kernel/
H A Dreset.c80 void machine_restart(char *cmd) machine_restart() argument
/linux-4.4.14/arch/cris/kernel/
H A Dprocess.c44 void machine_restart(char *cmd) machine_restart() argument
/linux-4.4.14/arch/blackfin/kernel/
H A Dreboot.c82 void native_machine_restart(char *cmd) native_machine_restart() argument
86 void machine_restart(char *cmd) machine_restart() argument
/linux-4.4.14/arch/arm/mach-nspire/
H A Dnspire.c64 static void nspire_restart(enum reboot_mode mode, const char *cmd) nspire_restart() argument
/linux-4.4.14/include/linux/
H A Disdn_divertif.h24 int cmd; /* command */ member in struct:__anon12474
H A Dwireless.h27 __u16 cmd; /* Wireless IOCTL */ member in struct:__compat_iw_event
/linux-4.4.14/drivers/usb/dwc3/
H A Ddebug.h29 dwc3_gadget_ep_cmd_string(u8 cmd) dwc3_gadget_ep_cmd_string() argument
60 dwc3_gadget_generic_cmd_string(u8 cmd) dwc3_gadget_generic_cmd_string() argument
/linux-4.4.14/drivers/usb/host/whci/
H A Dhw.c29 u32 cmd; whc_write_wusbcmd() local
48 int whc_do_gencmd(struct whc *whc, u32 cmd, u32 params, void *addr, size_t len) whc_do_gencmd() argument
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
H A Dmodule.c87 lnet_ioctl(unsigned int cmd, struct libcfs_ioctl_data *data) lnet_ioctl() argument
/linux-4.4.14/drivers/uwb/
H A Dscan.c62 struct uwb_rc_cmd_scan *cmd; uwb_rc_scan() local
/linux-4.4.14/drivers/vfio/
H A Dvfio_spapr_eeh.c34 vfio_spapr_iommu_eeh_ioctl(struct iommu_group *group, unsigned int cmd, unsigned long arg) vfio_spapr_iommu_eeh_ioctl() argument
/linux-4.4.14/drivers/misc/ti-st/
H A Dst_ll.c30 send_ll_cmd(struct st_data_s *st_data, unsigned char cmd) send_ll_cmd() argument
131 st_ll_sleep_state(struct st_data_s *st_data, unsigned char cmd) st_ll_sleep_state() argument
/linux-4.4.14/drivers/mmc/core/
H A Dpwrseq_emmc.c59 mmc_pwrseq_emmc_reset_nb(struct notifier_block *this, unsigned long mode, void *cmd) mmc_pwrseq_emmc_reset_nb() argument
/linux-4.4.14/drivers/input/touchscreen/
H A Dtsc2004.c25 static int tsc2004_cmd(struct device *dev, u8 cmd) tsc2004_cmd() argument
H A Dtsc2005.c27 static int tsc2005_cmd(struct device *dev, u8 cmd) tsc2005_cmd() argument
/linux-4.4.14/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_cmd_v5.c20 static int s5p_mfc_cmd_host2risc_v5(struct s5p_mfc_dev *dev, int cmd, s5p_mfc_cmd_host2risc_v5() argument
H A Ds5p_mfc_cmd_v6.c21 static int s5p_mfc_cmd_host2risc_v6(struct s5p_mfc_dev *dev, int cmd, s5p_mfc_cmd_host2risc_v6() argument
/linux-4.4.14/drivers/media/rc/img-ir/
H A Dimg-ir-rc5.c18 unsigned int addr, cmd, tgl, start; img_ir_rc5_scancode() local
H A Dimg-ir-rc6.c18 unsigned int addr, cmd, mode, trl1, trl2; img_ir_rc6_scancode() local
H A Dimg-ir-sharp.c18 unsigned int addr, cmd, exp, chk; img_ir_sharp_scancode() local
44 unsigned int addr, cmd, exp = 0, chk = 0; img_ir_sharp_filter() local
/linux-4.4.14/drivers/media/usb/cx231xx/
H A Dcx231xx-input.c31 u8 cmd, scancode; get_key_isdbt() local
/linux-4.4.14/drivers/media/usb/tm6000/
H A Dtm6000-usb-isoc.h38 u8 cmd; member in struct:usb_isoc_ctl
/linux-4.4.14/drivers/misc/ibmasm/
H A Dheartbeat.c87 struct command *cmd = sp->heartbeat; ibmasm_receive_heartbeat() local
H A Dr_heartbeat.c63 struct command *cmd; ibmasm_start_reverse_heartbeat() local
H A Dcommand.c36 struct command *cmd; ibmasm_new_command() local
68 struct command *cmd = to_command(kref); ibmasm_free_command() local
77 static void enqueue_command(struct service_processor *sp, struct command *cmd) enqueue_command() argument
84 struct command *cmd; dequeue_command() local
119 void ibmasm_exec_command(struct service_processor *sp, struct command *cmd) ibmasm_exec_command() argument
162 void ibmasm_wait_for_response(struct command *cmd, int timeout) ibmasm_wait_for_response() argument
177 struct command *cmd = sp->current_command; ibmasm_receive_command_response() local
H A Ddot_command.c126 struct command *cmd; ibmasm_send_os_state() local
H A Ddot_command.h55 struct dot_command_header *cmd = (struct dot_command_header *)buffer; get_dot_command_size() local
62 unsigned char *cmd = buffer + sizeof(struct dot_command_header); get_dot_command_timeout() local
/linux-4.4.14/drivers/net/wireless/libertas/
H A Dethtool.c41 struct cmd_ds_802_11_eeprom_access cmd; lbs_ethtool_get_eeprom() local
H A Dcmdresp.c224 struct cmd_header cmd; lbs_process_event() local
/linux-4.4.14/drivers/net/wireless/iwlwifi/
H A Diwl-devtrace.h46 struct iwl_cmd_header *cmd = (void *)((u8 *)rxbuf + sizeof(__le32)); iwl_rx_trace_len() local
/linux-4.4.14/drivers/net/wan/lmc/
H A Dlmc_proto.c65 int lmc_proto_ioctl(lmc_softc_t *sc, struct ifreq *ifr, int cmd) lmc_proto_ioctl() argument
/linux-4.4.14/drivers/net/ethernet/qualcomm/
H A Dqca_7k.c128 qcaspi_tx_cmd(struct qcaspi *qca, u16 cmd) qcaspi_tx_cmd() argument
/linux-4.4.14/drivers/platform/x86/
H A Dxo1-rfkill.c21 unsigned char cmd; rfkill_set_block() local
H A Dintel_scu_ipcutil.c50 static int scu_reg_access(u32 cmd, struct scu_ipc_data *data) scu_reg_access() argument
78 static long scu_ipc_ioctl(struct file *fp, unsigned int cmd, scu_ipc_ioctl() argument
/linux-4.4.14/drivers/power/reset/
H A Dhisi-reboot.c27 hisi_restart_handler(struct notifier_block *this, unsigned long mode, void *cmd) hisi_restart_handler() argument
H A Drmobile-reset.c27 rmobile_reset_handler(struct notifier_block *this, unsigned long mode, void *cmd) rmobile_reset_handler() argument
H A Dsyscon-reboot.c34 syscon_restart_handle(struct notifier_block *this, unsigned long mode, void *cmd) syscon_restart_handle() argument
H A Dxgene-reboot.c44 xgene_restart_handler(struct notifier_block *this, unsigned long mode, void *cmd) xgene_restart_handler() argument
H A Dzx-reboot.c24 zx_restart_handler(struct notifier_block *this, unsigned long mode, void *cmd) zx_restart_handler() argument
H A Dgpio-restart.c34 gpio_restart_notify(struct notifier_block *this, unsigned long mode, void *cmd) gpio_restart_notify() argument
/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_ioc32.c48 static int compat_i915_getparam(struct file *file, unsigned int cmd, compat_i915_getparam() argument
81 long i915_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) i915_compat_ioctl() argument
/linux-4.4.14/drivers/char/
H A Duv_mmtimer.c84 static long uv_mmtimer_ioctl(struct file *file, unsigned int cmd, uv_mmtimer_ioctl() argument
/linux-4.4.14/arch/blackfin/mach-bf561/
H A Dcoreb.c26 coreb_ioctl(struct file *file, unsigned int cmd, unsigned long arg) coreb_ioctl() argument
/linux-4.4.14/net/ax25/
H A Dax25_dev.c139 int ax25_fwd_ioctl(unsigned int cmd, struct ax25_fwd_struct *fwd) ax25_fwd_ioctl() argument
H A Dax25_ds_subr.c127 static void ax25_kiss_cmd(ax25_dev *ax25_dev, unsigned char cmd, unsigned char param) ax25_kiss_cmd() argument
/linux-4.4.14/sound/core/seq/oss/
H A Dseq_oss_ioctl.c74 snd_seq_oss_ioctl(struct seq_oss_devinfo *dp, unsigned int cmd, unsigned long carg) snd_seq_oss_ioctl() argument
/linux-4.4.14/fs/coda/
H A Dpioctl.c49 static long coda_pioctl(struct file *filp, unsigned int cmd, coda_pioctl() argument
/linux-4.4.14/fs/ext2/
H A Dioctl.c20 long ext2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) ext2_ioctl() argument
167 long ext2_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) ext2_compat_ioctl() argument
/linux-4.4.14/fs/ocfs2/
H A Dlocks.c97 static int ocfs2_do_funlock(struct file *file, int cmd, struct file_lock *fl) ocfs2_do_funlock() argument
113 int ocfs2_flock(struct file *file, int cmd, struct file_lock *fl) ocfs2_flock() argument
133 int ocfs2_lock(struct file *file, int cmd, struct file_lock *fl) ocfs2_lock() argument
38 ocfs2_do_flock(struct file *file, struct inode *inode, int cmd, struct file_lock *fl) ocfs2_do_flock() argument
/linux-4.4.14/include/net/
H A Dwext.h17 static inline int wext_handle_ioctl(struct net *net, struct ifreq *ifr, unsigned int cmd, wext_handle_ioctl() argument
22 static inline int compat_wext_handle_ioctl(struct net *net, unsigned int cmd, compat_wext_handle_ioctl() argument
/linux-4.4.14/arch/powerpc/platforms/embedded6xx/
H A Dgamecube.c39 static void gamecube_restart(char *cmd) gamecube_restart() argument
H A Dstorcenter.c99 static void storcenter_restart(char *cmd) storcenter_restart() argument
H A Dc2k.c102 static void c2k_restart(char *cmd) c2k_restart() argument
H A Dlinkstation.c103 static void linkstation_restart(char *cmd) linkstation_restart() argument
/linux-4.4.14/arch/sh/kernel/
H A Dreboot.c87 void machine_restart(char *cmd) machine_restart() argument
/linux-4.4.14/arch/m68k/kernel/
H A Dpcibios.c52 u16 cmd, newcmd; pcibios_enable_device() local
/linux-4.4.14/arch/mips/loongson64/lemote-2f/
H A Dec_kb3310b.c54 int ec_query_seq(unsigned char cmd) ec_query_seq() argument
/linux-4.4.14/arch/mips/sni/
H A Dsetup.c242 u16 cmd; quirk_cirrus_ram_size() local
/linux-4.4.14/arch/m68k/atari/
H A Datasound.c37 void atari_microwire_cmd (int cmd) atari_microwire_cmd() argument
/linux-4.4.14/arch/arm/nwfpe/
H A Dfpmodule.c60 static int nwfpe_notify(struct notifier_block *self, unsigned long cmd, void *v) nwfpe_notify() argument
/linux-4.4.14/arch/arm/mach-picoxcell/
H A Dcommon.c67 static void picoxcell_wdt_restart(enum reboot_mode mode, const char *cmd) picoxcell_wdt_restart() argument
/linux-4.4.14/arch/arm/mach-pxa/
H A Dcolibri-pxa320.c163 static void colibri_pxa320_udc_command(int cmd) colibri_pxa320_udc_command() argument
H A Dreset.c93 void pxa_restart(enum reboot_mode mode, const char *cmd) pxa_restart() argument
/linux-4.4.14/arch/arm/mach-s5pv210/
H A Ds5pv210.c55 static void s5pv210_dt_restart(enum reboot_mode mode, const char *cmd) s5pv210_dt_restart() argument
/linux-4.4.14/arch/arm/mach-socfpga/
H A Dsocfpga.c64 static void socfpga_cyclone5_restart(enum reboot_mode mode, const char *cmd) socfpga_cyclone5_restart() argument
77 static void socfpga_arria10_restart(enum reboot_mode mode, const char *cmd) socfpga_arria10_restart() argument
/linux-4.4.14/arch/arm/mach-tegra/
H A Dirq.c53 tegra_gic_notifier(struct notifier_block *self, unsigned long cmd, void *v) tegra_gic_notifier() argument
/linux-4.4.14/arch/arm/mach-bcm/
H A Dboard_bcm21664.c31 static void bcm21664_restart(enum reboot_mode mode, const char *cmd) bcm21664_restart() argument
H A Dboard_bcm281xx.c30 static void bcm281xx_restart(enum reboot_mode mode, const char *cmd) bcm281xx_restart() argument
/linux-4.4.14/arch/arm/mach-ep93xx/
H A Dcrunch.c39 static int crunch_do(struct notifier_block *self, unsigned long cmd, void *t) crunch_do() argument
/linux-4.4.14/arch/arm/mach-imx/
H A Dsystem.c41 void mxc_restart(enum reboot_mode mode, const char *cmd) mxc_restart() argument
/linux-4.4.14/sound/synth/emux/
H A Demux_hwdep.c85 snd_emux_hwdep_ioctl(struct snd_hwdep * hw, struct file *file, unsigned int cmd, unsigned long arg) snd_emux_hwdep_ioctl() argument
/linux-4.4.14/include/linux/mfd/
H A Ddln2.h80 static inline int dln2_transfer_rx(struct platform_device *pdev, u16 cmd, dln2_transfer_rx() argument
97 static inline int dln2_transfer_tx(struct platform_device *pdev, u16 cmd, dln2_transfer_tx() argument
/linux-4.4.14/drivers/target/
H A Dtarget_core_ua.c39 target_scsi3_ua_check(struct se_cmd *cmd) target_scsi3_ua_check() argument
205 core_scsi3_ua_for_check_condition( struct se_cmd *cmd, u8 *asc, u8 *ascq) core_scsi3_ua_for_check_condition() argument
278 core_scsi3_ua_clear_for_request_sense( struct se_cmd *cmd, u8 *asc, u8 *ascq) core_scsi3_ua_clear_for_request_sense() argument
/linux-4.4.14/drivers/tty/serial/cpm_uart/
H A Dcpm_uart_cpm1.c53 void cpm_line_cr_cmd(struct uart_cpm_port *port, int cmd) cpm_line_cr_cmd() argument
H A Dcpm_uart_cpm2.c51 void cpm_line_cr_cmd(struct uart_cpm_port *port, int cmd) cpm_line_cr_cmd() argument
/linux-4.4.14/drivers/s390/char/
H A Dsclp_ctl.c91 static long sclp_ctl_ioctl(struct file *filp, unsigned int cmd, sclp_ctl_ioctl() argument
H A Dvmcp.c86 char *cmd; vmcp_write() local
135 static long vmcp_ioctl(struct file *file, unsigned int cmd, unsigned long arg) vmcp_ioctl() argument
/linux-4.4.14/drivers/s390/net/
H A Dqeth_core_mpc.c227 enum qeth_ipa_cmds cmd; member in struct:ipa_cmd_names
262 char *qeth_get_ipa_cmd_name(enum qeth_ipa_cmds cmd) qeth_get_ipa_cmd_name() argument
/linux-4.4.14/drivers/staging/dgnc/
H A Ddgnc_mgmt.c96 long dgnc_mgmt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) dgnc_mgmt_ioctl() argument
/linux-4.4.14/drivers/staging/iio/addac/
H A Dadt7316-spi.c29 u8 cmd[2]; adt7316_spi_multi_read() local
/linux-4.4.14/drivers/uwb/i1480/dfu/
H A Ddfu.c97 struct uwb_rccb *cmd = i1480->cmd_buf; i1480_cmd() local
52 i1480_rceb_check(const struct i1480 *i1480, const struct uwb_rceb *rceb, const char *cmd, u8 context, u8 expected_type, unsigned expected_event) i1480_rceb_check() argument
H A Dphy.c55 struct i1480_cmd_mpi_write *cmd = i1480->cmd_buf; i1480_mpi_write() local
103 struct i1480_cmd_mpi_read *cmd = i1480->cmd_buf; i1480_mpi_read() local
/linux-4.4.14/drivers/iio/pressure/
H A Dms5611_spi.c20 u8 cmd = MS5611_RESET; ms5611_spi_reset() local
58 u8 cmd; ms5611_spi_read_adc_temp_and_pressure() local
/linux-4.4.14/drivers/media/pci/cx18/
H A Dcx18-mailbox.h68 u32 cmd; member in struct:cx18_mailbox
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
H A Dce6230.h32 u8 cmd; /* [1] */ member in struct:usb_req
/linux-4.4.14/drivers/net/wireless/ti/wl12xx/
H A Dcmd.c292 struct wl12xx_cmd_channel_switch *cmd; wl12xx_cmd_channel_switch() local
/linux-4.4.14/drivers/net/wireless/ti/wl18xx/
H A Dcmd.c32 struct wl18xx_cmd_channel_switch *cmd; wl18xx_cmd_channel_switch() local
89 struct wl18xx_cmd_smart_config_start *cmd; wl18xx_cmd_smart_config_start() local
117 struct wl1271_cmd_header *cmd; wl18xx_cmd_smart_config_stop() local
143 struct wl18xx_cmd_smart_config_set_group_key *cmd; wl18xx_cmd_smart_config_set_group_key() local
178 struct wlcore_cmd_cac_start *cmd; wl18xx_cmd_set_cac() local
209 struct wl18xx_cmd_dfs_radar_debug *cmd; wl18xx_cmd_radar_detection_debug() local
235 struct wl18xx_cmd_dfs_master_restart *cmd; wl18xx_cmd_dfs_master_restart() local
H A Dscan.c26 static void wl18xx_adjust_channels(struct wl18xx_cmd_scan_params *cmd, wl18xx_adjust_channels() argument
44 struct wl18xx_cmd_scan_params *cmd; wl18xx_scan_send() local
174 struct wl18xx_cmd_scan_params *cmd; wl18xx_scan_sched_scan_config() local
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
H A Dvendor.h55 uint cmd; member in struct:brcmf_vndr_dcmd_hdr
/linux-4.4.14/drivers/net/wimax/i2400m/
H A Dop-rfkill.c94 } __packed *cmd; i2400m_op_rfkill_sw_toggle() local
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
H A Dioctl.c162 int wil_ioctl(struct wil6210_priv *wil, void __user *data, int cmd) wil_ioctl() argument
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
H A Dqed_sp_commands.c24 qed_sp_init_request(struct qed_hwfn *p_hwfn, struct qed_spq_entry **pp_ent, u32 cid, u16 opaque_fid, u8 cmd, u8 protocol, struct qed_sp_init_request_params *p_params) qed_sp_init_request() argument
/linux-4.4.14/fs/hfsplus/
H A Dioctl.c136 long hfsplus_ioctl(struct file *file, unsigned int cmd, unsigned long arg) hfsplus_ioctl() argument
/linux-4.4.14/fs/jfs/
H A Dioctl.c59 long jfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) jfs_ioctl() argument
170 long jfs_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) jfs_compat_ioctl() argument
/linux-4.4.14/net/caif/
H A Dcfutill.c42 u8 cmd = -1; cfutill_receive() local
H A Dcfveil.c41 u8 cmd; cfvei_receive() local
/linux-4.4.14/sound/core/
H A Dhwdep_compat.c62 static long snd_hwdep_ioctl_compat(struct file * file, unsigned int cmd, snd_hwdep_ioctl_compat() argument
/linux-4.4.14/fs/reiserfs/
H A Dioctl.c23 long reiserfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) reiserfs_ioctl() argument
133 long reiserfs_compat_ioctl(struct file *file, unsigned int cmd, reiserfs_compat_ioctl() argument
/linux-4.4.14/fs/ubifs/
H A Dioctl.c147 long ubifs_ioctl(struct file *file, unsigned int cmd, unsigned long arg) ubifs_ioctl() argument
191 long ubifs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) ubifs_compat_ioctl() argument
/linux-4.4.14/include/scsi/
H A Dscsi_dbg.h35 scsi_opcode_sa_name(int cmd, int sa, scsi_opcode_sa_name() argument
/linux-4.4.14/include/linux/platform_data/
H A Dleds-kirkwood-ns2.h27 unsigned cmd; member in struct:ns2_led
/linux-4.4.14/arch/powerpc/platforms/83xx/
H A Dmisc.c38 void mpc83xx_restart(char *cmd) mpc83xx_restart() argument
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
H A Dspu_save.c67 unsigned int cmd = 0x24; /* PUTL */ save_upper_240kb() local
123 unsigned int cmd = 0x20; /* PUT */ spill_regs_to_mem() local
140 unsigned int cmd = 0xCC; enqueue_sync() local
/linux-4.4.14/arch/powerpc/sysdev/
H A Dppc4xx_soc.c198 void ppc4xx_reset_system(char *cmd) ppc4xx_reset_system() argument
/linux-4.4.14/arch/s390/hypfs/
H A Dhypfs_dbfs.c60 static long dbfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg) dbfs_ioctl() argument
/linux-4.4.14/arch/s390/include/asm/
H A Dclp.h9 u16 cmd; member in struct:clp_req_hdr
/linux-4.4.14/arch/s390/kernel/
H A Dcpcmd.c63 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code) __cpcmd() argument
89 int cpcmd(const char *cmd, char *response, int rlen, int *response_code) cpcmd() argument
/linux-4.4.14/arch/sh/boards/mach-landisk/
H A Dgio.c62 static long gio_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) gio_ioctl() argument
/linux-4.4.14/arch/sh/drivers/pci/
H A Dcommon.c128 unsigned int cmd = 0; pcibios_handle_status_errors() local
/linux-4.4.14/arch/mips/txx9/generic/
H A Dspi_eeprom.c57 u8 cmd[2]; early_seeprom_probe() local
/linux-4.4.14/arch/arm/mach-prima2/
H A Drstc.c68 static void sirfsoc_restart(enum reboot_mode mode, const char *cmd) sirfsoc_restart() argument
/linux-4.4.14/arch/arm/mach-ux500/
H A Dcpu.c34 void ux500_restart(enum reboot_mode mode, const char *cmd) ux500_restart() argument
/linux-4.4.14/arch/arm/mach-vt8500/
H A Dvt8500.c47 static void vt8500_restart(enum reboot_mode mode, const char *cmd) vt8500_restart() argument
/linux-4.4.14/arch/arm/mach-cns3xxx/
H A Dpm.c91 void cns3xxx_restart(enum reboot_mode mode, const char *cmd) cns3xxx_restart() argument
/linux-4.4.14/sound/isa/gus/
H A Dgus_dma.c37 snd_gf1_dma_program(struct snd_gus_card * gus, unsigned int addr, unsigned long buf_addr, unsigned int count, unsigned int cmd) snd_gf1_dma_program() argument
/linux-4.4.14/sound/pci/hda/
H A Dhda_hwdep.c63 hda_hwdep_ioctl(struct snd_hwdep *hw, struct file *file, unsigned int cmd, unsigned long arg) hda_hwdep_ioctl() argument
81 hda_hwdep_ioctl_compat(struct snd_hwdep *hw, struct file *file, unsigned int cmd, unsigned long arg) hda_hwdep_ioctl_compat() argument
/linux-4.4.14/sound/soc/codecs/
H A Dmax98357a.c29 max98357a_daiops_trigger(struct snd_pcm_substream *substream, int cmd, struct snd_soc_dai *dai) max98357a_daiops_trigger() argument
/linux-4.4.14/drivers/xen/xenbus/
H A Dxenbus_dev_backend.c75 static long xenbus_backend_ioctl(struct file *file, unsigned int cmd, xenbus_backend_ioctl() argument
/linux-4.4.14/tools/testing/selftests/membarrier/
H A Dmembarrier_test.c16 static int sys_membarrier(int cmd, int flags) sys_membarrier() argument
23 int cmd = -1, flags = 0; test_membarrier_cmd_fail() local
34 int cmd = MEMBARRIER_CMD_QUERY, flags = 1; test_membarrier_flags_fail() local
45 int cmd = MEMBARRIER_CMD_SHARED, flags = 0; test_membarrier_success() local
/linux-4.4.14/tools/usb/usbip/src/
H A Dusbip.c107 const struct command *cmd; usbip_help() local
139 static int run_command(const struct command *cmd, int argc, char *argv[]) run_command() argument
154 char *cmd; main() local
/linux-4.4.14/drivers/staging/lustre/lustre/include/
H A Dlustre_lite.h70 static inline void lustre_build_lock_params(int cmd, unsigned long open_flags, lustre_build_lock_params() argument
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
H A Dlinux-module.c131 libcfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg) libcfs_ioctl() argument
/linux-4.4.14/drivers/staging/octeon/
H A Dethernet-mdio.c37 static int cvm_oct_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) cvm_oct_get_settings() argument
47 static int cvm_oct_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) cvm_oct_set_settings() argument
89 int cvm_oct_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) cvm_oct_ioctl() argument
/linux-4.4.14/drivers/sbus/char/
H A Ddisplay7seg.c103 static long d7s_ioctl(struct file *file, unsigned int cmd, unsigned long arg) d7s_ioctl() argument
/linux-4.4.14/drivers/scsi/aacraid/
H A Ddpcsup.c247 struct aac_aifcmd *cmd; aac_aif_callback() local
329 struct aac_aifcmd *cmd; aac_intr_normal() local
/linux-4.4.14/drivers/staging/android/ion/
H A Dcompat_ion.c34 compat_uint_t cmd; member in struct:compat_ion_custom_data
112 compat_uint_t cmd; compat_get_ion_custom_data() local
124 long compat_ion_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) compat_ion_ioctl() argument
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Damplc_pc236_common.c76 pc236_intr_cmdtest(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_cmd *cmd) pc236_intr_cmdtest() argument
H A Dcomedi_parport.c154 parport_intr_cmdtest(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_cmd *cmd) parport_intr_cmdtest() argument
H A Dni_labpc_isadma.c38 struct comedi_cmd *cmd = &s->async->cmd; labpc_suggest_transfer_size() local
65 struct comedi_cmd *cmd = &s->async->cmd; labpc_setup_dma() local
87 struct comedi_cmd *cmd = &async->cmd; labpc_drain_dma() local
/linux-4.4.14/drivers/video/backlight/
H A Dl4f00242t03.c53 const u16 cmd[] = { 0x36, param(0), 0x3A, param(0x60) }; l4f00242t03_lcd_init() local
/linux-4.4.14/drivers/video/fbdev/savage/
H A Dsavagefb_accel.c36 int cmd; savagefb_copyarea() local
68 int cmd, color; savagefb_fillrect() local
96 int cmd; savagefb_imageblit() local
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic7xxx_93cx6.c111 send_seeprom_cmd(struct seeprom_descriptor *sd, const struct seeprom_cmd *cmd) send_seeprom_cmd() argument
/linux-4.4.14/drivers/macintosh/
H A Dans-lcd.c82 anslcd_ioctl(struct file *file, unsigned int cmd, unsigned long arg) anslcd_ioctl() argument
/linux-4.4.14/drivers/misc/mic/host/
H A Dmic_fops.c60 long mic_ioctl(struct file *f, unsigned int cmd, unsigned long arg) mic_ioctl() argument
/linux-4.4.14/drivers/mtd/nand/
H A Dams-delta.c117 static void ams_delta_hwcontrol(struct mtd_info *mtd, int cmd, ams_delta_hwcontrol() argument
H A Dorion_nand.c26 static void orion_nand_cmd_ctrl(struct mtd_info *mtd, int cmd, unsigned int ctrl) orion_nand_cmd_ctrl() argument
H A Dpasemi_nand.c70 static void pasemi_hwcontrol(struct mtd_info *mtd, int cmd, pasemi_hwcontrol() argument
/linux-4.4.14/drivers/net/appletalk/
H A Dipddp.c268 static int ipddp_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) ipddp_ioctl() argument
/linux-4.4.14/drivers/iio/adc/
H A Dviperboard_adc.c31 u8 cmd; member in struct:vprbrd_adc_msg
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_gmr.c45 uint32_t *cmd; vmw_gmr2_bind() local
111 uint32_t *cmd; vmw_gmr2_unbind() local
/linux-4.4.14/drivers/media/pci/solo6x10/
H A Dsolo6x10-eeprom.c63 static void solo_eeprom_cmd(struct solo_dev *solo_dev, int cmd) solo_eeprom_cmd() argument
/linux-4.4.14/drivers/input/joystick/iforce/
H A Diforce-packets.c36 void iforce_dump_packet(char *msg, u16 cmd, unsigned char *data) iforce_dump_packet() argument
49 int iforce_send_packet(struct iforce *iforce, u16 cmd, unsigned char* data) iforce_send_packet() argument
156 void iforce_process_packet(struct iforce *iforce, u16 cmd, unsigned char *data) iforce_process_packet() argument

Completed in 8291 milliseconds

1234567891011>>