Home
last modified time | relevance | path

Searched refs:evt (Results 526 - 550 of 606) sorted by relevance

1...<<2122232425

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dnetifapi.h212 const struct linklayer_event_info *evt; member
H A Dnetif.h997 * @param evt The event received from linklayer
1000 const struct linklayer_event_info *evt);
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase.h193 void kbasep_complete_triggered_soft_events(struct kbase_context *kctx, u64 evt);
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase.h213 void kbasep_complete_triggered_soft_events(struct kbase_context *kctx, u64 evt);
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h621 FtEnumEventType evt; member
/kernel/linux/linux-5.10/include/scsi/
H A Dscsi_device.h424 extern void sdev_evt_send(struct scsi_device *sdev, struct scsi_event *evt);
/kernel/linux/linux-6.6/include/scsi/
H A Dscsi_device.h471 extern void sdev_evt_send(struct scsi_device *sdev, struct scsi_event *evt);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp679 auto &evt = static_cast<const DistributedData::MakeQueryEvent &>(event); in HWTEST_F()
680 auto callback = evt.GetCallback(); in HWTEST_F()
684 auto predicate = evt.GetPredicates(); in HWTEST_F()
687 rdbQuery->SetColumns(evt.GetColumns()); in HWTEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp597 EVT evt = TLI.getValueType(DL, Ty, true); in isTypeLegal() local
599 if (evt == MVT::Other || !evt.isSimple()) in isTypeLegal()
601 VT = evt.getSimpleVT(); in isTypeLegal()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/vtp_stream_socket_test/
H A Dvtp_stream_socket_test.cpp601 info->evt = FT_EVT_FRAME_STATS; in HWTEST_F()
605 info->evt = FT_EVT_TRAFFIC_DATA; in HWTEST_F()
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dhmdfs_client.c1065 void hmdfs_client_offline_notify(struct hmdfs_peer *conn, int evt, in hmdfs_client_offline_notify() argument
1115 .evt = NODE_EVT_OFFLINE,
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dhmdfs_client.c1064 void hmdfs_client_offline_notify(struct hmdfs_peer *conn, int evt, in hmdfs_client_offline_notify() argument
1114 .evt = NODE_EVT_OFFLINE,
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc/
H A Defc_els.c1005 efc_els_io_cleanup(struct efc_els_io_req *els, int evt, void *arg) in efc_els_io_cleanup() argument
1011 efc_node_post_els_resp(els->node, evt, arg); in efc_els_io_cleanup()
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c113 static int handle_scan_done(struct wilc_vif *vif, enum scan_event evt) in handle_scan_done() argument
121 if (evt == SCAN_EVENT_ABORTED) { in handle_scan_done()
142 scan_req->scan_result(evt, NULL, scan_req->arg); in handle_scan_done()
/kernel/linux/linux-5.10/fs/hmdfs/comm/
H A Ddevice_node.c1429 static inline int to_sysfs_fmt_evt(unsigned int evt) in to_sysfs_fmt_evt() argument
1431 return evt == RAW_NODE_EVT_NR ? -1 : evt; in to_sysfs_fmt_evt()
1448 "cur_async evt %d seq %u\n" in event_show()
1449 "cur_sync evt %d seq %u\n" in event_show()
1450 "pending evt %d seq %u\n" in event_show()
1451 "merged evt %u\n" in event_show()
1452 "dup_drop evt %u %u\n" in event_show()
1453 "waiting evt %u %u\n" in event_show()
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H A Ddevice_node.c1431 static inline int to_sysfs_fmt_evt(unsigned int evt) in to_sysfs_fmt_evt() argument
1433 return evt == RAW_NODE_EVT_NR ? -1 : evt; in to_sysfs_fmt_evt()
1450 "cur_async evt %d seq %u\n" in event_show()
1451 "cur_sync evt %d seq %u\n" in event_show()
1452 "pending evt %d seq %u\n" in event_show()
1453 "merged evt %u\n" in event_show()
1454 "dup_drop evt %u %u\n" in event_show()
1455 "waiting evt %u %u\n" in event_show()
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c118 static int handle_scan_done(struct wilc_vif *vif, enum scan_event evt) in handle_scan_done() argument
126 if (evt == SCAN_EVENT_ABORTED) { in handle_scan_done()
147 scan_req->scan_result(evt, NULL, scan_req->arg); in handle_scan_done()
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dbtmrvl_main.c58 if (hdr->evt == HCI_EV_CMD_COMPLETE) { in btmrvl_check_evtpkt()
H A Dhci_bcsp.c177 chan = 5; /* BCSP cmd/evt channel */ in bcsp_prepare_pkt()
543 hdr.evt = 0xff; in bcsp_complete_rx_pkt()
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dtime.c142 struct clock_event_device *evt) in s390_next_event()
141 s390_next_event(unsigned long delta, struct clock_event_device *evt) s390_next_event() argument
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dtime.c140 struct clock_event_device *evt) in s390_next_event()
139 s390_next_event(unsigned long delta, struct clock_event_device *evt) s390_next_event() argument
/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dhci_bcsp.c177 chan = 5; /* BCSP cmd/evt channel */ in bcsp_prepare_pkt()
543 hdr.evt = 0xff; in bcsp_complete_rx_pkt()
H A Dbtmrvl_main.c45 if (hdr->evt == HCI_EV_CMD_COMPLETE) { in btmrvl_check_evtpkt()
/kernel/linux/linux-5.10/net/wireless/
H A Dtrace.h3009 TP_PROTO(struct net_device *netdev, enum nl80211_radar_event evt),
3010 TP_ARGS(netdev, evt),
3013 __field(enum nl80211_radar_event, evt)
3017 __entry->evt = evt;
3020 NETDEV_PR_ARG, __entry->evt)
/kernel/linux/linux-6.6/net/wireless/
H A Dtrace.h3332 TP_PROTO(struct net_device *netdev, enum nl80211_radar_event evt),
3333 TP_ARGS(netdev, evt),
3336 __field(enum nl80211_radar_event, evt)
3340 __entry->evt = evt;
3343 NETDEV_PR_ARG, __entry->evt)

Completed in 42 milliseconds

1...<<2122232425