Home
last modified time | relevance | path

Searched defs:handler (Results 1426 - 1450 of 2437) sorted by relevance

1...<<51525354555657585960>>...98

/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dsignal.c348 unsigned long handler = (unsigned long)ksig->ka.sa.sa_handler; in setup_frame() local
[all...]
/kernel/linux/linux-6.6/drivers/greybus/
H A Dconnection.c144 _gb_connection_create(struct gb_host_device *hd, int hd_cport_id, struct gb_interface *intf, struct gb_bundle *bundle, int cport_id, gb_request_handler_t handler, unsigned long flags) _gb_connection_create() argument
228 gb_connection_create_static(struct gb_host_device *hd, u16 hd_cport_id, gb_request_handler_t handler) gb_connection_create_static() argument
244 gb_connection_create(struct gb_bundle *bundle, u16 cport_id, gb_request_handler_t handler) gb_connection_create() argument
255 gb_connection_create_flags(struct gb_bundle *bundle, u16 cport_id, gb_request_handler_t handler, unsigned long flags) gb_connection_create_flags() argument
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-gpio.c167 i2c_gpio_fi_act_on_scl_irq(struct i2c_gpio_private_data *priv, irqreturn_t handler(int, void*)) i2c_gpio_fi_act_on_scl_irq() argument
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-clps711x.c130 irq_flow_handler_t handler = handle_level_irq; in clps711x_intc_irq_map() local
/kernel/linux/linux-6.6/drivers/input/rmi4/
H A Drmi_bus.c149 struct rmi_function_handler *handler = to_rmi_function_handler(drv); in rmi_function_match() local
206 struct rmi_function_handler *handler = in rmi_function_probe() local
230 struct rmi_function_handler *handler in rmi_function_remove() local
174 rmi_create_function_irq(struct rmi_function *fn, struct rmi_function_handler *handler) rmi_create_function_irq() argument
297 __rmi_register_function_handler(struct rmi_function_handler *handler, struct module *owner, const char *mod_name) __rmi_register_function_handler() argument
328 rmi_unregister_function_handler(struct rmi_function_handler *handler) rmi_unregister_function_handler() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/
H A Dvideobuf2-vmalloc.c31 struct vb2_vmarea_handler handler; member
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_cdc.c483 struct smc_wr_rx_handler *handler; in smc_cdc_init() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/mte/
H A Dmte_common_util.c82 void mte_register_signal(int signal, void (*handler)(int, siginfo_t *, void *)) in mte_register_signal() argument
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dptrace_syscall.c96 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
/kernel/linux/linux-6.6/sound/firewire/dice/
H A Ddice-transaction.c243 struct fw_address_handler *handler = &dice->notification_handler; in snd_dice_transaction_destroy() local
256 struct fw_address_handler *handler = &dice->notification_handler; in snd_dice_transaction_reinit() local
344 struct fw_address_handler *handler = &dice->notification_handler; in snd_dice_transaction_init() local
[all...]
/kernel/liteos_m/kernel/include/
H A Dlos_swtmr.h449 SWTMR_PROC_FUNC handler; /**< Callback function that handles software timer timeout */ member
/kernel/liteos_m/kernel/src/
H A Dlos_tick.c238 UINT32 LOS_SysTickClockFreqAdjust(const SYS_TICK_FREQ_ADJUST_FUNC handler, UINTPTR param) in LOS_SysTickClockFreqAdjust() argument
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dqdio_setup.c142 setup_queues_misc(struct qdio_q *q, struct qdio_irq *irq_ptr, qdio_handler_t *handler, int i) setup_queues_misc() argument
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/
H A Dcxl_hw.c37 cxlflash_map_afu_irq(void *ctx_cookie, int num, irq_handler_t handler, void *cookie, char *name) cxlflash_map_afu_irq() argument
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_boot.c302 const char *p, *handler; in trace_boot_hist_add_handlers() local
247 trace_boot_hist_add_one_handler(struct xbc_node *hnode, char **bufp, char *end, const char *handler, const char *param) trace_boot_hist_add_one_handler() argument
/kernel/linux/linux-6.6/net/ipv6/
H A Dxfrm6_protocol.c49 struct xfrm6_protocol *handler; in xfrm6_rcv_cb() local
66 struct xfrm6_protocol *handler; in xfrm6_rcv_encap() local
112 struct xfrm6_protocol *handler; xfrm6_esp_rcv() local
129 struct xfrm6_protocol *handler; xfrm6_esp_err() local
141 struct xfrm6_protocol *handler; xfrm6_ah_rcv() local
158 struct xfrm6_protocol *handler; xfrm6_ah_err() local
170 struct xfrm6_protocol *handler; xfrm6_ipcomp_rcv() local
187 struct xfrm6_protocol *handler; xfrm6_ipcomp_err() local
233 xfrm6_protocol_register(struct xfrm6_protocol *handler, unsigned char protocol) xfrm6_protocol_register() argument
280 xfrm6_protocol_deregister(struct xfrm6_protocol *handler, unsigned char protocol) xfrm6_protocol_deregister() argument
[all...]
/kernel/linux/linux-6.6/sound/xen/
H A Dxen_snd_front_evtchnl.c197 irq_handler_t handler; in evtchnl_alloc() local
/kernel/linux/linux-6.6/net/rfkill/
H A Dinput.c218 static int rfkill_connect(struct input_handler *handler, struct input_dev *dev, in rfkill_connect() argument
/test/testfwk/arkxtest/uitest/record/
H A Dui_record.cpp385 int32_t UiDriverRecordStart(std::function<void(nlohmann::json)> handler, std::string modeOpt) in UiDriverRecordStart() argument
H A Dui_record.h74 void SetAbcCallBack(std::function<void(nlohmann::json)> handler) in SetAbcCallBack() argument
/test/testfwk/arkxtest/uitest/test/
H A Dfrontend_api_handler_test.cpp91 auto handler = [](const ApiCallInfo &in, ApiReplyInfo &out) { in TEST_F() local
113 auto handler = [](const ApiCallInfo &in, ApiReplyInfo &out) { in TEST_F() local
131 auto handler = [](const ApiCallInfo &in, ApiReplyInfo &out) { in TEST_F() local
148 auto handler = [](const ApiCallInfo &in, ApiReplyInfo &out) { out.exception_.code_ = USAGE_ERROR; }; in TEST_F() local
163 auto handler = [&handlerCalled](const ApiCallInfo &in, ApiReplyInfo &out) { handlerCalled = true; }; TEST_F() local
648 auto handler = [](const ApiCallInfo& in, ApiReplyInfo& out) { TEST_F() local
[all...]
/test/testfwk/arkxtest/uitest/addon/
H A Dscreen_copy.cpp298 bool StartScreenCopy(float scale, ScreenCopyHandler handler) in StartScreenCopy() argument
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
H A DTaskpoolSharedTaskTest.cpp71 static int32 SendRequestProxyDF(const Identity *identity, const Request *request, Handler handler) in SendRequestProxyDF() argument
81 static int32 SendRequestProxyF(const Identity *identity, const Request *request, Handler handler) in SendRequestProxyF() argument
H A DTaskpoolSpecifiedTaskTest.cpp65 static int32 SendRequestProxyDF(const Identity *identity, const Request *request, Handler handler) in SendRequestProxyDF() argument
75 static int32 SendRequestProxyF(const Identity *identity, const Request *request, Handler handler) in SendRequestProxyF() argument
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
H A Dtaskpool_sharedtask_func_test.c78 static int32 SendRequestProxyDF(const Identity *identity, const Request *request, Handler handler) in SendRequestProxyDF() argument
89 static int32 SendRequestProxyF(const Identity *identity, const Request *request, Handler handler) in SendRequestProxyF() argument

Completed in 21 milliseconds

1...<<51525354555657585960>>...98