Searched refs:info2 (Results 1 - 25 of 59) sorted by relevance

123

/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dmanager.c143 struct omap_overlay_info *info1, *info2; local
155 info2 = overlay_infos[ovl2->id];
157 if (info2 == NULL)
160 if (info1->zorder == info2->zorder) {
/linux-master/kernel/gcov/
H A Dgcov.h68 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2);
H A Dclang.c237 * @info2: second profiling data set
241 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) argument
246 &info2->functions, struct gcov_fn_info, head);
248 if (info1->checksum != info2->checksum)
253 !list_is_last(&fn_ptr2->head, &info2->functions)) {
262 list_is_last(&fn_ptr2->head, &info2->functions);
H A Dgcc_4_7.c230 * @info2: second profiling data set
234 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) argument
236 return (info1->stamp == info2->stamp);
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-debug.h390 static inline const char *cdnsp_decode_slot_context(u32 info, u32 info2, argument
539 u32 info, u32 info2,
557 cerr = (info2 & (3 << 1)) >> 1;
558 ep_type = CTX_TO_EP_TYPE(info2);
559 hid = !!(info2 & (1 << 7));
560 burst = CTX_TO_MAX_BURST(info2);
561 maxp = MAX_PACKET_DECODED(info2);
538 cdnsp_decode_ep_context(char *str, size_t size, u32 info, u32 info2, u64 deq, u32 tx_info) argument
H A Dcdnsp-trace.h542 __field(u32, info2)
548 __entry->info2 = le32_to_cpu(ctx->ep_info2);
553 __entry->info, __entry->info2,
603 __field(u32, info2)
609 __entry->info2 = le32_to_cpu(ctx->dev_port);
614 __entry->info2,
/linux-master/drivers/net/wireless/ath/ath11k/
H A Drx_desc.h140 __le32 info2; member in struct:rx_attention
425 __le32 info2; member in struct:rx_mpdu_start_ipq8074
556 __le32 info2; member in struct:rx_mpdu_start_wcn6855
812 __le32 info2; member in struct:rx_msdu_start_ipq8074
824 __le32 info2; member in struct:rx_msdu_start_qcn9074
838 __le32 info2; member in struct:rx_msdu_start_wcn6855
1067 __le32 info2; member in struct:rx_msdu_end_ipq8074
1096 __le32 info2; member in struct:rx_msdu_end_wcn6855
1141 __le32 info2; member in struct:rx_msdu_end_qcn9074
H A Dhal_desc.h705 u32 info2; /* %HAL_REO_DEST_RING_INFO2_ */ member in struct:hal_reo_dest_ring
801 u32 info2; /* %HAL_REO_DEST_RING_INFO2_ */ member in struct:hal_reo_entrance_ring
1030 u32 info2; member in struct:hal_tcl_data_cmd
1274 u32 info2; member in struct:hal_tcl_status_ring
1672 u32 info2; member in struct:hal_wbm_release_ring
1993 u32 info2; member in struct:hal_rx_reo_queue
2124 u32 info2; member in struct:hal_reo_update_rx_queue
2198 u32 info2; member in struct:hal_reo_get_queue_stats_status
2423 u32 info2; member in struct:hal_reo_flush_timeout_list_status
2465 u32 info2; member in struct:hal_reo_desc_thresh_reached_status
[all...]
H A Dspectral.c71 __le32 info2; member in struct:spectral_summary_fft_report
110 __le32 info2; member in struct:spectral_search_fft_report
487 __le32_to_cpu(summary->info2));
489 __le32_to_cpu(summary->info2));
491 __le32_to_cpu(summary->info2));
518 __le32_to_cpu(search->info2));
520 __le32_to_cpu(search->info2));
522 __le32_to_cpu(search->info2));
524 __le32_to_cpu(search->info2));
H A Dhw.c40 tcl_cmd->info2 |= FIELD_PREP(HAL_IPQ8074_TCL_DATA_CMD_INFO2_MESH_ENABLE,
237 __le32_to_cpu(desc->u.ipq8074.msdu_end.info2));
243 __le32_to_cpu(desc->u.ipq8074.msdu_end.info2));
249 __le32_to_cpu(desc->u.ipq8074.msdu_end.info2));
266 __le32_to_cpu(desc->u.ipq8074.mpdu_start.info2));
272 __le32_to_cpu(desc->u.ipq8074.msdu_start.info2));
278 __le32_to_cpu(desc->u.ipq8074.msdu_start.info2));
284 __le32_to_cpu(desc->u.ipq8074.msdu_start.info2));
349 __le32_to_cpu(desc->u.ipq8074.mpdu_start.info2));
449 __le32_to_cpu(desc->u.qcn9074.msdu_start.info2));
[all...]
H A Dhal_tx.c67 tcl_cmd->info2 = ti->flags1 |
/linux-master/fs/notify/fanotify/
H A Dfanotify.c70 struct fanotify_info *info2)
72 if (info1->dir_fh_totlen != info2->dir_fh_totlen ||
73 info1->dir2_fh_totlen != info2->dir2_fh_totlen ||
74 info1->file_fh_totlen != info2->file_fh_totlen ||
75 info1->name_len != info2->name_len ||
76 info1->name2_len != info2->name2_len)
81 fanotify_info_dir_fh(info2)))
86 fanotify_info_dir2_fh(info2)))
91 fanotify_info_file_fh(info2)))
95 memcmp(fanotify_info_name(info1), fanotify_info_name(info2),
69 fanotify_info_equal(struct fanotify_info *info1, struct fanotify_info *info2) argument
108 struct fanotify_info *info2 = &fne2->info; local
[all...]
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dhal_tx.h83 __le32 info2; member in struct:hal_tx_phy_desc
154 __le32 info2; member in struct:hal_tx_pcu_ppdu_setup_init
H A Dhal_desc.h1029 __le32 info2; /* %HAL_REO_DEST_RING_INFO2_ */ member in struct:hal_reo_entrance_ring
1284 __le32 info2; member in struct:hal_tcl_data_cmd
1488 __le32 info2; member in struct:hal_tcl_status_ring
1889 __le32 info2; member in struct:hal_wbm_completion_ring_tx
1922 __le32 info2; member in struct:hal_wbm_release_ring_tx
1947 __le32 info2; member in struct:hal_wbm_release_ring_rx
1982 __le32 info2; member in struct:hal_wbm_release_ring
2385 __le32 info2; member in struct:hal_rx_reo_queue
2516 __le32 info2; member in struct:hal_reo_update_rx_queue
2596 __le32 info2; member in struct:hal_reo_get_queue_stats_status
2821 __le32 info2; member in struct:hal_reo_flush_timeout_list_status
2863 __le32 info2; member in struct:hal_reo_desc_thresh_reached_status
[all...]
H A Dhal_rx.h272 __le32 info2; member in struct:hal_rx_ppdu_end_user_stats
292 __le32 info2; member in struct:hal_rx_ppdu_end_user_stats_ext
454 __le32 info2; member in struct:hal_rx_mpdu_start
490 __le32 info2; member in struct:hal_rx_frame_bitmap_ack
512 __le32 info2; member in struct:hal_rx_resp_req_info
H A Dhal_tx.c53 tcl_cmd->info2 = cpu_to_le32(ti->flags0) |
H A Drx_desc.h124 __le32 info2; member in struct:rx_mpdu_start_qcn9274
186 __le32 info2; member in struct:rx_mpdu_start_qcn9274_compact
805 __le16 info2; member in struct:rx_msdu_end_qcn9274
912 __le16 info2; member in struct:rx_msdu_end_wcn7850
H A Ddp_tx.c427 ts.ack_rssi = le32_get_bits(status_desc->info2,
776 cmd->info2 = 0;
778 cmd->info2 = le32_encode_bits(params.low_threshold,
789 ring_id, ring_type, cmd->intr_info, cmd->info2);
969 cmd->info2 |=
1164 cmd->info2 |=
1176 cmd->info2 |=
1188 cmd->info2 |=
H A Dhal_rx.c204 desc->info2 =
499 le32_get_bits(desc->info2,
501 le32_get_bits(desc->info2,
503 le32_get_bits(desc->info2,
516 le32_get_bits(desc->info2,
662 le32_get_bits(desc->info2,
/linux-master/drivers/net/wireless/ath/ath10k/
H A Drx_desc.h481 __le32 info2; /* %RX_MSDU_START_INFO2_ */ member in struct:rx_msdu_start_qca99x0
485 __le32 info2; /* %RX_MSDU_START_INFO2_ */ member in struct:rx_msdu_start_wcn3990
618 __le32 info2; member in struct:rx_msdu_end_qca99x0
626 __le32 info2; member in struct:rx_msdu_end_wcn3990
759 __le32 info2; /* %RX_PPDU_START_INFO2_ */ member in struct:rx_ppdu_start
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-hwbreak.c435 struct ppc_hw_breakpoint info1, info2; local
447 get_ppc_hw_breakpoint(&info2, PPC_BREAKPOINT_TRIGGER_READ, wp_addr2, len2);
453 wh2 = ptrace_sethwdebug(child_pid, &info2);
467 struct ppc_hw_breakpoint info1, info2; local
478 get_ppc_hw_breakpoint(&info2, PPC_BREAKPOINT_TRIGGER_READ, wp_addr2, len2);
484 wh2 = ptrace_sethwdebug(child_pid, &info2);
/linux-master/drivers/usb/host/
H A Dxhci-trace.h315 __field(u32, info2)
321 __entry->info2 = le32_to_cpu(ctx->ep_info2);
326 __entry->info, __entry->info2, __entry->deq, __entry->tx_info)
360 __field(u32, info2)
366 __entry->info2 = le32_to_cpu(ctx->dev_info2);
371 __entry->info, __entry->info2,
H A Dehci-q.c768 u32 info1 = 0, info2 = 0; local
890 info2 |= (EHCI_TUNE_MULT_TT << 30);
896 info2 |= (urb->dev->ttport-1) << 23;
898 info2 |= urb->dev->ttport << 23;
904 info2 |= tt->hub->devnum << 16;
916 info2 |= (EHCI_TUNE_MULT_HS << 30);
926 info2 |= (EHCI_TUNE_MULT_HS << 30);
929 info2 |= mult << 30;
946 hw->hw_info2 = cpu_to_hc32(ehci, info2);
H A Dxhci.h2254 u32 info, u32 info2, u32 tt_info, u32 state)
2290 info2 & MAX_EXIT,
2291 DEVINFO_TO_ROOT_HUB_PORT(info2),
2292 DEVINFO_TO_MAX_PORTS(info2));
2484 u32 info2, u64 deq, u32 tx_info)
2512 cerr = (info2 & (3 << 1)) >> 1;
2513 ep_type = CTX_TO_EP_TYPE(info2);
2514 hid = !!(info2 & (1 << 7));
2515 burst = CTX_TO_MAX_BURST(info2);
2516 maxp = MAX_PACKET_DECODED(info2);
2253 xhci_decode_slot_context(char *str, u32 info, u32 info2, u32 tt_info, u32 state) argument
2483 xhci_decode_ep_context(char *str, u32 info, u32 info2, u64 deq, u32 tx_info) argument
[all...]
/linux-master/net/netfilter/
H A Dxt_connmark.c86 const struct xt_connmark_tginfo2 info2 = { local
93 return connmark_tg_shift(skb, &info2);

Completed in 544 milliseconds

123