Home
last modified time | relevance | path

Searched refs:event_num (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/firmware/
H A Darm_sdei.c53 u32 event_num; member
165 static struct sdei_event *sdei_event_find(u32 event_num) in sdei_event_find() argument
173 if (e->event_num == event_num) { in sdei_event_find()
196 static struct sdei_event *sdei_event_create(u32 event_num, in sdei_event_create() argument
214 event->event_num = event_num; in sdei_event_create()
216 err = sdei_api_event_get_info(event_num, SDEI_EVENT_INFO_EV_PRIORITY, in sdei_event_create()
222 err = sdei_api_event_get_info(event_num, SDEI_EVENT_INFO_EV_TYPE, in sdei_event_create()
235 reg->event_num = event->event_num; in sdei_event_create()
254 reg->event_num = event->event_num; in sdei_event_create()
381 static int sdei_api_event_enable(u32 event_num) in sdei_api_event_enable() argument
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Darm_sdei.h29 int sdei_event_register(u32 event_num, sdei_event_callback *cb, void *arg);
35 int sdei_event_unregister(u32 event_num);
37 int sdei_event_enable(u32 event_num);
38 int sdei_event_disable(u32 event_num);
42 int sdei_event_enable_nolock(u32 event_num);
43 int sdei_event_disable_nolock(u32 event_num);
44 int sdei_event_routing_set_nolock(u32 event_num, unsigned long flags,
46 int sdei_event_routing_set(u32 event_num, unsigned long flags,
48 int sdei_interrupt_bind(u32 intr_num, u32 *event_num);
49 int sdei_interrupt_release(u32 event_num);
[all …]
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Drk_fiq_debugger.h10 int fiq_sdei_event_enable(u32 event_num);
11 int fiq_sdei_event_routing_set(u32 event_num, unsigned long flags,
13 int fiq_sdei_event_disable(u32 event_num);
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dsdei.h23 asmlinkage void __sdei_asm_handler(unsigned long event_num, unsigned long arg,
27 asmlinkage void __sdei_asm_entry_trampoline(unsigned long event_num,
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dfscache.h331 bool wait, bool oob, s8 event_num),
333 TP_ARGS(object, state, wait, oob, event_num),
341 __field(s8, event_num )
349 __entry->event_num = event_num;
363 __entry->event_num)
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DEventClass.py37 event_num = 0 variable in PerfEvent
45 PerfEvent.event_num += 1
/OK3568_Linux_fs/kernel/include/uapi/scsi/
H A Dscsi_netlink_fc.h51 __u32 event_num; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/
H A Dscsi_netlink_fc.h65 uint32_t event_num; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/
H A Dscsi_netlink_fc.h65 uint32_t event_num; member
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_quota2.c62 module_param_named(event_num, qlog_nl_event, uint, S_IRUGO | S_IWUSR);
63 MODULE_PARM_DESC(event_num,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgnan.c7499 uint16 *nan_opts_len, uint32 event_num, in wl_nan_dp_cmn_event_data() argument
7564 if (event_num == WL_NAN_EVENT_PEER_DATAPATH_IND) { in wl_nan_dp_cmn_event_data()
7582 } else if (event_num == WL_NAN_EVENT_DATAPATH_ESTB) { in wl_nan_dp_cmn_event_data()
7645 } else if (event_num == WL_NAN_EVENT_DATAPATH_END) { in wl_nan_dp_cmn_event_data()
8239 uint32 event_num; in wl_cfgnan_notify_nan_status() local
8271 event_num = ntoh32(event->reason); in wl_cfgnan_notify_nan_status()
8275 if (event_num == WL_NAN_EVENT_RNG_REQ_IND) in wl_cfgnan_notify_nan_status()
8290 if (NAN_INVALID_EVENT(event_num)) { in wl_cfgnan_notify_nan_status()
8291 WL_ERR(("unsupported event, num: %d, event type: %d\n", event_num, event_type)); in wl_cfgnan_notify_nan_status()
8297 nan_event_to_str(event_num), event_num, data_len)); in wl_cfgnan_notify_nan_status()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgnan.c7499 uint16 *nan_opts_len, uint32 event_num, in wl_nan_dp_cmn_event_data() argument
7564 if (event_num == WL_NAN_EVENT_PEER_DATAPATH_IND) { in wl_nan_dp_cmn_event_data()
7582 } else if (event_num == WL_NAN_EVENT_DATAPATH_ESTB) { in wl_nan_dp_cmn_event_data()
7645 } else if (event_num == WL_NAN_EVENT_DATAPATH_END) { in wl_nan_dp_cmn_event_data()
8239 uint32 event_num; in wl_cfgnan_notify_nan_status() local
8271 event_num = ntoh32(event->reason); in wl_cfgnan_notify_nan_status()
8275 if (event_num == WL_NAN_EVENT_RNG_REQ_IND) in wl_cfgnan_notify_nan_status()
8290 if (NAN_INVALID_EVENT(event_num)) { in wl_cfgnan_notify_nan_status()
8291 WL_ERR(("unsupported event, num: %d, event type: %d\n", event_num, event_type)); in wl_cfgnan_notify_nan_status()
8297 nan_event_to_str(event_num), event_num, data_len)); in wl_cfgnan_notify_nan_status()
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Ddevx.c159 static bool is_legacy_unaffiliated_event_num(u16 event_num) in is_legacy_unaffiliated_event_num() argument
161 switch (event_num) { in is_legacy_unaffiliated_event_num()
169 static bool is_legacy_obj_event_num(u16 event_num) in is_legacy_obj_event_num() argument
171 switch (event_num) { in is_legacy_obj_event_num()
209 static u16 get_dec_obj_type(struct devx_obj *obj, u16 event_num) in get_dec_obj_type() argument
215 if (is_legacy_obj_event_num(event_num)) in get_dec_obj_type()
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Ddp83640.c469 u16 evnt, event_num, gpio_num; in ptp_dp83640_enable() local
489 event_num = EXT_EVENT + index; in ptp_dp83640_enable()
490 evnt = EVNT_WR | (event_num & EVNT_SEL_MASK) << EVNT_SEL_SHIFT; in ptp_dp83640_enable()
/OK3568_Linux_fs/kernel/drivers/acpi/apei/
H A Dghes.c1219 static int ghes_sdei_normal_callback(u32 event_num, struct pt_regs *regs, in ghes_sdei_normal_callback() argument
1233 static int ghes_sdei_critical_callback(u32 event_num, struct pt_regs *regs, in ghes_sdei_critical_callback() argument
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dmyrs.c421 unsigned int event_num, struct myrs_event *event_buf) in myrs_get_event() argument
437 mbox->get_event.evnum_upper = event_num >> 16; in myrs_get_event()
440 mbox->get_event.evnum_lower = event_num & 0xFFFF; in myrs_get_event()
H A Dscsi_transport_fc.c568 event->event_num = event_number; in fc_host_post_fc_event()