Searched refs:func (Results 276 - 300 of 1908) sorted by path

<<11121314151617181920>>

/linux-master/block/
H A Dblk-rq-qos.c249 .func = rq_qos_wake_function,
/linux-master/drivers/accel/habanalabs/common/
H A Dhabanalabs.h3592 * @func: pointer to the driver's function that should be called for this IOCTL.
3596 hl_ioctl_t *func; member in struct:hl_ioctl_desc
H A Dhabanalabs_ioctl.c1224 [_IOC_NR(ioctl) - HL_COMMAND_START] = {.cmd = ioctl, .func = _func}
1237 hl_ioctl_t *func; local
1242 func = ioctl->func;
1244 if (unlikely(!func)) {
1276 retcode = func(hpriv, kdata);
/linux-master/drivers/accel/ivpu/
H A Divpu_hw_reg_io.h78 const char *name, const char *func)
82 ivpu_dbg(vdev, REG, "%s : %s (0x%08x) RD: 0x%08x\n", func, name, reg, val);
88 const char *name, const char *func)
92 ivpu_dbg(vdev, REG, "%s : %s (0x%08x) RD: 0x%016llx\n", func, name, reg, val);
98 const char *name, const char *func)
100 ivpu_dbg(vdev, REG, "%s : %s (0x%08x) WR: 0x%08x\n", func, name, reg, val);
106 const char *name, const char *func)
108 ivpu_dbg(vdev, REG, "%s : %s (0x%08x) WR: 0x%016llx\n", func, name, reg, val);
115 const char *func)
119 ivpu_dbg(vdev, REG, "%s WR: %s_%d (0x%08x) <= 0x%08x\n", func, nam
77 ivpu_hw_reg_rd32(struct ivpu_device *vdev, void __iomem *base, u32 reg, const char *name, const char *func) argument
87 ivpu_hw_reg_rd64(struct ivpu_device *vdev, void __iomem *base, u32 reg, const char *name, const char *func) argument
97 ivpu_hw_reg_wr32(struct ivpu_device *vdev, void __iomem *base, u32 reg, u32 val, const char *name, const char *func) argument
105 ivpu_hw_reg_wr64(struct ivpu_device *vdev, void __iomem *base, u32 reg, u64 val, const char *name, const char *func) argument
113 ivpu_hw_reg_wr32_index(struct ivpu_device *vdev, void __iomem *base, u32 reg, u32 stride, u32 index, u32 val, const char *name, const char *func) argument
[all...]
/linux-master/drivers/accessibility/speakup/
H A Dkeyhelp.c136 u_char func, *kp; local
195 func = funcvals[cur_item];
197 if (key_offsets[func] == 0) {
201 p_keys = key_data + key_offsets[func];
/linux-master/drivers/acpi/apei/
H A Dapei-base.c196 apei_exec_entry_func_t func,
216 rc = func(ctx, entry, data);
448 int (*arch_apei_filter_addr)(int (*func)(__u64 start, __u64 size,
195 apei_exec_for_each_entry(struct apei_exec_context *ctx, apei_exec_entry_func_t func, void *data, int *end) argument
H A Dghes.c1131 estatus_node->task_work.func = ghes_kick_task_work;
1136 estatus_node->task_work.func = NULL;
1139 if (!estatus_node->task_work.func)
1202 estatus_node->task_work.func = NULL;
H A Dhest.c137 static int apei_hest_parse(apei_hest_func_t func, void *data) argument
168 rc = func(hest_hdr, data);
/linux-master/drivers/acpi/
H A Ddevice_pm.c546 if (adev->wakeup.context.func) {
548 adev->wakeup.context.func,
550 adev->wakeup.context.func(&adev->wakeup.context);
563 * @func: Work function to execute when handling the notification.
571 void (*func)(struct acpi_device_wakeup_context *context))
575 if (!dev && !func)
592 adev->wakeup.context.func = func;
621 adev->wakeup.context.func = NULL;
H A Dec.c145 acpi_ec_query_func func; member in struct:acpi_ec_query_handler
1068 acpi_handle handle, acpi_ec_query_func func,
1073 if (!handle && !func)
1082 handler->func = func;
1103 * which have handler->func set. This is done to preserve query
1107 if (remove_all || (handler->func && handler->query_bit == query_bit)) {
1133 if (handler->func)
1134 handler->func(handler->data);
1067 acpi_ec_add_query_handler(struct acpi_ec *ec, u8 query_bit, acpi_handle handle, acpi_ec_query_func func, void *data) argument
H A Dinternal.h224 acpi_handle handle, acpi_ec_query_func func,
H A Dnvs.c52 int acpi_nvs_for_each_region(int (*func)(__u64 start, __u64 size, void *data),
59 rc = func(region->phys_start, region->size, data);
H A Dosl.c889 int (*func)(acpi_osd_exec_callback, void *);
903 func = acpi_debugger.ops->create_thread;
907 ret = func(function, context);
919 ssize_t (*func)(const char *);
933 func = acpi_debugger.ops->write_log;
937 ret = func(msg);
949 ssize_t (*func)(char *, size_t);
963 func = acpi_debugger.ops->read_cmd;
967 ret = func(buffer, buffer_length);
979 int (*func)(boo
[all...]
H A Dsbshc.c242 acpi_handle handle, acpi_ec_query_func func,
H A Dutils.c752 * @func: requested function number
762 acpi_evaluate_dsm(acpi_handle handle, const guid_t *guid, u64 rev, u64 func, argument
779 params[2].integer.value = func;
/linux-master/drivers/acpi/nfit/
H A Dcore.c375 static u8 nfit_dsm_revid(unsigned family, unsigned func) argument
387 if (func > NVDIMM_CMD_MAX)
389 id = revid_table[family][func];
395 static bool payload_dumpable(struct nvdimm *nvdimm, unsigned int func) argument
400 && func >= NVDIMM_INTEL_GET_SECURITY_STATE
401 && func <= NVDIMM_INTEL_MASTER_SECURE_ERASE)
451 int func, rc, i; local
459 func = cmd_to_func(nfit_mem, cmd, call_pkg, &family);
460 if (func < 0)
461 return func;
1730 const u8 func = ND_INTEL_SMART; local
3189 unsigned int func; local
[all...]
/linux-master/drivers/acpi/x86/
H A Ds2idle.c393 static void acpi_sleep_run_lps0_dsm(unsigned int func, unsigned int func_mask, guid_t dsm_guid) argument
397 if (!(func_mask & (1 << func)))
401 rev_id, func, NULL);
404 lps0_dsm_state = func;
/linux-master/drivers/android/
H A Dbinder_trace.h51 TP_PROTO(const char *func), \
52 TP_ARGS(func))
/linux-master/drivers/ata/
H A Dahci.c678 "form \"domain:bus:dev.func\"");
1456 #define ENCODE_BUSDEVFN(bus, slot, func) \
1457 (void *)(unsigned long)(((bus) << 8) | PCI_DEVFN((slot), (func)))
/linux-master/drivers/atm/
H A Dlanai.c304 void (*func)(struct lanai_dev *,vci_t vci))
309 func(lanai, vci);
/linux-master/drivers/base/
H A Dcore.c4996 #define define_dev_printk_level(func, kern_level) \
4997 void func(const struct device *dev, const char *fmt, ...) \
5011 EXPORT_SYMBOL(func);
H A Dcpu.c573 #define CPU_SHOW_VULN_FALLBACK(func) \
574 ssize_t cpu_show_##func(struct device *, \
H A Dmemory.c996 * @arg: argument passed to func
997 * @func: callback for each memory section walked
1000 * range [start, start + size), calling func on each memory block.
1002 * In case func() returns an error, walking is aborted and the error is
1008 void *arg, walk_memory_blocks_func_t func)
1024 ret = func(mem, arg);
1033 walk_memory_blocks_func_t func; member in struct:for_each_memory_block_cb_data
1042 return cb_data->func(mem, cb_data->arg);
1048 * @arg: argument passed to func
1049 * @func
1007 walk_memory_blocks(unsigned long start, unsigned long size, void *arg, walk_memory_blocks_func_t func) argument
1057 for_each_memory_block(void *arg, walk_memory_blocks_func_t func) argument
1207 walk_dynamic_memory_groups(int nid, walk_memory_groups_func_t func, struct memory_group *excluded, void *arg) argument
[all...]
H A Dnode.c855 walk_memory_blocks_func_t func; local
858 func = register_mem_block_under_node_hotplug;
860 func = register_mem_block_under_node_early;
863 (void *)&nid, func); local
/linux-master/drivers/base/power/
H A Dmain.c586 static bool dpm_async_fn(struct device *dev, async_func_t func) argument
595 if (async_schedule_dev_nocall(func, dev))
602 * has not been called at all, func() is not running and it is safe to

Completed in 454 milliseconds

<<11121314151617181920>>