Home
last modified time | relevance | path

Searched refs:info2 (Results 1 – 25 of 40) sorted by relevance

12

/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dmanager.c143 struct omap_overlay_info *info1, *info2; in dss_mgr_check_zorder() local
155 info2 = overlay_infos[ovl2->id]; in dss_mgr_check_zorder()
157 if (info2 == NULL) in dss_mgr_check_zorder()
160 if (info1->zorder == info2->zorder) { in dss_mgr_check_zorder()
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_info_test.c246 }, info2; in TEST_F() local
328 info2.mask = PIDFD_INFO_CGROUPID | PIDFD_INFO_EXIT; in TEST_F()
329 ASSERT_EQ(ioctl(pidfd_leader_thread, PIDFD_GET_INFO, &info2), 0); in TEST_F()
330 ASSERT_TRUE(!!(info2.mask & PIDFD_INFO_CREDS)); in TEST_F()
332 ASSERT_FALSE(!!(info2.mask & PIDFD_INFO_EXIT)); in TEST_F()
333 ASSERT_EQ(info2.pid, pid_leader); in TEST_F()
374 info2.mask = PIDFD_INFO_CGROUPID | PIDFD_INFO_EXIT; in TEST_F()
375 ASSERT_EQ(ioctl(pidfd_leader_thread, PIDFD_GET_INFO, &info2), 0); in TEST_F()
376 ASSERT_FALSE(!!(info2.mask & PIDFD_INFO_CREDS)); in TEST_F()
377 ASSERT_TRUE(!!(info2 in TEST_F()
[all...]
/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h391 static inline const char *cdnsp_decode_slot_context(u32 info, u32 info2, in cdnsp_decode_slot_context() argument
540 u32 info, u32 info2, in cdnsp_decode_ep_context() argument
558 cerr = (info2 & (3 << 1)) >> 1; in cdnsp_decode_ep_context()
559 ep_type = CTX_TO_EP_TYPE(info2); in cdnsp_decode_ep_context()
560 hid = !!(info2 & (1 << 7)); in cdnsp_decode_ep_context()
561 burst = CTX_TO_MAX_BURST(info2); in cdnsp_decode_ep_context()
562 maxp = MAX_PACKET_DECODED(info2); in cdnsp_decode_ep_context()
/linux/fs/notify/fanotify/
H A Dfanotify.c70 struct fanotify_info *info2) in fanotify_info_equal() argument
72 if (info1->dir_fh_totlen != info2->dir_fh_totlen || in fanotify_info_equal()
73 info1->dir2_fh_totlen != info2->dir2_fh_totlen || in fanotify_info_equal()
74 info1->file_fh_totlen != info2->file_fh_totlen || in fanotify_info_equal()
75 info1->name_len != info2->name_len || in fanotify_info_equal()
76 info1->name2_len != info2->name2_len) in fanotify_info_equal()
81 fanotify_info_dir_fh(info2))) in fanotify_info_equal()
86 fanotify_info_dir2_fh(info2))) in fanotify_info_equal()
91 fanotify_info_file_fh(info2))) in fanotify_info_equal()
95 memcmp(fanotify_info_name(info1), fanotify_info_name(info2), in fanotify_info_equal()
[all …]
/linux/kernel/gcov/
H A Dclang.c241 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible() argument
246 &info2->functions, struct gcov_fn_info, head); in gcov_info_is_compatible()
248 if (info1->checksum != info2->checksum) in gcov_info_is_compatible()
253 !list_is_last(&fn_ptr2->head, &info2->functions)) { in gcov_info_is_compatible()
262 list_is_last(&fn_ptr2->head, &info2->functions); in gcov_info_is_compatible()
H A Dgcov.h68 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2);
H A Dgcc_4_7.c234 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible() argument
236 return (info1->stamp == info2->stamp); in gcov_info_is_compatible()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_htt.c670 ast_hash = le32_get_bits(resp->peer_map_ev.info2, in ath12k_dp_htt_htc_t2h_msg_handler()
686 ast_hash = le32_get_bits(resp->peer_map_ev.info2, in ath12k_dp_htt_htc_t2h_msg_handler()
688 hw_peer_id = le32_get_bits(resp->peer_map_ev.info2, in ath12k_dp_htt_htc_t2h_msg_handler()
869 cmd->info2 = 0; in ath12k_dp_tx_htt_srng_setup()
871 cmd->info2 = le32_encode_bits(params.low_threshold, in ath12k_dp_tx_htt_srng_setup()
882 ring_id, ring_type, cmd->intr_info, cmd->info2); in ath12k_dp_tx_htt_srng_setup()
1051 cmd->info2 = le32_encode_bits(tlv_filter->rx_drop_threshold, in ath12k_dp_tx_htt_rx_filter_setup()
1053 cmd->info2 |= in ath12k_dp_tx_htt_rx_filter_setup()
1056 cmd->info2 |= in ath12k_dp_tx_htt_rx_filter_setup()
1059 cmd->info2 |= in ath12k_dp_tx_htt_rx_filter_setup()
[all …]
H A Ddp_htt.h45 __le32 info2; member
257 __le32 info2; member
796 __le32 info2; member
859 __le32 info2; member
962 __le32 info2; member
/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-hwbreak.c435 struct ppc_hw_breakpoint info1, info2; in test_multi_sethwdebug_range() local
447 get_ppc_hw_breakpoint(&info2, PPC_BREAKPOINT_TRIGGER_READ, wp_addr2, len2); in test_multi_sethwdebug_range()
453 wh2 = ptrace_sethwdebug(child_pid, &info2); in test_multi_sethwdebug_range()
467 struct ppc_hw_breakpoint info1, info2; in test_multi_sethwdebug_range_dawr_overlap() local
478 get_ppc_hw_breakpoint(&info2, PPC_BREAKPOINT_TRIGGER_READ, wp_addr2, len2); in test_multi_sethwdebug_range_dawr_overlap()
484 wh2 = ptrace_sethwdebug(child_pid, &info2); in test_multi_sethwdebug_range_dawr_overlap()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Dhal_rx_desc.h117 __le32 info2; member
145 __le32 info2; member
211 __le32 info2; member
797 __le16 info2; member
H A Ddp_mon.c244 ppdu_info->ldpc = le32_get_bits(rx_usr_info->info2, HAL_RX_USR_INFO2_LDPC); in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
245 ppdu_info->dcm = le32_get_bits(rx_usr_info->info2, HAL_RX_USR_INFO2_STA_DCM); in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
248 ppdu_info->nss = le32_get_bits(rx_usr_info->info2, HAL_RX_USR_INFO2_NSS) + 1; in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
262 ru_type_80_0 = le32_get_bits(rx_usr_info->info2, HAL_RX_USR_INFO2_RU_TYPE_80_0); in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
273 ru_type_80_1 = le32_get_bits(rx_usr_info->info2, HAL_RX_USR_INFO2_RU_TYPE_80_1); in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
284 ru_type_80_2 = le32_get_bits(rx_usr_info->info2, HAL_RX_USR_INFO2_RU_TYPE_80_2); in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
295 ru_type_80_3 = le32_get_bits(rx_usr_info->info2, HAL_RX_USR_INFO2_RU_TYPE_80_3); in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
296 ru_start_index_80_3 = le32_get_bits(rx_usr_info->info2, in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
1559 ath12k_wifi7_dp_mon_parse_rx_msdu_end_err(__le32_to_cpu(msdu_end->info2), in ath12k_wifi7_dp_mon_parse_status_msdu_end()
1622 info[2] = __le32_to_cpu(eu_stats->info2); in ath12k_wifi7_dp_mon_rx_parse_status_tlv()
[all …]
H A Dhal_qcc2072.c240 return le32_get_bits(desc->u.qcc2072.mpdu_start.info2, in ath12k_hal_rx_desc_get_encrypt_type_qcc2072()
317 return le32_get_bits(desc->u.qcc2072.mpdu_start.info2, in ath12k_hal_rx_desc_get_mpdu_tid_qcc2072()
H A Dhal_wcn7850.c310 return le32_get_bits(desc->u.wcn7850.mpdu_start.info2, in ath12k_hal_rx_desc_get_encrypt_type_wcn7850()
400 return le32_get_bits(desc->u.wcn7850.mpdu_start.info2, in ath12k_hal_rx_desc_get_mpdu_tid_wcn7850()
/linux/drivers/usb/host/
H A Dxhci-trace.h343 __field(u32, info2)
349 __entry->info2 = le32_to_cpu(ctx->ep_info2);
354 __entry->info, __entry->info2, __entry->deq, __entry->tx_info)
388 __field(u32, info2)
394 __entry->info2 = le32_to_cpu(ctx->dev_info2);
399 __entry->info, __entry->info2,
H A Doxu210hp-hcd.c1760 u32 info1 = 0, info2 = 0; in qh_make() local
1849 info2 |= (EHCI_TUNE_MULT_TT << 30); in qh_make()
1850 info2 |= urb->dev->ttport << 23; in qh_make()
1862 info2 |= (EHCI_TUNE_MULT_HS << 30); in qh_make()
1866 info2 |= (EHCI_TUNE_MULT_HS << 30); in qh_make()
1869 info2 |= hb_mult(maxp) << 30; in qh_make()
1884 qh->hw_info2 = cpu_to_le32(info2); in qh_make()
/linux/net/netfilter/
H A Dxt_connmark.c86 const struct xt_connmark_tginfo2 info2 = { in connmark_tg() local
93 return connmark_tg_shift(skb, &info2); in connmark_tg()
/linux/arch/x86/kvm/
H A Dtrace.h401 __field( u64, info2 ) \
416 &__entry->info2, \
426 __entry->guest_rip, __entry->info1, __entry->info2, \
1852 __field(u64, info2)
1859 __entry->info2 = ghcb->save.sw_exit_info_2;
1864 __entry->info1, __entry->info2)
1878 __field(u64, info2)
1885 __entry->info2 = ghcb->save.sw_exit_info_2;
1890 __entry->info1, __entry->info2)
/linux/drivers/scsi/qla4xxx/
H A Dql4_83xx.h315 uint32_t info2; /* IDC additional info */ member
H A Dql4_isr.c589 if ((ha->idc_info.info2 & ENABLE_INTERNAL_LOOPBACK) || in qla4_83xx_loopback_in_progress()
590 (ha->idc_info.info2 & ENABLE_EXTERNAL_LOOPBACK)) { in qla4_83xx_loopback_in_progress()
921 ha->idc_info.info2 = mbox_sts[3]; in qla4xxx_isr_decode_mailbox()
945 ha->idc_info.info2 = mbox_sts[3]; in qla4xxx_isr_decode_mailbox()
/linux/fs/smb/client/
H A Dcifsproto.h505 static inline int smb_EIO2(enum smb_eio_trace trace, unsigned long info, unsigned long info2) in smb_EIO2() argument
507 trace_smb3_eio(trace, info, info2); in smb_EIO2()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h220 __le16 info2; member
254 return (le16_to_cpu(dhdr->info2) >> WMI_DATA_HDR_SEQNO_SHIFT) & in wmi_data_hdr_get_seqno()
260 return (le16_to_cpu(dhdr->info2) >> WMI_DATA_HDR_AMSDU_SHIFT) & in wmi_data_hdr_is_amsdu()
266 return (le16_to_cpu(dhdr->info2) >> WMI_DATA_HDR_META_SHIFT) & in wmi_data_hdr_get_meta()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c993 u32 info1, info2, info3; in ath10k_htt_rx_h_rates() local
1005 info2 = __le32_to_cpu(rxd_ppdu_start->info2); in ath10k_htt_rx_h_rates()
1028 mcs = info2 & 0x1F; in ath10k_htt_rx_h_rates()
1030 bw = (info2 >> 7) & 1; in ath10k_htt_rx_h_rates()
1045 bw = info2 & 3; in ath10k_htt_rx_h_rates()
1047 stbc = (info2 >> 3) & 1; in ath10k_htt_rx_h_rates()
1048 group_id = (info2 >> 4) & 0x3F; in ath10k_htt_rx_h_rates()
1052 nsts_su = ((info2 >> 10) & 0x07); in ath10k_htt_rx_h_rates()
1082 __le32_to_cpu(rxd_ppdu_start->info2), in ath10k_htt_rx_h_rates()
/linux/drivers/scsi/qla2xxx/
H A Dqla_nx2.h508 uint32_t info2; /* IDC additional info */ member
/linux/drivers/w1/slaves/
H A Dw1_therm.c618 struct therm_info info, info2; in w1_DS18B20_set_resolution() local
651 ret = read_scratchpad(sl, &info2); in w1_DS18B20_set_resolution()
656 if ((info2.rom[4] & W1_THERM_RESOLUTION_MASK) == (info.rom[4] & W1_THERM_RESOLUTION_MASK)) in w1_DS18B20_set_resolution()

12