Searched defs:fn (Results 101 - 125 of 426) sorted by relevance

1234567891011>>

/linux-master/drivers/sh/intc/
H A Dvirq.c139 unsigned int fn = REG_FN_TEST_BASE + (subgroup->reg_width >> 3) - 1; local
/linux-master/drivers/media/pci/ivtv/
H A Divtv-firmware.c40 static int load_fw_direct(const char *fn, volatile u8 __iomem *mem, struct ivtv *itv, long size) argument
/linux-master/fs/jffs2/
H A Dnodelist.c149 static struct jffs2_node_frag * new_fragment(struct jffs2_full_dnode *fn, uint32_t ofs, uint32_t size) argument
363 int jffs2_add_full_dnode_to_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, struct jffs2_full_dnode *fn) argument
[all...]
H A Dgc.c501 struct jffs2_full_dnode *fn = NULL; local
758 jffs2_garbage_collect_metadata(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, struct jffs2_inode_info *f, struct jffs2_full_dnode *fn) argument
1013 jffs2_garbage_collect_hole(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, struct jffs2_inode_info *f, struct jffs2_full_dnode *fn, uint32_t start, uint32_t end) argument
1164 jffs2_garbage_collect_dnode(struct jffs2_sb_info *c, struct jffs2_eraseblock *orig_jeb, struct jffs2_inode_info *f, struct jffs2_full_dnode *fn, uint32_t start, uint32_t end) argument
[all...]
/linux-master/tools/perf/jvmti/
H A Dlibjvmti.c172 char fn[PATH_MAX]; local
/linux-master/include/net/
H A Dl3mdev.h303 l3mdev_table_lookup_register(enum l3mdev_type l3type, lookup_by_table_id_t fn) argument
310 l3mdev_table_lookup_unregister(enum l3mdev_type l3type, lookup_by_table_id_t fn) argument
/linux-master/tools/perf/bench/
H A Dmem-functions.c63 } fn; member in struct:function
226 static void memcpy_prefault(memcpy_t fn, size_t size, void *src, void *dst) argument
241 memcpy_t fn = r->fn.memcpy; local
257 memcpy_t fn = r->fn.memcpy; local
307 memset_t fn = r->fn.memset; local
327 memset_t fn = r->fn.memset; local
[all...]
/linux-master/drivers/misc/ocxl/
H A Dcore.c6 static struct ocxl_fn *ocxl_fn_get(struct ocxl_fn *fn) argument
11 static void ocxl_fn_put(struct ocxl_fn *fn) argument
16 static struct ocxl_afu *alloc_afu(struct ocxl_fn *fn) argument
56 struct ocxl_fn *fn = afu->fn; local
84 struct ocxl_fn *fn = afu->fn; local
94 struct ocxl_fn *fn = afu->fn; local
123 struct ocxl_fn *fn = afu->fn; local
131 reserve_fn_bar(struct ocxl_fn *fn, int bar) argument
148 release_fn_bar(struct ocxl_fn *fn, int bar) argument
263 init_afu(struct pci_dev *dev, struct ocxl_fn *fn, u8 afu_idx) argument
301 struct ocxl_fn *fn; local
314 free_function(struct ocxl_fn *fn) argument
323 struct ocxl_fn *fn = container_of(dev, struct ocxl_fn, dev); local
328 set_function_device(struct ocxl_fn *fn, struct pci_dev *dev) argument
335 assign_function_actag(struct ocxl_fn *fn) argument
356 set_function_pasid(struct ocxl_fn *fn) argument
382 configure_function(struct ocxl_fn *fn, struct pci_dev *dev) argument
441 deconfigure_function(struct ocxl_fn *fn) argument
451 struct ocxl_fn *fn; local
479 struct ocxl_fn *fn; local
510 ocxl_function_afu_list(struct ocxl_fn *fn) argument
516 ocxl_function_fetch_afu(struct ocxl_fn *fn, u8 afu_idx) argument
529 ocxl_function_config(struct ocxl_fn *fn) argument
535 ocxl_function_close(struct ocxl_fn *fn) argument
[all...]
H A Docxl_internal.h39 struct ocxl_fn *fn; member in struct:ocxl_afu
/linux-master/drivers/input/rmi4/
H A Drmi_f3a.c38 static void rmi_f3a_report_button(struct rmi_function *fn, argument
58 struct rmi_function *fn = ctx; local
94 rmi_f3a_config(struct rmi_function *fn) argument
122 rmi_f3a_map_gpios(struct rmi_function *fn, struct f3a_data *f3a, u8 *query1_regs, u8 *ctrl1_regs) argument
167 rmi_f3a_initialize(struct rmi_function *fn, struct f3a_data *f3a) argument
207 rmi_f3a_probe(struct rmi_function *fn) argument
[all...]
H A Drmi_driver.h110 static inline int rmi_f03_overwrite_button(struct rmi_function *fn, argument
115 static inline void rmi_f03_commit_buttons(struct rmi_function *fn) {} argument
H A Drmi_f03.c29 struct rmi_function *fn; member in struct:f03_data
40 int rmi_f03_overwrite_button(struct rmi_function *fn, unsigned int button, argument
59 void rmi_f03_commit_buttons(struct rmi_function *fn) argument
96 struct rmi_function *fn local
142 struct rmi_function *fn = f03->fn; local
165 struct rmi_function *fn = f03->fn; local
198 rmi_f03_probe(struct rmi_function *fn) argument
222 rmi_f03_config(struct rmi_function *fn) argument
246 struct rmi_function *fn = ctx; local
307 rmi_f03_remove(struct rmi_function *fn) argument
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Ddebug.h132 void brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn, argument
/linux-master/drivers/video/fbdev/omap/
H A Dlcd_dma.c138 unsigned long en, fn; local
/linux-master/drivers/xen/
H A Dxlate_mmu.c48 xen_for_each_gfn(struct page **pages, unsigned nr_gfn, xen_gfn_fn_t fn, void *data) argument
/linux-master/include/xen/
H A Dgrant_table.h65 void (*fn)(void *); member in struct:gnttab_free_callback
313 gnttab_for_one_grant(struct page *page, unsigned int offset, unsigned len, xen_grant_fn_t fn, void *data) argument
[all...]
/linux-master/drivers/scsi/snic/
H A Dsnic_io.c443 snic_dump_desc(const char *fn, char *os_buf, int len) argument
540 snic_print_desc(const char *fn, char *os_buf, int len) argument
/linux-master/arch/s390/pci/
H A Dpci_insn.c98 static inline u8 __rpcit(u64 fn, u64 addr, u64 range, u8 *status) argument
114 int zpci_refresh_trans(u64 fn, u64 addr, u64 range) argument
/linux-master/kernel/gcov/
H A Dclang.c227 struct gcov_fn_info *fn; local
288 static struct gcov_fn_info *gcov_fn_info_dup(struct gcov_fn_info *fn) argument
318 struct gcov_fn_info *fn; local
350 struct gcov_fn_info *fn, *tmp; local
[all...]
/linux-master/include/linux/
H A Dsbitmap.h299 static inline void sbitmap_for_each_set(struct sbitmap *sb, sb_for_each_fn fn, argument
247 __sbitmap_for_each_set(struct sbitmap *sb, unsigned int start, sb_for_each_fn fn, void *data) argument
/linux-master/drivers/mmc/core/
H A Dsdio_cis.c255 unsigned char x, fn; local
/linux-master/drivers/md/persistent-data/
H A Ddm-bitset.c44 bit_value_fn fn; member in struct:packer_context
73 dm_bitset_new(struct dm_disk_bitset *info, dm_block_t *root, uint32_t size, bit_value_fn fn, void *context) argument
/linux-master/drivers/scsi/device_handler/
H A Dscsi_dh_emc.c384 clariion_activate(struct scsi_device *sdev, activate_complete fn, void *data) argument
/linux-master/drivers/md/
H A Ddm-switch.c538 switch_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) argument
/linux-master/arch/arm64/kvm/
H A Dpsci.c229 static unsigned long kvm_psci_check_allowed_function(struct kvm_vcpu *vcpu, u32 fn) argument

Completed in 647 milliseconds

1234567891011>>