/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | cfg80211.c | 440 struct wmi_notify_req_done_event evt; in wil_cid_fill_sinfo() member 460 cid, vif->mid, le16_to_cpu(reply.evt.bf_mcs), in wil_cid_fill_sinfo() 461 le64_to_cpu(reply.evt.tsf), reply.evt.status, in wil_cid_fill_sinfo() 462 reply.evt.rssi, in wil_cid_fill_sinfo() 463 reply.evt.sqi, in wil_cid_fill_sinfo() 464 le32_to_cpu(reply.evt.tx_tpt), in wil_cid_fill_sinfo() 465 le32_to_cpu(reply.evt.tx_goodput), in wil_cid_fill_sinfo() 466 le32_to_cpu(reply.evt.rx_goodput), in wil_cid_fill_sinfo() 467 le16_to_cpu(reply.evt in wil_cid_fill_sinfo() 2858 struct wmi_get_rf_sector_params_done_event evt; wil_rf_sector_get_cfg() member 2980 struct wmi_set_rf_sector_params_done_event evt; wil_rf_sector_set_cfg() member 3090 struct wmi_get_selected_rf_sector_index_done_event evt; wil_rf_sector_get_selected() member 3172 struct wmi_set_selected_rf_sector_index_done_event evt; wil_rf_sector_wmi_set_selected() member [all...] |
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 2776 * @evt - Event 2780 csio_hws_uninit(struct csio_hw *hw, enum csio_hw_ev evt) in csio_hws_uninit() argument 2783 hw->cur_evt = evt; in csio_hws_uninit() 2784 CSIO_INC_STATS(hw, n_evt_sm[evt]); in csio_hws_uninit() 2786 switch (evt) { in csio_hws_uninit() 2801 * @evt - Event 2805 csio_hws_configuring(struct csio_hw *hw, enum csio_hw_ev evt) in csio_hws_configuring() argument 2808 hw->cur_evt = evt; in csio_hws_configuring() 2809 CSIO_INC_STATS(hw, n_evt_sm[evt]); in csio_hws_configuring() 2811 switch (evt) { in csio_hws_configuring() 2843 csio_hws_initializing(struct csio_hw *hw, enum csio_hw_ev evt) csio_hws_initializing() argument 2881 csio_hws_ready(struct csio_hw *hw, enum csio_hw_ev evt) csio_hws_ready() argument 2930 csio_hws_quiescing(struct csio_hw *hw, enum csio_hw_ev evt) csio_hws_quiescing() argument 2990 csio_hws_quiesced(struct csio_hw *hw, enum csio_hw_ev evt) csio_hws_quiesced() argument 3015 csio_hws_resetting(struct csio_hw *hw, enum csio_hw_ev evt) csio_hws_resetting() argument 3041 csio_hws_removing(struct csio_hw *hw, enum csio_hw_ev evt) csio_hws_removing() argument 3076 csio_hws_pcierr(struct csio_hw *hw, enum csio_hw_ev evt) csio_hws_pcierr() argument [all...] |
H A D | csio_defs.h | 96 csio_post_event(void *smp, uint32_t evt) in csio_post_event() argument 98 ((struct csio_sm *)smp)->sm_state(smp, evt); in csio_post_event()
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 2776 * @evt - Event 2780 csio_hws_uninit(struct csio_hw *hw, enum csio_hw_ev evt) in csio_hws_uninit() argument 2783 hw->cur_evt = evt; in csio_hws_uninit() 2784 CSIO_INC_STATS(hw, n_evt_sm[evt]); in csio_hws_uninit() 2786 switch (evt) { in csio_hws_uninit() 2801 * @evt - Event 2805 csio_hws_configuring(struct csio_hw *hw, enum csio_hw_ev evt) in csio_hws_configuring() argument 2808 hw->cur_evt = evt; in csio_hws_configuring() 2809 CSIO_INC_STATS(hw, n_evt_sm[evt]); in csio_hws_configuring() 2811 switch (evt) { in csio_hws_configuring() 2843 csio_hws_initializing(struct csio_hw *hw, enum csio_hw_ev evt) csio_hws_initializing() argument 2881 csio_hws_ready(struct csio_hw *hw, enum csio_hw_ev evt) csio_hws_ready() argument 2930 csio_hws_quiescing(struct csio_hw *hw, enum csio_hw_ev evt) csio_hws_quiescing() argument 2990 csio_hws_quiesced(struct csio_hw *hw, enum csio_hw_ev evt) csio_hws_quiesced() argument 3015 csio_hws_resetting(struct csio_hw *hw, enum csio_hw_ev evt) csio_hws_resetting() argument 3041 csio_hws_removing(struct csio_hw *hw, enum csio_hw_ev evt) csio_hws_removing() argument 3076 csio_hws_pcierr(struct csio_hw *hw, enum csio_hw_ev evt) csio_hws_pcierr() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
H A D | gadget.c | 3765 static irqreturn_t dwc3_process_event_buf(struct dwc3_event_buffer *evt) in dwc3_process_event_buf() argument 3767 struct dwc3 *dwc = evt->dwc; in dwc3_process_event_buf() 3772 left = evt->count; in dwc3_process_event_buf() 3774 if (!(evt->flags & DWC3_EVENT_PENDING)) in dwc3_process_event_buf() 3780 event.raw = *(u32 *) (evt->cache + evt->lpos); in dwc3_process_event_buf() 3793 evt->lpos = (evt->lpos + 4) % evt->length; in dwc3_process_event_buf() 3797 evt in dwc3_process_event_buf() 3818 struct dwc3_event_buffer *evt = _evt; dwc3_thread_interrupt() local 3832 dwc3_check_event_buf(struct dwc3_event_buffer *evt) dwc3_check_event_buf() argument 3886 struct dwc3_event_buffer *evt = _evt; dwc3_interrupt() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | cfg80211.c | 440 struct wmi_notify_req_done_event evt; in wil_cid_fill_sinfo() member 456 tx_mcs = le16_to_cpu(reply.evt.bf_mcs); in wil_cid_fill_sinfo() 465 le64_to_cpu(reply.evt.tsf), reply.evt.status, in wil_cid_fill_sinfo() 466 reply.evt.rssi, in wil_cid_fill_sinfo() 467 reply.evt.sqi, in wil_cid_fill_sinfo() 468 le32_to_cpu(reply.evt.tx_tpt), in wil_cid_fill_sinfo() 469 le32_to_cpu(reply.evt.tx_goodput), in wil_cid_fill_sinfo() 470 le32_to_cpu(reply.evt.rx_goodput), in wil_cid_fill_sinfo() 471 le16_to_cpu(reply.evt in wil_cid_fill_sinfo() 2882 struct wmi_get_rf_sector_params_done_event evt; wil_rf_sector_get_cfg() member 3004 struct wmi_set_rf_sector_params_done_event evt; wil_rf_sector_set_cfg() member 3114 struct wmi_get_selected_rf_sector_index_done_event evt; wil_rf_sector_get_selected() member 3196 struct wmi_set_selected_rf_sector_index_done_event evt; wil_rf_sector_wmi_set_selected() member [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | time.c | 94 static int decrementer_set_next_event(unsigned long evt, 96 static int decrementer_shutdown(struct clock_event_device *evt); 503 struct clock_event_device *evt = this_cpu_ptr(&decrementers); in DEFINE_INTERRUPT_HANDLER_ASYNC() local 552 evt->event_handler(evt); in DEFINE_INTERRUPT_HANDLER_ASYNC() 785 static int decrementer_set_next_event(unsigned long evt, in decrementer_set_next_event() argument 788 __this_cpu_write(decrementers_next_tb, get_tb() + evt); in decrementer_set_next_event() 789 set_dec_or_work(evt); in decrementer_set_next_event()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | btqca.c | 423 struct hci_ev_cmd_complete *evt; in qca_inject_cmd_complete_event() local 426 skb = bt_skb_alloc(sizeof(*hdr) + sizeof(*evt) + 1, GFP_KERNEL); in qca_inject_cmd_complete_event() 431 hdr->evt = HCI_EV_CMD_COMPLETE; in qca_inject_cmd_complete_event() 432 hdr->plen = sizeof(*evt) + 1; in qca_inject_cmd_complete_event() 434 evt = skb_put(skb, sizeof(*evt)); in qca_inject_cmd_complete_event() 435 evt->ncmd = 1; in qca_inject_cmd_complete_event() 436 evt->opcode = cpu_to_le16(QCA_HCI_CC_OPCODE); in qca_inject_cmd_complete_event()
|
H A D | hci_intel.c | 441 struct hci_ev_cmd_complete *evt; in inject_cmd_complete() local 443 skb = bt_skb_alloc(sizeof(*hdr) + sizeof(*evt) + 1, GFP_KERNEL); in inject_cmd_complete() 448 hdr->evt = HCI_EV_CMD_COMPLETE; in inject_cmd_complete() 449 hdr->plen = sizeof(*evt) + 1; in inject_cmd_complete() 451 evt = skb_put(skb, sizeof(*evt)); in inject_cmd_complete() 452 evt->ncmd = 0x01; in inject_cmd_complete() 453 evt->opcode = cpu_to_le16(opcode); in inject_cmd_complete() 883 if (skb->len == 7 && hdr->evt == 0xff && hdr->plen == 0x05 && in intel_recv_event() 896 } else if (skb->len == 9 && hdr->evt in intel_recv_event() [all...] |
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | ohci.c | 411 static void log_irqs(struct fw_ohci *ohci, u32 evt) in log_irqs() argument 418 !(evt & OHCI1394_busReset)) in log_irqs() 421 ohci_notice(ohci, "IRQ %08x%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s\n", evt, in log_irqs() 422 evt & OHCI1394_selfIDComplete ? " selfID" : "", in log_irqs() 423 evt & OHCI1394_RQPkt ? " AR_req" : "", in log_irqs() 424 evt & OHCI1394_RSPkt ? " AR_resp" : "", in log_irqs() 425 evt & OHCI1394_reqTxComplete ? " AT_req" : "", in log_irqs() 426 evt & OHCI1394_respTxComplete ? " AT_resp" : "", in log_irqs() 427 evt & OHCI1394_isochRx ? " IR" : "", in log_irqs() 428 evt in log_irqs() 516 log_ar_at_event(struct fw_ohci *ohci, char dir, int speed, u32 *header, int evt) log_ar_at_event() argument 847 int evt; handle_ar_packet() local 1477 int evt; handle_at_packet() local [all...] |
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | ohci.c | 411 static void log_irqs(struct fw_ohci *ohci, u32 evt) in log_irqs() argument 418 !(evt & OHCI1394_busReset)) in log_irqs() 421 ohci_notice(ohci, "IRQ %08x%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s\n", evt, in log_irqs() 422 evt & OHCI1394_selfIDComplete ? " selfID" : "", in log_irqs() 423 evt & OHCI1394_RQPkt ? " AR_req" : "", in log_irqs() 424 evt & OHCI1394_RSPkt ? " AR_resp" : "", in log_irqs() 425 evt & OHCI1394_reqTxComplete ? " AT_req" : "", in log_irqs() 426 evt & OHCI1394_respTxComplete ? " AT_resp" : "", in log_irqs() 427 evt & OHCI1394_isochRx ? " IR" : "", in log_irqs() 428 evt in log_irqs() 516 log_ar_at_event(struct fw_ohci *ohci, char dir, int speed, u32 *header, int evt) log_ar_at_event() argument 850 int evt; handle_ar_packet() local 1479 int evt; handle_at_packet() local [all...] |
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_intel.c | 441 struct hci_ev_cmd_complete *evt; in inject_cmd_complete() local 443 skb = bt_skb_alloc(sizeof(*hdr) + sizeof(*evt) + 1, GFP_KERNEL); in inject_cmd_complete() 448 hdr->evt = HCI_EV_CMD_COMPLETE; in inject_cmd_complete() 449 hdr->plen = sizeof(*evt) + 1; in inject_cmd_complete() 451 evt = skb_put(skb, sizeof(*evt)); in inject_cmd_complete() 452 evt->ncmd = 0x01; in inject_cmd_complete() 453 evt->opcode = cpu_to_le16(opcode); in inject_cmd_complete() 880 if (skb->len == 7 && hdr->evt == 0xff && hdr->plen == 0x05 && in intel_recv_event() 893 } else if (skb->len == 9 && hdr->evt in intel_recv_event() [all...] |
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | samsung_pwm_timer.c | 186 struct clock_event_device *evt) in samsung_set_next_event() 207 static int samsung_shutdown(struct clock_event_device *evt) in samsung_shutdown() argument 213 static int samsung_set_periodic(struct clock_event_device *evt) in samsung_set_periodic() argument 247 struct clock_event_device *evt = dev_id; in samsung_clock_event_isr() local 254 evt->event_handler(evt); in samsung_clock_event_isr() 185 samsung_set_next_event(unsigned long cycles, struct clock_event_device *evt) samsung_set_next_event() argument
|
H A D | ingenic-timer.c | 74 to_ingenic_tcu_timer(struct clock_event_device *evt) in to_ingenic_tcu_timer() argument 76 return container_of(evt, struct ingenic_tcu_timer, cevt); in to_ingenic_tcu_timer() 79 static int ingenic_tcu_cevt_set_state_shutdown(struct clock_event_device *evt) in ingenic_tcu_cevt_set_state_shutdown() argument 81 struct ingenic_tcu_timer *timer = to_ingenic_tcu_timer(evt); in ingenic_tcu_cevt_set_state_shutdown() 90 struct clock_event_device *evt) in ingenic_tcu_cevt_set_next() 92 struct ingenic_tcu_timer *timer = to_ingenic_tcu_timer(evt); in ingenic_tcu_cevt_set_next() 89 ingenic_tcu_cevt_set_next(unsigned long next, struct clock_event_device *evt) ingenic_tcu_cevt_set_next() argument
|
H A D | timer-imx-gpt.c | 80 int (*set_next_event)(unsigned long evt, 172 static int mx1_2_set_next_event(unsigned long evt, in mx1_2_set_next_event() argument 178 tcmp = readl_relaxed(imxtm->base + MX1_2_TCN) + evt; in mx1_2_set_next_event() 186 static int v2_set_next_event(unsigned long evt, in v2_set_next_event() argument 192 tcmp = readl_relaxed(imxtm->base + V2_TCN) + evt; in v2_set_next_event() 196 return evt < 0x7fffffff && in v2_set_next_event()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | time_64.c | 695 struct clock_event_device *evt) in sparc64_next_event() 700 static int sparc64_timer_shutdown(struct clock_event_device *evt) in sparc64_timer_shutdown() argument 721 struct clock_event_device *evt = &per_cpu(sparc64_events, cpu); in timer_interrupt() local 730 if (unlikely(!evt->event_handler)) { in timer_interrupt() 734 evt->event_handler(evt); in timer_interrupt() 694 sparc64_next_event(unsigned long delta, struct clock_event_device *evt) sparc64_next_event() argument
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | time_64.c | 695 struct clock_event_device *evt) in sparc64_next_event() 700 static int sparc64_timer_shutdown(struct clock_event_device *evt) in sparc64_timer_shutdown() argument 721 struct clock_event_device *evt = &per_cpu(sparc64_events, cpu); in timer_interrupt() local 730 if (unlikely(!evt->event_handler)) { in timer_interrupt() 734 evt->event_handler(evt); in timer_interrupt() 694 sparc64_next_event(unsigned long delta, struct clock_event_device *evt) sparc64_next_event() argument
|
/kernel/linux/linux-5.10/drivers/virtio/ |
H A D | virtio_input.c | 17 struct virtqueue *evt, *sts; member 29 virtqueue_add_inbuf(vi->evt, sg, 1, evtbuf, GFP_ATOMIC); in virtinput_queue_evtbuf() 41 while ((event = virtqueue_get_buf(vi->evt, &len)) != NULL) { in virtinput_recv_events() 181 vi->evt = vqs[0]; in virtinput_init_vqs() 193 size = virtqueue_get_vring_size(vi->evt); in virtinput_fill_evt() 198 virtqueue_kick(vi->evt); in virtinput_fill_evt()
|
/kernel/linux/linux-6.6/drivers/virtio/ |
H A D | virtio_input.c | 18 struct virtqueue *evt, *sts; member 30 virtqueue_add_inbuf(vi->evt, sg, 1, evtbuf, GFP_ATOMIC); in virtinput_queue_evtbuf() 42 while ((event = virtqueue_get_buf(vi->evt, &len)) != NULL) { in virtinput_recv_events() 197 vi->evt = vqs[0]; in virtinput_init_vqs() 209 size = virtqueue_get_vring_size(vi->evt); in virtinput_fill_evt() 214 virtqueue_kick(vi->evt); in virtinput_fill_evt()
|
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | samsung_pwm_timer.c | 185 struct clock_event_device *evt) in samsung_set_next_event() 206 static int samsung_shutdown(struct clock_event_device *evt) in samsung_shutdown() argument 212 static int samsung_set_periodic(struct clock_event_device *evt) in samsung_set_periodic() argument 247 struct clock_event_device *evt = dev_id; in samsung_clock_event_isr() local 255 evt->event_handler(evt); in samsung_clock_event_isr() 184 samsung_set_next_event(unsigned long cycles, struct clock_event_device *evt) samsung_set_next_event() argument
|
H A D | ingenic-timer.c | 73 to_ingenic_tcu_timer(struct clock_event_device *evt) in to_ingenic_tcu_timer() argument 75 return container_of(evt, struct ingenic_tcu_timer, cevt); in to_ingenic_tcu_timer() 78 static int ingenic_tcu_cevt_set_state_shutdown(struct clock_event_device *evt) in ingenic_tcu_cevt_set_state_shutdown() argument 80 struct ingenic_tcu_timer *timer = to_ingenic_tcu_timer(evt); in ingenic_tcu_cevt_set_state_shutdown() 89 struct clock_event_device *evt) in ingenic_tcu_cevt_set_next() 91 struct ingenic_tcu_timer *timer = to_ingenic_tcu_timer(evt); in ingenic_tcu_cevt_set_next() 88 ingenic_tcu_cevt_set_next(unsigned long next, struct clock_event_device *evt) ingenic_tcu_cevt_set_next() argument
|
H A D | timer-imx-gpt.c | 85 int (*set_next_event)(unsigned long evt, 172 static int mx1_2_set_next_event(unsigned long evt, in mx1_2_set_next_event() argument 178 tcmp = readl_relaxed(imxtm->base + MX1_2_TCN) + evt; in mx1_2_set_next_event() 186 static int v2_set_next_event(unsigned long evt, in v2_set_next_event() argument 192 tcmp = readl_relaxed(imxtm->base + V2_TCN) + evt; in v2_set_next_event() 196 return evt < 0x7fffffff && in v2_set_next_event()
|
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu-v3/ |
H A D | arm-smmu-v3.c | 1469 static int arm_smmu_handle_evt(struct arm_smmu_device *smmu, u64 *evt) in arm_smmu_handle_evt() argument 1475 bool ssid_valid = evt[0] & EVTQ_0_SSV; in arm_smmu_handle_evt() 1476 u32 sid = FIELD_GET(EVTQ_0_SID, evt[0]); in arm_smmu_handle_evt() 1480 switch (FIELD_GET(EVTQ_0_ID, evt[0])) { in arm_smmu_handle_evt() 1498 if (evt[1] & EVTQ_1_S2) in arm_smmu_handle_evt() 1501 if (evt[1] & EVTQ_1_RnW) in arm_smmu_handle_evt() 1506 if (evt[1] & EVTQ_1_InD) in arm_smmu_handle_evt() 1509 if (evt[1] & EVTQ_1_PnU) in arm_smmu_handle_evt() 1512 if (evt[1] & EVTQ_1_STALL) { in arm_smmu_handle_evt() 1516 .grpid = FIELD_GET(EVTQ_1_STAG, evt[ in arm_smmu_handle_evt() 1571 u64 evt[EVTQ_ENT_DWORDS]; arm_smmu_evtq_thread() local 1602 arm_smmu_handle_ppr(struct arm_smmu_device *smmu, u64 *evt) arm_smmu_handle_ppr() argument 1645 u64 evt[PRIQ_ENT_DWORDS]; arm_smmu_priq_thread() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_hw.c | 372 static int prestera_fw_parse_port_evt(void *msg, struct prestera_event *evt) in prestera_fw_parse_port_evt() argument 376 if (evt->id != PRESTERA_PORT_EVENT_STATE_CHANGED) in prestera_fw_parse_port_evt() 379 evt->port_evt.data.oper_state = hw_evt->param.oper_state; in prestera_fw_parse_port_evt() 380 evt->port_evt.port_id = hw_evt->port_id; in prestera_fw_parse_port_evt() 385 static int prestera_fw_parse_fdb_evt(void *msg, struct prestera_event *evt) in prestera_fw_parse_fdb_evt() argument 389 evt->fdb_evt.port_id = hw_evt->port_id; in prestera_fw_parse_fdb_evt() 390 evt->fdb_evt.vid = hw_evt->vid; in prestera_fw_parse_fdb_evt() 392 ether_addr_copy(evt->fdb_evt.data.mac, hw_evt->param.mac); in prestera_fw_parse_fdb_evt() 398 int (*func)(void *msg, struct prestera_event *evt); 441 struct prestera_event evt; in prestera_evt_recv() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_lib.c | 2350 * @evt: event to emit 2354 static void scsi_evt_emit(struct scsi_device *sdev, struct scsi_event *evt) in scsi_evt_emit() argument 2359 switch (evt->evt_type) { in scsi_evt_emit() 2415 struct scsi_event *evt; in scsi_evt_thread() local 2427 evt = list_entry(this, struct scsi_event, node); in scsi_evt_thread() 2428 list_del(&evt->node); in scsi_evt_thread() 2429 scsi_evt_emit(sdev, evt); in scsi_evt_thread() 2430 kfree(evt); in scsi_evt_thread() 2438 * @evt: event to send 2442 void sdev_evt_send(struct scsi_device *sdev, struct scsi_event *evt) in sdev_evt_send() argument 2473 struct scsi_event *evt = kzalloc(sizeof(struct scsi_event), gfpflags); sdev_evt_alloc() local 2510 struct scsi_event *evt = sdev_evt_alloc(evt_type, gfpflags); sdev_evt_send_simple() local [all...] |