/linux-6.6.21/fs/coda/ |
D | upcall.c | 47 union inputArgs *inp; in alloc_upcall() local 77 union inputArgs *inp; in venus_rootfid() local 95 union inputArgs *inp; in venus_getattr() local 114 union inputArgs *inp; in venus_setattr() local 134 union inputArgs *inp; in venus_lookup() local 163 union inputArgs *inp; in venus_close() local 183 union inputArgs *inp; in venus_open() local 205 union inputArgs *inp; in venus_mkdir() local 237 union inputArgs *inp; in venus_rename() local 273 union inputArgs *inp; in venus_create() local [all …]
|
/linux-6.6.21/fs/ |
D | select.c | 509 unsigned long *rinp, *routp, *rexp, *inp, *outp, *exp; in do_select() local 625 int core_sys_select(int n, fd_set __user *inp, fd_set __user *outp, in core_sys_select() 704 static int kern_select(int n, fd_set __user *inp, fd_set __user *outp, in kern_select() 726 SYSCALL_DEFINE5(select, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE5() argument 732 static long do_pselect(int n, fd_set __user *inp, fd_set __user *outp, in do_pselect() 795 SYSCALL_DEFINE6(pselect6, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE6() argument 809 SYSCALL_DEFINE6(pselect6_time32, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE6() argument 826 fd_set __user *inp, *outp, *exp; member 1194 static int compat_core_sys_select(int n, compat_ulong_t __user *inp, in compat_core_sys_select() 1265 static int do_compat_select(int n, compat_ulong_t __user *inp, in do_compat_select() [all …]
|
/linux-6.6.21/drivers/media/pci/cx18/ |
D | cx18-video.c | 14 int inp = cx->active_input; in cx18_video_set_io() local
|
D | cx18-ioctl.c | 524 int cx18_s_input(struct file *file, void *fh, unsigned int inp) in cx18_s_input()
|
/linux-6.6.21/drivers/media/pci/ivtv/ |
D | ivtv-routing.c | 52 int inp = itv->active_input; in ivtv_video_set_io() local
|
/linux-6.6.21/arch/x86/crypto/ |
D | poly1305_glue.c | 89 static void poly1305_simd_blocks(void *ctx, const u8 *inp, size_t len, in poly1305_simd_blocks() 145 const u8 *inp, unsigned int len) in crypto_poly1305_setdctxkey()
|
D | curve25519-x86_64.c | 1115 static void fsquare_times(u64 *o, const u64 *inp, u64 *tmp, u32 n1) in fsquare_times()
|
/linux-6.6.21/drivers/net/fddi/skfp/h/ |
D | types.h | 28 #define inp(p) ioread8(p) macro
|
/linux-6.6.21/drivers/scsi/lpfc/ |
D | lpfc_ct.c | 587 struct lpfc_dmabuf *inp, struct lpfc_dmabuf *outp, in lpfc_gen_req() 919 struct lpfc_dmabuf *inp; in lpfc_cmpl_ct_cmd_gid_ft() local 1141 struct lpfc_dmabuf *inp; in lpfc_cmpl_ct_cmd_gid_pt() local 1359 struct lpfc_dmabuf *inp = cmdiocb->cmd_dmabuf; in lpfc_cmpl_ct_cmd_gff_id() local 1507 struct lpfc_dmabuf *inp = cmdiocb->cmd_dmabuf; in lpfc_cmpl_ct_cmd_gft_id() local 1612 struct lpfc_dmabuf *inp; in lpfc_cmpl_ct() local 2224 struct lpfc_dmabuf *inp = cmdiocb->cmd_dmabuf; in lpfc_cmpl_ct_disc_fdmi() local 3577 struct lpfc_dmabuf *inp = cmdiocb->cmd_dmabuf; in lpfc_cmpl_ct_cmd_vmid() local
|
/linux-6.6.21/arch/powerpc/crypto/ |
D | poly1305-p10-glue.c | 50 const u8 *inp, unsigned int len) in crypto_poly1305_setdctxkey()
|
/linux-6.6.21/lib/ |
D | decompress_unlz4.c | 40 u8 *inp; in unlz4() local
|
/linux-6.6.21/drivers/s390/block/ |
D | dasd_eer.c | 548 static int dasd_eer_open(struct inode *inp, struct file *filp) in dasd_eer_open() 586 static int dasd_eer_close(struct inode *inp, struct file *filp) in dasd_eer_close()
|
/linux-6.6.21/drivers/s390/crypto/ |
D | zcrypt_msgtype50.c | 199 unsigned char *mod, *exp, *inp; in ICAMEX_msg_to_type50MEX_msg() local 263 unsigned char *p, *q, *dp, *dq, *u, *inp; in ICACRT_msg_to_type50CRT_msg() local
|
/linux-6.6.21/drivers/media/platform/sunxi/sun4i-csi/ |
D | sun4i_v4l2.c | 63 struct v4l2_input *inp) in sun4i_csi_enum_input()
|
/linux-6.6.21/drivers/media/test-drivers/vivid/ |
D | vivid-touch-cap.c | 168 int vivid_enum_input_tch(struct file *file, void *priv, struct v4l2_input *inp) in vivid_enum_input_tch()
|
D | vivid-vid-cap.c | 1068 struct v4l2_input *inp) in vidioc_enum_input()
|
/linux-6.6.21/drivers/media/i2c/ |
D | video-i2c.c | 587 static int video_i2c_g_input(struct file *file, void *fh, unsigned int *inp) in video_i2c_g_input() 594 static int video_i2c_s_input(struct file *file, void *fh, unsigned int inp) in video_i2c_s_input()
|
/linux-6.6.21/drivers/media/pci/zoran/ |
D | zoran_driver.c | 583 struct v4l2_input *inp) in zoran_enum_input()
|
/linux-6.6.21/tools/perf/util/ |
D | auxtrace.c | 2153 static int parse_num_or_str(char **inp, u64 *num, const char **str, in parse_num_or_str() 2208 static int parse_sym_idx(char **inp, int *idx) in parse_sym_idx() 2239 static int parse_addr_size(char **inp, u64 *num, const char **str, int *idx) in parse_addr_size()
|
/linux-6.6.21/drivers/misc/mei/ |
D | main.c | 1038 unsigned int inp; in tx_queue_limit_store() local
|
/linux-6.6.21/drivers/media/platform/ti/cal/ |
D | cal-video.c | 341 struct v4l2_input *inp) in cal_legacy_enum_input()
|
/linux-6.6.21/drivers/media/usb/go7007/ |
D | go7007-v4l2.c | 598 struct v4l2_input *inp) in vidioc_enum_input()
|
/linux-6.6.21/drivers/media/pci/sta2x11/ |
D | sta2x11_vip.c | 485 struct v4l2_input *inp) in vidioc_enum_input()
|
/linux-6.6.21/drivers/staging/vc04_services/bcm2835-camera/ |
D | bcm2835-camera.c | 850 struct v4l2_input *inp) in vidioc_enum_input()
|
/linux-6.6.21/drivers/media/pci/cobalt/ |
D | cobalt-v4l2.c | 952 struct v4l2_input *inp) in cobalt_enum_input()
|