| /linux/drivers/misc/ |
| H A D | tifm_7xx1.c | 21 static void tifm_7xx1_dummy_eject(struct tifm_adapter *fm, in tifm_7xx1_dummy_eject() argument 26 static void tifm_7xx1_eject(struct tifm_adapter *fm, struct tifm_dev *sock) in tifm_7xx1_eject() argument 30 spin_lock_irqsave(&fm->lock, flags); in tifm_7xx1_eject() 31 fm->socket_change_set |= 1 << sock->socket_id; in tifm_7xx1_eject() 32 tifm_queue_work(&fm->media_switcher); in tifm_7xx1_eject() 33 spin_unlock_irqrestore(&fm->lock, flags); in tifm_7xx1_eject() 38 struct tifm_adapter *fm = dev_id; in tifm_7xx1_isr() local 42 spin_lock(&fm->lock); in tifm_7xx1_isr() 43 irq_status = readl(fm->addr + FM_INTERRUPT_STATUS); in tifm_7xx1_isr() 45 spin_unlock(&fm in tifm_7xx1_isr() 137 struct tifm_adapter *fm = container_of(work, struct tifm_adapter, tifm_7xx1_switch_media() local 213 struct tifm_adapter *fm = pci_get_drvdata(dev); tifm_7xx1_suspend() local 230 struct tifm_adapter *fm = pci_get_drvdata(dev); tifm_7xx1_resume() local 292 tifm_7xx1_dummy_has_ms_pif(struct tifm_adapter * fm,struct tifm_dev * sock) tifm_7xx1_dummy_has_ms_pif() argument 298 tifm_7xx1_has_ms_pif(struct tifm_adapter * fm,struct tifm_dev * sock) tifm_7xx1_has_ms_pif() argument 310 struct tifm_adapter *fm; tifm_7xx1_probe() local 381 struct tifm_adapter *fm = pci_get_drvdata(dev); tifm_7xx1_remove() local [all...] |
| H A D | tifm_core.c | 164 struct tifm_adapter *fm = container_of(dev, struct tifm_adapter, dev); in tifm_free() local 166 kfree(fm); in tifm_free() 177 struct tifm_adapter *fm; in tifm_alloc_adapter() local 179 fm = kzalloc_flex(*fm, sockets, num_sockets); in tifm_alloc_adapter() 180 if (fm) { in tifm_alloc_adapter() 181 fm->dev.class = &tifm_adapter_class; in tifm_alloc_adapter() 182 fm->dev.parent = dev; in tifm_alloc_adapter() 183 device_initialize(&fm->dev); in tifm_alloc_adapter() 184 spin_lock_init(&fm in tifm_alloc_adapter() 191 tifm_add_adapter(struct tifm_adapter * fm) tifm_add_adapter() argument 217 tifm_remove_adapter(struct tifm_adapter * fm) tifm_remove_adapter() argument 234 tifm_free_adapter(struct tifm_adapter * fm) tifm_free_adapter() argument 247 tifm_alloc_device(struct tifm_adapter * fm,unsigned int id,unsigned char type) tifm_alloc_device() argument 280 struct tifm_adapter *fm = dev_get_drvdata(sock->dev.parent); tifm_eject() local 287 struct tifm_adapter *fm = dev_get_drvdata(sock->dev.parent); tifm_has_ms_pif() local [all...] |
| /linux/drivers/net/ethernet/sfc/ |
| H A D | tc_conntrack.c | 101 struct flow_match_control fm; in efx_tc_ct_parse_match() local 103 flow_rule_match_control(fr, &fm); in efx_tc_ct_parse_match() 104 if (IS_ALL_ONES(fm.mask->addr_type)) in efx_tc_ct_parse_match() 105 switch (fm.key->addr_type) { in efx_tc_ct_parse_match() 138 struct flow_match_basic fm; in efx_tc_ct_parse_match() local 140 flow_rule_match_basic(fr, &fm); in efx_tc_ct_parse_match() 141 if (!IS_ALL_ONES(fm.mask->n_proto)) { in efx_tc_ct_parse_match() 144 ntohs(fm.mask->n_proto)); in efx_tc_ct_parse_match() 147 conn->eth_proto = fm.key->n_proto; in efx_tc_ct_parse_match() 155 if (!IS_ALL_ONES(fm.mask->ip_proto)) { in efx_tc_ct_parse_match() [all …]
|
| H A D | tc.c | 227 struct flow_match_##_type fm; \ 229 flow_rule_match_##_tcget(rule, &fm); \ 230 match->value._field = fm.key->_tcfield; \ 231 match->mask._field = fm.mask->_tcfield; \ 253 struct flow_match_control fm; in efx_tc_flower_parse_match() local 255 flow_rule_match_control(rule, &fm); in efx_tc_flower_parse_match() 256 if (IS_ALL_ONES(fm.mask->addr_type)) in efx_tc_flower_parse_match() 257 switch (fm.key->addr_type) { in efx_tc_flower_parse_match() 268 if (fm.mask->flags & FLOW_DIS_IS_FRAGMENT) { in efx_tc_flower_parse_match() 269 match->value.ip_frag = fm.key->flags & FLOW_DIS_IS_FRAGMENT; in efx_tc_flower_parse_match() [all …]
|
| /linux/fs/fuse/ |
| H A D | inode.c | 524 struct fuse_mount **fm) in fuse_iget() 536 if (fm) 537 *fm = fm_iter; in fuse_ilookup() 620 static void fuse_send_destroy(struct fuse_mount *fm) in fuse_umount_begin() 622 if (fm->fc->conn_init) { in fuse_umount_begin() 628 fuse_simple_request(fm, &args); in fuse_umount_begin() 649 struct fuse_mount *fm = get_fuse_mount_super(sb); in convert_fuse_statfs() 654 if (!fuse_allow_current_process(fm->fc)) { in convert_fuse_statfs() 666 err = fuse_simple_request(fm, &args); in fuse_statfs() 723 struct fuse_mount *fm in fuse_sync_fs_writes() 538 fuse_ilookup(struct fuse_conn * fc,u64 nodeid,struct fuse_mount ** fm) fuse_ilookup() argument 634 fuse_send_destroy(struct fuse_mount * fm) fuse_send_destroy() argument 663 struct fuse_mount *fm = get_fuse_mount_super(sb); fuse_statfs() local 739 struct fuse_mount *fm = get_fuse_mount_super(sb); fuse_sync_fs() local 999 fuse_conn_init(struct fuse_conn * fc,struct fuse_mount * fm,struct user_namespace * user_ns,const struct fuse_iqueue_ops * fiq_ops,void * fiq_priv) fuse_conn_init() argument 1348 process_init_reply(struct fuse_mount * fm,struct fuse_args * args,int error) process_init_reply() argument 1514 fuse_new_init(struct fuse_mount * fm) fuse_new_init() argument 1577 fuse_send_init(struct fuse_mount * fm) fuse_send_init() argument 1774 struct fuse_mount *fm = get_fuse_mount_super(sb); fuse_fill_super_submount() local 1831 struct fuse_mount *fm; fuse_get_tree_submount() local 1880 struct fuse_mount *fm = get_fuse_mount_super(sb); fuse_fill_super_common() local 1977 struct fuse_mount *fm; fuse_fill_super() local 2013 struct fuse_mount *fm; fuse_get_tree() local 2097 fuse_mount_remove(struct fuse_mount * fm) fuse_mount_remove() argument 2112 fuse_conn_destroy(struct fuse_mount * fm) fuse_conn_destroy() argument 2133 struct fuse_mount *fm = get_fuse_mount_super(sb); fuse_sb_destroy() local 2143 fuse_mount_destroy(struct fuse_mount * fm) fuse_mount_destroy() argument [all...] |
| H A D | file.c | 25 static int fuse_send_open(struct fuse_mount *fm, u64 nodeid, 34 if (!fm->fc->atomic_o_trunc) in fuse_send_open() 37 if (fm->fc->handle_killpriv_v2 && in fuse_send_open() 51 return fuse_simple_request(fm, &args); in fuse_send_open() 54 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm, bool release) 62 ff->fm = fm; in fuse_file_alloc() 76 ff->kh = atomic64_inc_return(&fm->fc->khctr); in fuse_file_alloc() 112 } else if (args->opcode == FUSE_RELEASE && ff->fm->fc->no_open) { in fuse_file_put() 115 fuse_simple_request(ff->fm, arg in fuse_file_put() 26 fuse_send_open(struct fuse_mount * fm,u64 nodeid,unsigned int open_flags,int opcode,struct fuse_open_out * outargp) fuse_send_open() argument 55 fuse_file_alloc(struct fuse_mount * fm,bool release) fuse_file_alloc() argument 94 fuse_release_end(struct fuse_mount * fm,struct fuse_args * args,int error) fuse_release_end() argument 135 fuse_file_open(struct fuse_mount * fm,u64 nodeid,unsigned int open_flags,bool isdir) fuse_file_open() argument 191 fuse_do_open(struct fuse_mount * fm,u64 nodeid,struct file * file,bool isdir) fuse_do_open() argument 254 struct fuse_mount *fm = get_fuse_mount(inode); fuse_open() local 466 struct fuse_mount *fm = get_fuse_mount(inode); fuse_flush() local 520 struct fuse_mount *fm = get_fuse_mount(inode); fuse_fsync_common() local 712 fuse_aio_complete_req(struct fuse_mount * fm,struct fuse_args * args,int err) fuse_aio_complete_req() argument 745 fuse_async_req_send(struct fuse_mount * fm,struct fuse_io_args * ia,size_t num_bytes) fuse_async_req_send() argument 771 struct fuse_mount *fm = ff->fm; fuse_send_read() local 820 struct fuse_mount *fm = get_fuse_mount(inode); fuse_do_readfolio() local 1004 fuse_readpages_end(struct fuse_mount * fm,struct fuse_args * args,int err) fuse_readpages_end() argument 1042 struct fuse_mount *fm = ff->fm; fuse_send_readpages() local 1155 struct fuse_mount *fm = ff->fm; fuse_send_write() local 1202 struct fuse_mount *fm = ff->fm; fuse_send_write_pages() local 1915 fuse_send_writepage(struct fuse_mount * fm,struct fuse_writepage_args * wpa,loff_t size) fuse_send_writepage() argument 1975 struct fuse_mount *fm = get_fuse_mount(inode); fuse_flush_writepages() local 1988 fuse_writepage_end(struct fuse_mount * fm,struct fuse_args * args,int error) fuse_writepage_end() argument 2496 struct fuse_mount *fm = get_fuse_mount(inode); fuse_getlk() local 2516 struct fuse_mount *fm = get_fuse_mount(inode); fuse_setlk() local 2584 struct fuse_mount *fm = get_fuse_mount(inode); fuse_bmap() local 2614 struct fuse_mount *fm = get_fuse_mount(inode); fuse_lseek() local 2740 struct fuse_mount *fm = ff->fm; fuse_file_poll() local 2936 struct fuse_mount *fm = ff->fm; fuse_file_fallocate() local 3033 struct fuse_mount *fm = ff_in->fm; __fuse_copy_file_range() local [all...] |
| H A D | ioctl.c | 16 static ssize_t fuse_send_ioctl(struct fuse_mount *fm, struct fuse_args *args, in fuse_send_ioctl() 24 ret = fuse_simple_request(fm, args); in fuse_send_ioctl() 222 struct fuse_mount *fm = ff->fm; in fuse_do_ioctl() 255 ap.folios = fuse_folios_alloc(fm->fc->max_pages, GFP_KERNEL, &ap.descs); in fuse_do_ioctl() 260 fuse_folio_descs_length_init(ap.descs, 0, fm->fc->max_pages); in fuse_do_ioctl() 308 if (max_pages > fm->fc->max_pages) in fuse_do_ioctl() 342 transferred = fuse_send_ioctl(fm, &ap.args, &outarg); in fuse_do_ioctl() 370 err = fuse_copy_ioctl_iovec(fm->fc, iov_page, vaddr, in fuse_do_ioctl() 380 err = fuse_verify_ioctl_iov(fm in fuse_do_ioctl() 15 fuse_send_ioctl(struct fuse_mount * fm,struct fuse_args * args,struct fuse_ioctl_out * outarg) fuse_send_ioctl() argument 221 struct fuse_mount *fm = ff->fm; fuse_do_ioctl() local 441 struct fuse_mount *fm = ff->fm; fuse_priv_ioctl() local 485 struct fuse_mount *fm = get_fuse_mount(inode); fuse_priv_ioctl_prepare() local [all...] |
| H A D | dev.c | 129 fuse_request_init(struct fuse_mount * fm,struct fuse_req * req) fuse_request_init() argument 140 fuse_request_alloc(struct fuse_mount * fm,gfp_t flags) fuse_request_alloc() argument 195 fuse_get_req(struct mnt_idmap * idmap,struct fuse_mount * fm,bool for_background) fuse_get_req() argument 460 struct fuse_mount *fm = req->fm; fuse_request_end() local 669 __fuse_simple_request(struct mnt_idmap * idmap,struct fuse_mount * fm,struct fuse_args * args) __fuse_simple_request() argument 730 struct fuse_mount *fm = req->fm; fuse_request_queue_background() local 760 fuse_simple_background(struct fuse_mount * fm,struct fuse_args * args,gfp_t gfp_flags) fuse_simple_background() argument 789 fuse_simple_notify_reply(struct fuse_mount * fm,struct fuse_args * args,u64 unique) fuse_simple_notify_reply() argument 1853 fuse_retrieve_end(struct fuse_mount * fm,struct fuse_args * args,int error) fuse_retrieve_end() argument 1863 fuse_retrieve(struct fuse_mount * fm,struct inode * inode,struct fuse_notify_retrieve_out * outarg) fuse_retrieve() argument 1954 struct fuse_mount *fm; fuse_notify_retrieve() local
|
| H A D | fuse_trace.h | |
| /linux/drivers/mtd/ubi/ |
| H A D | fastmap.c | 550 struct ubi_fastmap_layout *fm) in ubi_attach_fastmap() argument 609 fm->max_pool_size = be16_to_cpu(fmpl->max_size); in ubi_attach_fastmap() 610 fm->max_wl_pool_size = be16_to_cpu(fmpl_wl->max_size); in ubi_attach_fastmap() 623 if (fm->max_pool_size > UBI_FM_MAX_POOL_SIZE || in ubi_attach_fastmap() 624 fm->max_pool_size < 0) { in ubi_attach_fastmap() 625 ubi_err(ubi, "bad maximal pool size: %i", fm->max_pool_size); in ubi_attach_fastmap() 629 if (fm->max_wl_pool_size > UBI_FM_MAX_POOL_SIZE || in ubi_attach_fastmap() 630 fm->max_wl_pool_size < 0) { in ubi_attach_fastmap() 632 fm->max_wl_pool_size); in ubi_attach_fastmap() 791 ai->bad_peb_count - fm->used_blocks)) in ubi_attach_fastmap() [all …]
|
| H A D | ubi.h | 591 struct ubi_fastmap_layout *fm; member 974 if (ubi->fm) { in ubi_free_fastmap() 977 for (i = 0; i < ubi->fm->used_blocks; i++) in ubi_free_fastmap() 978 kmem_cache_free(ubi_wl_entry_slab, ubi->fm->e[i]); in ubi_free_fastmap() 979 kfree(ubi->fm); in ubi_free_fastmap() 980 ubi->fm = NULL; in ubi_free_fastmap() 1237 if (ubi->fm) { in ubi_find_fm_block() 1238 for (i = 0; i < ubi->fm->used_blocks; i++) { in ubi_find_fm_block() 1239 if (ubi->fm->e[i]->pnum == pnum) in ubi_find_fm_block() 1240 return ubi->fm->e[i]; in ubi_find_fm_block()
|
| /linux/include/linux/ |
| H A D | tifm.h | 122 void (*eject)(struct tifm_adapter *fm, 124 int (*has_ms_pif)(struct tifm_adapter *fm, 132 int tifm_add_adapter(struct tifm_adapter *fm); 133 void tifm_remove_adapter(struct tifm_adapter *fm); 134 void tifm_free_adapter(struct tifm_adapter *fm); 137 struct tifm_dev *tifm_alloc_device(struct tifm_adapter *fm, unsigned int id,
|
| /linux/drivers/accel/ethosu/ |
| H A D | ethosu_gem.c | 196 struct feat_matrix *fm, in feat_matrix_length() argument 199 u32 element_size, storage = fm->precision >> 14; in feat_matrix_length() 203 if (fm->region < 0) in feat_matrix_length() 208 if (x >= fm->width0 + 1) { in feat_matrix_length() 209 x -= fm->width0 + 1; in feat_matrix_length() 212 if (y >= fm->height[tile] + 1) { in feat_matrix_length() 213 y -= fm->height[tile] + 1; in feat_matrix_length() 218 if (y >= fm->height[1] + 1) { in feat_matrix_length() 219 y -= fm->height[1] + 1; in feat_matrix_length() 221 } else if (y >= fm->height[0] + 1) { in feat_matrix_length() [all …]
|
| /linux/drivers/net/ethernet/freescale/fman/ |
| H A D | fman_tgec.c | 194 void *fm; member 372 fman_unregister_intr(tgec->fm, FMAN_MOD_MAC, tgec->mac_id, in free_init_resources() 624 (fman_reset_mac(tgec->fm, tgec->mac_id) != 0)) { in tgec_init() 654 err = fman_set_mac_max_frame(tgec->fm, tgec->mac_id, in tgec_init() 688 fman_register_intr(tgec->fm, FMAN_MOD_MAC, tgec->mac_id, in tgec_init() 751 tgec->fm = params->fm; in tgec_config() 754 fman_get_revision(tgec->fm, &tgec->fm_rev_info); in tgec_config()
|
| H A D | fman_dtsec.c | 317 void *fm; member 690 fman_reset_mac(dtsec->fm, dtsec->mac_id); in dtsec_isr() 739 fman_unregister_intr(dtsec->fm, FMAN_MOD_MAC, dtsec->mac_id, in free_init_resources() 741 fman_unregister_intr(dtsec->fm, FMAN_MOD_MAC, dtsec->mac_id, in free_init_resources() 1267 (fman_reset_mac(dtsec->fm, dtsec->mac_id) != 0)) { in dtsec_init() 1296 err = fman_set_mac_max_frame(dtsec->fm, dtsec->mac_id, max_frm_ln); in dtsec_init() 1319 fman_register_intr(dtsec->fm, FMAN_MOD_MAC, dtsec->mac_id, in dtsec_init() 1322 fman_register_intr(dtsec->fm, FMAN_MOD_MAC, dtsec->mac_id, in dtsec_init() 1388 dtsec->fm = params->fm; in dtsec_config() 1391 fman_get_revision(dtsec->fm, &dtsec->fm_rev_info); in dtsec_config()
|
| H A D | fman_memac.c | 290 void *fm; member 511 fman_unregister_intr(memac->fm, FMAN_MOD_MAC, memac->mac_id, in free_init_resources() 514 fman_unregister_intr(memac->fm, FMAN_MOD_MAC, memac->mac_id, in free_init_resources() 1031 err = fman_set_mac_max_frame(memac->fm, memac->mac_id, in memac_init() 1052 fman_register_intr(memac->fm, FMAN_MOD_MAC, memac->mac_id, in memac_init() 1055 fman_register_intr(memac->fm, FMAN_MOD_MAC, memac->mac_id, in memac_init() 1114 memac->fm = params->fm; in memac_config() 1117 fman_get_revision(memac->fm, &memac->fm_rev_info); in memac_config()
|
| /linux/drivers/regulator/ |
| H A D | qcom_rpm-regulator.c | 32 struct request_member fm; /* force mode */ member 45 (((reg)->parts->fm.mask >> (reg)->parts->fm.shift) == 3) 69 .fm = { 0, 0x03000000, 24 }, 80 .fm = { 0, 0x03000000, 24 }, 114 .fm = { 1, 0x00700000, 20 }, 125 .fm = { 1, 0x00700000, 20 }, 714 if (vreg->parts->fm.mask) { in rpm_reg_of_parse() 761 ret = rpm_reg_set(vreg, &vreg->parts->fm, force_mode); in rpm_reg_of_parse()
|
| /linux/drivers/media/pci/ddbridge/ |
| H A D | ddbridge-max.c | 355 int ddb_lnb_init_fmode(struct ddb *dev, struct ddb_link *link, u32 fm) in ddb_lnb_init_fmode() argument 359 if (link->lnb.fmode == fm) in ddb_lnb_init_fmode() 361 dev_info(dev->dev, "Set fmode link %u = %u\n", l, fm); in ddb_lnb_init_fmode() 363 if (fm == 2 || fm == 1) { in ddb_lnb_init_fmode() 385 link->lnb.fmode = fm; in ddb_lnb_init_fmode()
|
| H A D | ddbridge-max.h | 17 int ddb_lnb_init_fmode(struct ddb *dev, struct ddb_link *link, u32 fm);
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | common.rst | 52 ext-ctrls-fm-tx 53 ext-ctrls-fm-rx
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_cmd.c | 515 u32 *fm; in vmw_cmd_send_fence() local 519 fm = VMW_CMD_RESERVE(dev_priv, bytes); in vmw_cmd_send_fence() 520 if (unlikely(fm == NULL)) { in vmw_cmd_send_fence() 543 *fm++ = SVGA_CMD_FENCE; in vmw_cmd_send_fence() 544 cmd_fence = (struct svga_fifo_cmd_fence *) fm; in vmw_cmd_send_fence()
|
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | generic-hdlc.rst | 92 nrz / nrzi / fm-mark / fm-space / manchester - 传输编码选项
|
| /linux/fs/ext4/ |
| H A D | fsmap.c | 647 struct ext4_fsmap *fm) in ext4_getfsmap_is_valid_device() argument 649 if (fm->fmr_device == 0 || fm->fmr_device == UINT_MAX || in ext4_getfsmap_is_valid_device() 650 fm->fmr_device == new_encode_dev(sb->s_bdev->bd_dev)) in ext4_getfsmap_is_valid_device() 653 fm->fmr_device == in ext4_getfsmap_is_valid_device()
|
| /linux/arch/arm/boot/dts/samsung/ |
| H A D | exynos4412-i9300.dts | 26 fm-sel-gpios = <&gpl0 3 GPIO_ACTIVE_HIGH>;
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-pxa.c | 144 u32 fm; member 164 .fm = ICR_FM, 173 .fm = ICR_FM, 182 .fm = ICR_FM, 193 .fm = ICR_FM, 202 .fm = ICR_A3700_FM, 1481 i2c->fm_mask = pxa_reg_layout[i2c_type].fm; in i2c_pxa_probe()
|