Home
last modified time | relevance | path

Searched refs:str_true_false (Results 1 – 19 of 19) sorted by relevance

/linux-6.15/drivers/net/ethernet/hisilicon/hibmcge/
H A Dhbg_debugfs.c22 #define state_str_true_false(p, s) str_true_false(test_bit(s, &(p)->state))
39 str_true_false(hbg_hw_irq_is_enabled(priv, irq_mask))); in hbg_dbg_ring()
72 str_true_false(hbg_hw_irq_is_enabled(priv, in hbg_dbg_irq_info()
74 str_true_false(info->need_reset), in hbg_dbg_irq_info()
75 str_true_false(info->need_print), in hbg_dbg_irq_info()
91 seq_printf(s, "filter enabled: %s\n", str_true_false(filter->enabled)); in hbg_dbg_mac_table()
124 seq_printf(s, "np_link fail state: %s\n", str_true_false(np_link_fail)); in hbg_dbg_nic_state()
/linux-6.15/include/linux/
H A Dstring_choices.h56 static inline const char *str_true_false(bool v) in str_true_false() function
60 #define str_false_true(v) str_true_false(!(v))
/linux-6.15/scripts/coccinelle/api/
H A Dstring_choices.cocci76 @str_true_false depends on patch disable neg_if_exp@
80 + str_true_false(E)
93 coccilib.report.print_report(p[0], "opportunity for str_true_false(%s)" % e)
/linux-6.15/drivers/gpu/drm/msm/dp/
H A Ddp_drm.c29 str_true_false(dp->link_ready)); in msm_dp_bridge_detect()
45 str_true_false(dp->link_ready)); in msm_dp_bridge_atomic_check()
/linux-6.15/drivers/staging/fbtft/
H A Dfb_ssd1351.c166 __func__, str_true_false(on)); in blank()
/linux-6.15/drivers/pinctrl/bcm/
H A Dpinctrl-nsp-gpio.c258 str_true_false(level_low), str_true_false(falling)); in nsp_gpio_irq_set_type()
/linux-6.15/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_cmd.c265 str_true_false(enable), refcount); in dpu_encoder_phys_cmd_control_vblank_irq()
289 str_true_false(enable), refcount); in dpu_encoder_phys_cmd_control_vblank_irq()
/linux-6.15/fs/ceph/
H A Ddebugfs.c360 seq_printf(s, "blocklisted: %s\n", str_true_false(fsc->blocklisted)); in status_show()
/linux-6.15/drivers/dma/
H A Dimx-dma.c946 str_true_false(xt->src_sgl), str_true_false(xt->dst_sgl), in imxdma_prep_dma_interleaved()
/linux-6.15/mm/
H A Dmemory-tiers.c944 return sysfs_emit(buf, "%s\n", str_true_false(numa_demotion_enabled)); in demotion_enabled_show()
H A Dswap_state.c824 return sysfs_emit(buf, "%s\n", str_true_false(enable_vma_readahead)); in vma_ra_enabled_show()
/linux-6.15/drivers/usb/gadget/function/
H A Df_ecm.c391 DBG(cdev, "notify connect %s\n", str_true_false(ecm->is_open)); in ecm_do_notify()
H A Df_ncm.c562 str_true_false(ncm->is_open)); in ncm_do_notify()
/linux-6.15/drivers/bluetooth/
H A Dhci_qca.c347 BT_DBG("Vote serial clock %s(%s)", str_true_false(new_vote), in serial_clock_vote()
348 str_true_false(vote)); in serial_clock_vote()
/linux-6.15/drivers/usb/typec/tcpm/
H A Dfusb302.c1565 str_true_false(comp_result)); in fusb302_irq_work()
H A Dtcpm.c4445 tcpm_log(port, "Setting usb_comm capable %s", str_true_false(capable)); in tcpm_set_partner_usb_comm_capable()
/linux-6.15/crypto/
H A Ddrbg.c1416 str_true_false(drbg->pr), in drbg_generate()
/linux-6.15/fs/smb/server/
H A Dtransport_rdma.c2271 netdev->name, str_true_false(rdma_capable)); in ksmbd_rdma_capable_netdev()
/linux-6.15/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c4360 str_true_false(coherent)); in arm_smmu_device_hw_probe()