Home
last modified time | relevance | path

Searched defs:fn (Results 51 – 75 of 559) sorted by relevance

12345678910>>...23

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/
H A Drpc.c454 r535_gsp_msg_recv(struct nvkm_gsp *gsp, int fn, u32 gsp_rpc_len) in r535_gsp_msg_recv()
519 r535_gsp_msg_ntfy_add(struct nvkm_gsp *gsp, u32 fn, nvkm_gsp_msg_ntfy_func func, void *priv) in r535_gsp_msg_ntfy_add()
537 r535_gsp_rpc_poll(struct nvkm_gsp *gsp, u32 fn) in r535_gsp_rpc_poll()
551 r535_gsp_rpc_handle_reply(struct nvkm_gsp *gsp, u32 fn, in r535_gsp_rpc_handle_reply()
581 u32 fn = rpc->function; in r535_gsp_rpc_send() local
607 r535_gsp_rpc_get(struct nvkm_gsp *gsp, u32 fn, u32 payload_size) in r535_gsp_rpc_get()
638 const u32 fn = rpc->function; in r535_gsp_rpc_push() local
/linux/init/
H A Dmain.c1118 ctor_fn_t *fn = (ctor_fn_t *) __ctors_start; in do_ctors() local
1155 static bool __init_or_module initcall_blacklisted(initcall_t fn) in initcall_blacklisted()
1189 static bool __init_or_module initcall_blacklisted(initcall_t fn) in initcall_blacklisted()
1197 trace_initcall_start_cb(void *data, initcall_t fn) in trace_initcall_start_cb()
1206 trace_initcall_finish_cb(void *data, initcall_t fn, int ret) in trace_initcall_finish_cb()
1239 static inline void do_trace_initcall_start(initcall_t fn) in do_trace_initcall_start()
1245 static inline void do_trace_initcall_finish(initcall_t fn, int ret) in do_trace_initcall_finish()
1259 int __init_or_module do_one_initcall(initcall_t fn) in do_one_initcall()
1321 initcall_entry_t *fn; in do_initcall_level() local
1371 initcall_entry_t *fn; in do_pre_smp_initcalls() local
/linux/rust/kernel/
H A Djump_label.rs72 pub const fn bool_to_int(b: bool) -> i32 { in bool_to_int() constant
H A Ddma.rs111 pub const fn new<const N: u32>() -> Self { in new() constant
143 pub const fn try_new(n: u32) -> Result<Self> { in try_new() constant
153 pub const fn value(&self) -> u64 { in value() constant
H A Dbits.rs31 pub const fn [<bit_ $ty>](n: u32) -> $ty { constant
79 pub const fn [<genmask_ $ty>](range: RangeInclusive<u32>) -> $ty { constant
H A Dbug.rs110 pub const fn bugflag_taint(value: u32) -> u32 { in bugflag_taint() constant
H A Dof.rs36 pub const fn new(compatible: &'static CStr) -> Self { in new() constant
H A Dacpi.rs39 pub const fn new(id: &'static CStr) -> Self { in new() constant
H A Dmiscdevice.rs33 pub const fn into_raw<T: MiscDevice>(self) -> bindings::miscdevice { in into_raw() constant
366 const fn build() -> &'static bindings::file_operations { in build() constant
/linux/include/linux/
H A Dmodule.h112 #define early_initcall(fn) module_init(fn) argument
113 #define core_initcall(fn) module_init(fn) argument
114 #define core_initcall_sync(fn) module_init(fn) argument
115 #define postcore_initcall(fn) module_init(fn) argument
116 #define postcore_initcall_sync(fn) module_init(fn) argument
117 #define arch_initcall(fn) module_init(fn) argument
118 #define subsys_initcall(fn) module_init(fn) argument
119 #define subsys_initcall_sync(fn) module_init(fn) argument
120 #define fs_initcall(fn) module_init(fn) argument
121 #define fs_initcall_sync(fn) module_init(fn) argument
[all …]
/linux/drivers/input/rmi4/
H A Drmi_f12.c68 struct rmi_function *fn = sensor->fn; in rmi_f12_read_sensor_tuning() local
224 struct rmi_function *fn = ctx; in rmi_f12_attention() local
259 static int rmi_f12_write_control_regs(struct rmi_function *fn) in rmi_f12_write_control_regs()
317 static int rmi_f12_config(struct rmi_function *fn) in rmi_f12_config()
341 static int rmi_f12_probe(struct rmi_function *fn) in rmi_f12_probe()
H A Drmi_f54.c97 struct rmi_function *fn; member
177 static int rmi_f54_request_report(struct rmi_function *fn, u8 report_type) in rmi_f54_request_report()
534 struct rmi_function *fn = f54->fn; in rmi_f54_work() local
612 static int rmi_f54_config(struct rmi_function *fn) in rmi_f54_config()
621 static int rmi_f54_detect(struct rmi_function *fn) in rmi_f54_detect()
659 static int rmi_f54_probe(struct rmi_function *fn) in rmi_f54_probe()
738 static void rmi_f54_remove(struct rmi_function *fn) in rmi_f54_remove()
/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dvsc7326_reg.h71 #define REG_TEST(ie,fn) CRA(0x2,ie&1,0x00+fn) /* Mode & Test Register */ argument
72 #define REG_TOP_BOTTOM(ie,fn) CRA(0x2,ie&1,0x10+fn) /* FIFO Buffer Top & Bottom */ argument
73 #define REG_TAIL(ie,fn) CRA(0x2,ie&1,0x20+fn) /* FIFO Write Pointer */ argument
74 #define REG_HEAD(ie,fn) CRA(0x2,ie&1,0x30+fn) /* FIFO Read Pointer */ argument
75 #define REG_HIGH_LOW_WM(ie,fn) CRA(0x2,ie&1,0x40+fn) /* Flow Control Water Marks */ argument
76 #define REG_CT_THRHLD(ie,fn) CRA(0x2,ie&1,0x50+fn) /* Cut Through Threshold */ argument
77 #define REG_FIFO_DROP_CNT(ie,fn) CRA(0x2,ie&1,0x60+fn) /* Drop & CRC Error Counter */ argument
78 #define REG_DEBUG_BUF_CNT(ie,fn) CRA(0x2,ie&1,0x70+fn) /* Input Side Debug Counter */ argument
79 #define REG_BUCKI(fn) CRA(0x2,2,0x20+fn) /* Input Side Debug Counter */ argument
80 #define REG_BUCKE(fn) CRA(0x2,3,0x20+fn) /* Input Side Debug Counter */ argument
/linux/lib/tests/
H A Dscanf_kunit.c26 _test(struct kunit *test, const char *file, const int line, check_fn fn, const void *check_data, in _test()
179 #define test_one_number(T, gen_fmt, scan_fmt, val, fn) \ argument
188 #define simple_numbers_loop(T, gen_fmt, scan_fmt, fn) \ argument
330 #define test_array_8(fn, check_data, string, fmt, arr) \ argument
338 #define numbers_list_8(T, gen_fmt, field_sep, scan_fmt, fn) \ argument
358 #define numbers_list_fix_width(T, gen_fmt, field_sep, width, scan_fmt, fn) \ argument
366 #define numbers_list_val_width(T, gen_fmt, field_sep, scan_fmt, fn) \ argument
606 #define test_number_prefix(T, str, scan_fmt, expect0, expect1, n_args, fn) \ argument
682 #define _test_simple_strtoxx(T, fn, gen_fmt, expect, base) \ argument
700 #define test_simple_strtoxx(T, fn, gen_fmt, base) \ argument
/linux/drivers/mmc/core/
H A Dsdio_ops.c62 static int mmc_io_rw_direct_host(struct mmc_host *host, int write, unsigned fn, in mmc_io_rw_direct_host()
108 int mmc_io_rw_direct(struct mmc_card *card, int write, unsigned fn, in mmc_io_rw_direct()
114 int mmc_io_rw_extended(struct mmc_card *card, int write, unsigned fn, in mmc_io_rw_extended()
/linux/drivers/gpu/nova-core/
H A Dutil.rs6 pub(crate) const fn to_lowercase_bytes<const N: usize>(s: &str) -> [u8; N] { in to_lowercase_bytes() constant
19 pub(crate) const fn const_bytes_to_str(bytes: &[u8]) -> &str { in const_bytes_to_str() constant
/linux/virt/kvm/
H A Dvfio.c40 void (*fn)(struct file *file, struct kvm *kvm); in kvm_vfio_file_set_kvm() local
53 bool (*fn)(struct file *file); in kvm_vfio_file_enforced_coherent() local
69 bool (*fn)(struct file *file); in kvm_vfio_file_is_valid() local
86 struct iommu_group *(*fn)(struct file *file); in kvm_vfio_file_iommu_group() local
/linux/drivers/misc/ocxl/
H A Dpci.c21 struct ocxl_fn *fn; in ocxl_probe() local
46 struct ocxl_fn *fn; in ocxl_remove() local
/linux/tools/perf/util/
H A Dsrccode.c28 char *fn; member
89 static struct srcfile *find_srcfile(char *fn) in find_srcfile()
156 char *find_sourceline(char *fn, unsigned line, int *lenp) in find_sourceline()
/linux/kernel/gcov/
H A Dclang.c227 struct gcov_fn_info *fn; in gcov_info_reset() local
288 static struct gcov_fn_info *gcov_fn_info_dup(struct gcov_fn_info *fn) in gcov_fn_info_dup()
318 struct gcov_fn_info *fn; in gcov_info_dup() local
350 struct gcov_fn_info *fn, *tmp; in gcov_info_free() local
/linux/net/ipv6/
H A Dip6_icmp.c16 int inet6_register_icmp_sender(ip6_icmp_send_t *fn) in inet6_register_icmp_sender()
23 int inet6_unregister_icmp_sender(ip6_icmp_send_t *fn) in inet6_unregister_icmp_sender()
/linux/fs/affs/
H A Dnamei.c46 __affs_hash_dentry(const struct dentry *dentry, struct qstr *qstr, toupper_t fn, bool notruncate) in __affs_hash_dentry()
83 const char *str, const struct qstr *name, toupper_t fn, in __affs_compare_dentry()
138 affs_match(struct dentry *dentry, const u8 *name2, toupper_t fn) in affs_match()
159 toupper_t fn = affs_get_toupper(sb); in affs_hash_name() local
174 toupper_t fn = affs_get_toupper(sb); in affs_find_entry() local
/linux/arch/mips/pci/
H A Dpci-xtalk-bridge.c125 int fn = PCI_FUNC(devfn); in pci_conf0_read_config() local
163 int fn = PCI_FUNC(devfn); in pci_conf1_read_config() local
210 int fn = PCI_FUNC(devfn); in pci_conf0_write_config() local
249 int fn = PCI_FUNC(devfn); in pci_conf1_write_config() local
614 struct fwnode_handle *fn; in bridge_probe() local
740 struct fwnode_handle *fn = bc->domain->fwnode; in bridge_remove() local
/linux/arch/um/include/linux/
H A Dtime-internal.h19 void (*fn)(struct time_travel_event *d); member
62 #define time_travel_set_event_fn(e, fn) do {} while (0) argument
/linux/drivers/soc/samsung/
H A Ds3c-pm-check.c46 static void s3c_pm_run_res(struct resource *ptr, run_fn_t fn, u32 *arg) in s3c_pm_run_res()
64 static void s3c_pm_run_sysram(run_fn_t fn, u32 *arg) in s3c_pm_run_sysram()

12345678910>>...23