/linux-4.19.296/include/linux/ |
D | fcntl.h | 19 #define IS_GETLK32(cmd) ((cmd) == F_GETLK) argument 20 #define IS_SETLK32(cmd) ((cmd) == F_SETLK) argument 21 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW) argument 22 #define IS_GETLK64(cmd) ((cmd) == F_GETLK64) argument 23 #define IS_SETLK64(cmd) ((cmd) == F_SETLK64) argument 24 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW64) argument 26 #define IS_GETLK32(cmd) (0) argument 27 #define IS_SETLK32(cmd) (0) argument 28 #define IS_SETLKW32(cmd) (0) argument 29 #define IS_GETLK64(cmd) ((cmd) == F_GETLK) argument [all …]
|
D | sed-opal.h | 35 static inline bool is_sed_ioctl(unsigned int cmd) in is_sed_ioctl() 59 static inline bool is_sed_ioctl(unsigned int cmd) in is_sed_ioctl() 64 static inline int sed_ioctl(struct opal_dev *dev, unsigned int cmd, in sed_ioctl()
|
/linux-4.19.296/include/scsi/ |
D | scsi_cmnd.h | 156 static inline void *scsi_cmd_priv(struct scsi_cmnd *cmd) in scsi_cmd_priv() 162 static inline struct scsi_driver *scsi_cmd_to_driver(struct scsi_cmnd *cmd) in scsi_cmd_to_driver() 180 static inline int scsi_dma_map(struct scsi_cmnd *cmd) { return -ENOSYS; } in scsi_dma_map() 181 static inline void scsi_dma_unmap(struct scsi_cmnd *cmd) { } in scsi_dma_unmap() 184 static inline unsigned scsi_sg_count(struct scsi_cmnd *cmd) in scsi_sg_count() 189 static inline struct scatterlist *scsi_sglist(struct scsi_cmnd *cmd) in scsi_sglist() 194 static inline unsigned scsi_bufflen(struct scsi_cmnd *cmd) in scsi_bufflen() 199 static inline void scsi_set_resid(struct scsi_cmnd *cmd, int resid) in scsi_set_resid() 204 static inline int scsi_get_resid(struct scsi_cmnd *cmd) in scsi_get_resid() 209 #define scsi_for_each_sg(cmd, sg, nseg, __i) \ argument [all …]
|
/linux-4.19.296/drivers/misc/ibmasm/ |
D | command.c | 36 struct command *cmd; in ibmasm_new_command() local 68 struct command *cmd = to_command(kref); in ibmasm_free_command() local 77 static void enqueue_command(struct service_processor *sp, struct command *cmd) in enqueue_command() 84 struct command *cmd; in dequeue_command() local 119 void ibmasm_exec_command(struct service_processor *sp, struct command *cmd) in ibmasm_exec_command() 162 void ibmasm_wait_for_response(struct command *cmd, int timeout) in ibmasm_wait_for_response() 177 struct command *cmd = sp->current_command; in ibmasm_receive_command_response() local
|
/linux-4.19.296/drivers/bus/fsl-mc/ |
D | dprc.c | 27 struct fsl_mc_command cmd = { 0 }; in dprc_open() local 64 struct fsl_mc_command cmd = { 0 }; in dprc_close() local 91 struct fsl_mc_command cmd = { 0 }; in dprc_set_irq() local 129 struct fsl_mc_command cmd = { 0 }; in dprc_set_irq_enable() local 165 struct fsl_mc_command cmd = { 0 }; in dprc_set_irq_mask() local 197 struct fsl_mc_command cmd = { 0 }; in dprc_get_irq_status() local 239 struct fsl_mc_command cmd = { 0 }; in dprc_clear_irq_status() local 267 struct fsl_mc_command cmd = { 0 }; in dprc_get_attributes() local 305 struct fsl_mc_command cmd = { 0 }; in dprc_get_obj_count() local 347 struct fsl_mc_command cmd = { 0 }; in dprc_get_obj() local [all …]
|
D | dpcon.c | 34 struct fsl_mc_command cmd = { 0 }; in dpcon_open() local 72 struct fsl_mc_command cmd = { 0 }; in dpcon_close() local 96 struct fsl_mc_command cmd = { 0 }; in dpcon_enable() local 120 struct fsl_mc_command cmd = { 0 }; in dpcon_disable() local 144 struct fsl_mc_command cmd = { 0 }; in dpcon_reset() local 169 struct fsl_mc_command cmd = { 0 }; in dpcon_get_attributes() local 207 struct fsl_mc_command cmd = { 0 }; in dpcon_set_notification() local
|
D | dpbp.c | 34 struct fsl_mc_command cmd = { 0 }; in dpbp_open() local 71 struct fsl_mc_command cmd = { 0 }; in dpbp_close() local 94 struct fsl_mc_command cmd = { 0 }; in dpbp_enable() local 117 struct fsl_mc_command cmd = { 0 }; in dpbp_disable() local 140 struct fsl_mc_command cmd = { 0 }; in dpbp_reset() local 166 struct fsl_mc_command cmd = { 0 }; in dpbp_get_attributes() local
|
D | mc-sys.c | 31 static enum mc_cmd_status mc_cmd_hdr_read_status(struct fsl_mc_command *cmd) in mc_cmd_hdr_read_status() 38 static u16 mc_cmd_hdr_read_cmdid(struct fsl_mc_command *cmd) in mc_cmd_hdr_read_cmdid() 98 struct fsl_mc_command *cmd) in mc_write_command() 159 struct fsl_mc_command *cmd, in mc_polling_wait_preemptible() 205 struct fsl_mc_command *cmd, in mc_polling_wait_atomic() 244 int mc_send_command(struct fsl_mc_io *mc_io, struct fsl_mc_command *cmd) in mc_send_command()
|
D | dpmcp.c | 33 struct fsl_mc_command cmd = { 0 }; in dpmcp_open() local 69 struct fsl_mc_command cmd = { 0 }; in dpmcp_close() local 91 struct fsl_mc_command cmd = { 0 }; in dpmcp_reset() local
|
/linux-4.19.296/drivers/media/dvb-frontends/ |
D | si2168.c | 24 static int si2168_cmd_execute(struct i2c_client *client, struct si2168_cmd *cmd) in si2168_cmd_execute() 89 struct si2168_cmd cmd; in si2168_ts_bus_ctrl() local 116 struct si2168_cmd cmd; in si2168_read_status() local 241 struct si2168_cmd cmd; in si2168_set_frontend() local 450 struct si2168_cmd cmd; in si2168_init() local 606 struct si2168_cmd cmd; in si2168_sleep() local 646 struct si2168_cmd cmd; in si2168_select() local 666 struct si2168_cmd cmd; in si2168_deselect() local 725 struct si2168_cmd cmd; in si2168_probe() local
|
D | tda10071.c | 53 struct tda10071_cmd *cmd) in tda10071_cmd_execute() 106 struct tda10071_cmd cmd; in tda10071_set_tone() local 151 struct tda10071_cmd cmd; in tda10071_set_voltage() local 197 struct tda10071_cmd cmd; in tda10071_diseqc_send_master_cmd() local 257 struct tda10071_cmd cmd; in tda10071_diseqc_recv_slave_reply() local 317 struct tda10071_cmd cmd; in tda10071_diseqc_send_burst() local 381 struct tda10071_cmd cmd; in tda10071_read_status() local 564 struct tda10071_cmd cmd; in tda10071_set_frontend() local 768 struct tda10071_cmd cmd; in tda10071_init() local 1055 struct tda10071_cmd cmd; in tda10071_sleep() local
|
/linux-4.19.296/drivers/s390/net/ |
D | ism_drv.c | 36 static int ism_cmd(struct ism_dev *ism, void *cmd) in ism_cmd() 60 union ism_cmd_simple cmd; in ism_cmd_simple() local 71 union ism_qi cmd; in query_info() local 88 union ism_reg_sba cmd; in register_sba() local 115 union ism_reg_ieq cmd; in register_ieq() local 184 union ism_read_gid cmd; in ism_read_local_gid() local 204 union ism_query_rgid cmd; in ism_query_rgid() local 256 union ism_reg_dmb cmd; in ism_register_dmb() local 287 union ism_unreg_dmb cmd; in ism_unregister_dmb() local 308 union ism_set_vlan_id cmd; in ism_add_vlan_id() local [all …]
|
/linux-4.19.296/include/sound/ |
D | hda_regmap.h | 79 unsigned int cmd = snd_hdac_regmap_encode_verb(nid, verb); in snd_hdac_regmap_write() local 98 unsigned int cmd = snd_hdac_regmap_encode_verb(nid, verb); in snd_hdac_regmap_update() local 115 unsigned int cmd = snd_hdac_regmap_encode_verb(nid, verb); in snd_hdac_regmap_read() local 136 unsigned int cmd = snd_hdac_regmap_encode_amp(nid, ch, dir, idx); in snd_hdac_regmap_get_amp() local 160 unsigned int cmd = snd_hdac_regmap_encode_amp(nid, ch, dir, idx); in snd_hdac_regmap_update_amp() local 181 unsigned int cmd = snd_hdac_regmap_encode_amp_stereo(nid, dir, idx); in snd_hdac_regmap_get_amp_stereo() local 205 unsigned int cmd = snd_hdac_regmap_encode_amp_stereo(nid, dir, idx); in snd_hdac_regmap_update_amp_stereo() local
|
/linux-4.19.296/fs/ocfs2/ |
D | locks.c | 39 int cmd, struct file_lock *fl) in ocfs2_do_flock() 97 static int ocfs2_do_funlock(struct file *file, int cmd, struct file_lock *fl) in ocfs2_do_funlock() 113 int ocfs2_flock(struct file *file, int cmd, struct file_lock *fl) in ocfs2_flock() 133 int ocfs2_lock(struct file *file, int cmd, struct file_lock *fl) in ocfs2_lock()
|
/linux-4.19.296/drivers/media/tuners/ |
D | si2157.c | 22 static int si2157_cmd_execute(struct i2c_client *client, struct si2157_cmd *cmd) in si2157_cmd_execute() 84 struct si2157_cmd cmd; in si2157_init() local 253 struct si2157_cmd cmd; in si2157_sleep() local 282 struct si2157_cmd cmd; in si2157_set_params() local 406 struct si2157_cmd cmd; in si2157_stat_work() local 434 struct si2157_cmd cmd; in si2157_probe() local
|
/linux-4.19.296/include/soc/qcom/ |
D | rpmh.h | 30 const struct tcs_cmd *cmd, u32 n) in rpmh_write() 35 const struct tcs_cmd *cmd, u32 n) in rpmh_write_async() 40 const struct tcs_cmd *cmd, u32 *n) in rpmh_write_batch()
|
/linux-4.19.296/include/linux/mfd/ |
D | dln2.h | 5 #define DLN2_CMD(cmd, id) ((cmd) | ((id) << 8)) argument 81 static inline int dln2_transfer_rx(struct platform_device *pdev, u16 cmd, in dln2_transfer_rx() 98 static inline int dln2_transfer_tx(struct platform_device *pdev, u16 cmd, in dln2_transfer_tx()
|
/linux-4.19.296/drivers/s390/char/ |
D | hmcdrv_ftp.c | 50 static enum hmcdrv_ftp_cmdid hmcdrv_ftp_cmd_getid(const char *cmd, int len) in hmcdrv_ftp_cmd_getid() 55 enum hmcdrv_ftp_cmdid cmd; /* associated command as enum */ in hmcdrv_ftp_cmd_getid() member 112 static int hmcdrv_ftp_parse(char *cmd, struct hmcdrv_ftp_cmdspec *ftp) in hmcdrv_ftp_parse() 237 ssize_t hmcdrv_ftp_cmd(char __kernel *cmd, loff_t offset, in hmcdrv_ftp_cmd()
|
/linux-4.19.296/drivers/fsi/ |
D | fsi-master-gpio.c | 129 const struct fsi_gpio_msg *cmd) in serial_out() 234 struct fsi_gpio_msg *cmd, uint8_t id, in build_ar_command() 297 static void build_dpoll_command(struct fsi_gpio_msg *cmd, uint8_t slave_id) in build_dpoll_command() 307 static void build_epoll_command(struct fsi_gpio_msg *cmd, uint8_t slave_id) in build_epoll_command() 317 static void build_term_command(struct fsi_gpio_msg *cmd, uint8_t slave_id) in build_term_command() 398 struct fsi_gpio_msg cmd; in issue_term() local 426 struct fsi_gpio_msg response, cmd; in poll_for_response() local 523 struct fsi_gpio_msg *cmd) in send_request() 539 struct fsi_gpio_msg *cmd, size_t resp_len, void *resp) in fsi_master_gpio_xfer() 564 struct fsi_gpio_msg cmd; in fsi_master_gpio_read() local [all …]
|
/linux-4.19.296/block/ |
D | compat_ioctl.c | 82 unsigned int cmd, unsigned long arg) in compat_hdio_ioctl() 107 unsigned char cmd[CDROM_PACKET_SIZE]; member 119 unsigned int cmd, unsigned long arg) in compat_cdrom_read_audio() 146 unsigned int cmd, unsigned long arg) in compat_cdrom_generic_command() 185 unsigned int cmd, struct compat_blkpg_ioctl_arg __user *ua32) in compat_blkpg_ioctl() 211 unsigned cmd, unsigned long arg) in compat_blkdev_driver_ioctl() 316 long compat_blkdev_ioctl(struct file *file, unsigned cmd, unsigned long arg) in compat_blkdev_ioctl()
|
/linux-4.19.296/drivers/uwb/ |
D | reset.c | 72 struct uwb_rccb *cmd, size_t cmd_size, in uwb_rc_cmd_async() 172 struct uwb_rccb *cmd, size_t cmd_size, in __uwb_rc_cmd() 228 struct uwb_rccb *cmd, size_t cmd_size, in uwb_rc_cmd() 271 struct uwb_rccb *cmd, size_t cmd_size, in uwb_rc_vcmd() 295 struct uwb_rccb *cmd; in uwb_rc_reset() local
|
/linux-4.19.296/drivers/isdn/isdnloop/ |
D | isdnloop.c | 59 isdn_ctrl cmd; in isdnloop_bchan_send() local 122 isdnloop_parse_setup(char *setup, isdn_ctrl *cmd) in isdnloop_parse_setup() 189 isdn_ctrl cmd; in isdnloop_parse_status() local 318 isdn_ctrl cmd; in isdnloop_polldchan() local 662 isdnloop_try_call(isdnloop_card *card, char *p, int lch, isdn_ctrl *cmd) in isdnloop_try_call() 776 isdn_ctrl cmd; in isdnloop_parse_cmd() local 966 isdn_ctrl cmd; in isdnloop_writecmd() local 1015 isdn_ctrl cmd; in isdnloop_stopcard() local 1130 isdn_ctrl cmd; in isdnloop_command() local 1503 isdn_ctrl cmd; in isdnloop_exit() local
|
/linux-4.19.296/fs/nilfs2/ |
D | ioctl.c | 208 unsigned int cmd, void __user *argp) in nilfs_ioctl_change_cpmode() 263 unsigned int cmd, void __user *argp) in nilfs_ioctl_delete_checkpoint() 342 unsigned int cmd, void __user *argp) in nilfs_ioctl_get_cpstat() 409 unsigned int cmd, void __user *argp) in nilfs_ioctl_get_sustat() 518 unsigned int cmd, void __user *argp) in nilfs_ioctl_get_bdescs() 865 unsigned int cmd, void __user *argp) in nilfs_ioctl_clean_segments() 1004 unsigned int cmd, void __user *argp) in nilfs_ioctl_sync() 1177 unsigned int cmd, void __user *argp, in nilfs_ioctl_get_info() 1228 unsigned int cmd, void __user *argp) in nilfs_ioctl_set_suinfo() 1292 long nilfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in nilfs_ioctl() [all …]
|
/linux-4.19.296/drivers/misc/mei/ |
D | hbm.c | 164 struct mei_hbm_cl_cmd *cmd = buf; in mei_hbm_cl_hdr() local 205 bool mei_hbm_cl_addr_equal(struct mei_cl *cl, struct mei_hbm_cl_cmd *cmd) in mei_hbm_cl_addr_equal() 222 struct mei_hbm_cl_cmd *cmd = (struct mei_hbm_cl_cmd *)buf; in mei_hbm_cl_find_by_cmd() local 463 static inline enum mei_cb_file_ops notify_res_to_fop(struct mei_hbm_cl_cmd *cmd) in notify_res_to_fop() 481 struct mei_hbm_cl_cmd *cmd) in mei_hbm_cl_notify_start_res() 507 struct mei_hbm_cl_cmd *cmd) in mei_hbm_cl_notify_stop_res() 531 struct mei_hbm_cl_cmd *cmd) in mei_hbm_cl_notify() 758 struct mei_hbm_cl_cmd *cmd) in mei_hbm_cl_disconnect_res() 795 struct mei_hbm_cl_cmd *cmd) in mei_hbm_cl_connect_res()
|
/linux-4.19.296/fs/ |
D | compat_ioctl.c | 125 static int do_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in do_ioctl() 147 unsigned int cmd, struct compat_video_event __user *up) in do_video_get_event() 178 unsigned int cmd, struct compat_video_still_picture __user *up) in do_video_stillpicture() 256 static int sg_ioctl_trans(struct file *file, unsigned int cmd, in sg_ioctl_trans() 361 unsigned int cmd, struct compat_sg_req_info __user *o) in sg_grt_trans() 393 unsigned int cmd, struct sock_fprog32 __user *u_fprog32) in ppp_sock_fprog_ioctl_trans() 431 static int ppp_gidle(struct file *file, unsigned int cmd, in ppp_gidle() 452 static int ppp_scompress(struct file *file, unsigned int cmd, in ppp_scompress() 493 unsigned int cmd, void __user *argp) in mt_ioctl_trans() 589 unsigned cmd, struct serial_struct32 __user *ss32) in serial_struct_ioctl() [all …]
|