| /kernel/linux/linux-5.10/drivers/misc/ |
| D | tifm_7xx1.c | 21 static void tifm_7xx1_dummy_eject(struct tifm_adapter *fm, in tifm_7xx1_dummy_eject() 26 static void tifm_7xx1_eject(struct tifm_adapter *fm, struct tifm_dev *sock) in tifm_7xx1_eject() 38 struct tifm_adapter *fm = dev_id; in tifm_7xx1_isr() local 137 struct tifm_adapter *fm = container_of(work, struct tifm_adapter, in tifm_7xx1_switch_media() local 213 struct tifm_adapter *fm = pci_get_drvdata(dev); in tifm_7xx1_suspend() local 230 struct tifm_adapter *fm = pci_get_drvdata(dev); in tifm_7xx1_resume() local 292 static int tifm_7xx1_dummy_has_ms_pif(struct tifm_adapter *fm, in tifm_7xx1_dummy_has_ms_pif() 298 static int tifm_7xx1_has_ms_pif(struct tifm_adapter *fm, struct tifm_dev *sock) in tifm_7xx1_has_ms_pif() 310 struct tifm_adapter *fm; in tifm_7xx1_probe() local 381 struct tifm_adapter *fm = pci_get_drvdata(dev); in tifm_7xx1_remove() local
|
| D | tifm_core.c | 165 struct tifm_adapter *fm = container_of(dev, struct tifm_adapter, dev); in tifm_free() local 178 struct tifm_adapter *fm; in tifm_alloc_adapter() local 193 int tifm_add_adapter(struct tifm_adapter *fm) in tifm_add_adapter() 219 void tifm_remove_adapter(struct tifm_adapter *fm) in tifm_remove_adapter() 236 void tifm_free_adapter(struct tifm_adapter *fm) in tifm_free_adapter() 249 struct tifm_dev *tifm_alloc_device(struct tifm_adapter *fm, unsigned int id, in tifm_alloc_device() 282 struct tifm_adapter *fm = dev_get_drvdata(sock->dev.parent); in tifm_eject() local 289 struct tifm_adapter *fm = dev_get_drvdata(sock->dev.parent); in tifm_has_ms_pif() local
|
| /kernel/linux/linux-4.19/drivers/misc/ |
| D | tifm_7xx1.c | 25 static void tifm_7xx1_dummy_eject(struct tifm_adapter *fm, in tifm_7xx1_dummy_eject() 30 static void tifm_7xx1_eject(struct tifm_adapter *fm, struct tifm_dev *sock) in tifm_7xx1_eject() 42 struct tifm_adapter *fm = dev_id; in tifm_7xx1_isr() local 141 struct tifm_adapter *fm = container_of(work, struct tifm_adapter, in tifm_7xx1_switch_media() local 218 struct tifm_adapter *fm = pci_get_drvdata(dev); in tifm_7xx1_suspend() local 237 struct tifm_adapter *fm = pci_get_drvdata(dev); in tifm_7xx1_resume() local 311 static int tifm_7xx1_dummy_has_ms_pif(struct tifm_adapter *fm, in tifm_7xx1_dummy_has_ms_pif() 317 static int tifm_7xx1_has_ms_pif(struct tifm_adapter *fm, struct tifm_dev *sock) in tifm_7xx1_has_ms_pif() 329 struct tifm_adapter *fm; in tifm_7xx1_probe() local 400 struct tifm_adapter *fm = pci_get_drvdata(dev); in tifm_7xx1_remove() local
|
| D | tifm_core.c | 169 struct tifm_adapter *fm = container_of(dev, struct tifm_adapter, dev); in tifm_free() local 182 struct tifm_adapter *fm; in tifm_alloc_adapter() local 197 int tifm_add_adapter(struct tifm_adapter *fm) in tifm_add_adapter() 223 void tifm_remove_adapter(struct tifm_adapter *fm) in tifm_remove_adapter() 240 void tifm_free_adapter(struct tifm_adapter *fm) in tifm_free_adapter() 253 struct tifm_dev *tifm_alloc_device(struct tifm_adapter *fm, unsigned int id, in tifm_alloc_device() 286 struct tifm_adapter *fm = dev_get_drvdata(sock->dev.parent); in tifm_eject() local 293 struct tifm_adapter *fm = dev_get_drvdata(sock->dev.parent); in tifm_has_ms_pif() local
|
| /kernel/linux/linux-5.10/fs/fuse/ |
| D | inode.c | 360 struct fuse_mount **fm) in fuse_ilookup() 439 static void fuse_send_destroy(struct fuse_mount *fm) in fuse_send_destroy() 453 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_put_super() local 475 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_statfs() local 676 void fuse_conn_init(struct fuse_conn *fc, struct fuse_mount *fm, in fuse_conn_init() 735 void fuse_mount_put(struct fuse_mount *fm) in fuse_mount_put() 745 struct fuse_mount *fuse_mount_get(struct fuse_mount *fm) in fuse_mount_get() 981 static void process_init_reply(struct fuse_mount *fm, struct fuse_args *args, in process_init_reply() 1082 void fuse_send_init(struct fuse_mount *fm) in fuse_send_init() 1281 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_fill_super_submount() local [all …]
|
| D | dir.c | 200 struct fuse_mount *fm; in fuse_dentry_revalidate() local 314 struct fuse_mount *fm; in fuse_dentry_automount() local 424 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_lookup_name() local 532 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_create_open() local 668 static int create_new_entry(struct fuse_mount *fm, struct fuse_args *args, in create_new_entry() 732 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_mknod() local 760 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_mkdir() local 781 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_symlink() local 805 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_unlink() local 844 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_rmdir() local [all …]
|
| D | xattr.c | 17 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_setxattr() local 52 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_getxattr() local 110 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_listxattr() local 156 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_removexattr() local
|
| D | file.c | 35 static int fuse_send_open(struct fuse_mount *fm, u64 nodeid, struct file *file, in fuse_send_open() 63 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm) in fuse_file_alloc() 103 static void fuse_release_end(struct fuse_mount *fm, struct fuse_args *args, in fuse_release_end() 133 int fuse_do_open(struct fuse_mount *fm, u64 nodeid, struct file *file, in fuse_do_open() 223 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_open_common() local 466 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_flush() local 521 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_fsync_common() local 709 static void fuse_aio_complete_req(struct fuse_mount *fm, struct fuse_args *args, in fuse_aio_complete_req() 738 static ssize_t fuse_async_req_send(struct fuse_mount *fm, in fuse_async_req_send() 764 struct fuse_mount *fm = ff->fm; in fuse_send_read() local [all …]
|
| D | dev.c | 43 static void fuse_request_init(struct fuse_mount *fm, struct fuse_req *req) in fuse_request_init() 53 static struct fuse_req *fuse_request_alloc(struct fuse_mount *fm, gfp_t flags) in fuse_request_alloc() 106 static struct fuse_req *fuse_get_req(struct fuse_mount *fm, bool for_background) in fuse_get_req() 282 struct fuse_mount *fm = req->fm; in fuse_request_end() local 487 ssize_t fuse_simple_request(struct fuse_mount *fm, struct fuse_args *args) in fuse_simple_request() 528 struct fuse_mount *fm = req->fm; in fuse_request_queue_background() local 556 int fuse_simple_background(struct fuse_mount *fm, struct fuse_args *args, in fuse_simple_background() 585 static int fuse_simple_notify_reply(struct fuse_mount *fm, in fuse_simple_notify_reply() 1654 static void fuse_retrieve_end(struct fuse_mount *fm, struct fuse_args *args, in fuse_retrieve_end() 1664 static int fuse_retrieve(struct fuse_mount *fm, struct inode *inode, in fuse_retrieve() [all …]
|
| D | cuse.c | 60 struct fuse_mount fm; /* Dummy mount referencing fc */ member 147 struct fuse_mount *fm = ff->fm; in cuse_release() local 317 static void cuse_process_init_reply(struct fuse_mount *fm, in cuse_process_init_reply() 429 struct fuse_mount *fm = &cc->fm; in cuse_send_init() local
|
| D | readdir.c | 258 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_force_forget() local 326 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_readdir_uncached() local
|
| D | virtio_fs.c | 1296 struct fuse_mount *fm = get_fuse_mount_super(sb); in virtio_fs_fill_super() local 1360 static void virtio_fs_conn_destroy(struct fuse_mount *fm) in virtio_fs_conn_destroy() 1392 struct fuse_mount *fm = get_fuse_mount_super(sb); in virtio_kill_sb() local 1430 struct fuse_mount *fm; in virtio_fs_get_tree() local
|
| D | fuse_i.h | 186 struct fuse_mount *fm; member 383 struct fuse_mount *fm; member 827 struct fuse_mount *fm = get_fuse_mount_super(sb); in get_fuse_conn_super() local 839 struct fuse_mount *fm = get_fuse_mount(inode); in get_fuse_conn() local
|
| D | control.c | 167 struct fuse_mount *fm; in fuse_conn_congestion_threshold_write() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_formats.c | 34 bp, flg, fm, np) \ argument 53 alpha, bp, flg, fm, np, th) \ argument 73 alpha, chroma, count, bp, flg, fm, np) \ argument 91 #define PSEUDO_YUV_FMT(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np) \ argument 110 flg, fm, np, th) \ argument 128 #define PSEUDO_YUV_FMT_LOOSE(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np)\ argument 147 flg, fm, np, th) \ argument 167 flg, fm, np) \ argument
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_formats.c | 42 bp, flg, fm, np) \ argument 61 alpha, bp, flg, fm, np, th) \ argument 81 alpha, chroma, count, bp, flg, fm, np) \ argument 99 #define PSEUDO_YUV_FMT(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np) \ argument 118 flg, fm, np, th) \ argument 136 #define PSEUDO_YUV_FMT_LOOSE(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np)\ argument 155 flg, fm, np, th) \ argument 175 flg, fm, np) \ argument
|
| /kernel/linux/linux-5.10/drivers/mtd/ubi/ |
| D | fastmap.c | 550 struct ubi_fastmap_layout *fm) in ubi_attach_fastmap() 849 struct ubi_fastmap_layout *fm; in ubi_scan_fastmap() local 1456 struct ubi_fastmap_layout *fm; in invalidate_fastmap() local 1514 struct ubi_fastmap_layout *fm) in return_fm_pebs()
|
| /kernel/linux/linux-4.19/drivers/mtd/ubi/ |
| D | fastmap.c | 557 struct ubi_fastmap_layout *fm) in ubi_attach_fastmap() 866 struct ubi_fastmap_layout *fm; in ubi_scan_fastmap() local 1455 struct ubi_fastmap_layout *fm; in invalidate_fastmap() local 1513 struct ubi_fastmap_layout *fm) in return_fm_pebs()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/ |
| D | fman_port.h | 133 void *fm; member
|
| D | fman_mac.h | 193 void *fm; member
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/freescale/fman/ |
| D | fman_port.h | 133 void *fm; member
|
| D | fman_mac.h | 193 void *fm; member
|
| /kernel/linux/linux-4.19/sound/soc/codecs/ |
| D | cs42xx8.c | 259 u32 i, fm, val, mask; in cs42xx8_hw_params() local
|
| /kernel/linux/linux-4.19/drivers/media/pci/ddbridge/ |
| D | ddbridge-max.c | 364 int ddb_lnb_init_fmode(struct ddb *dev, struct ddb_link *link, u32 fm) in ddb_lnb_init_fmode()
|
| /kernel/linux/linux-4.19/drivers/media/pci/cx88/ |
| D | cx88-cards.c | 2918 int fm; member
|