Home
last modified time | relevance | path

Searched refs:is_target (Results 1 – 20 of 20) sorted by relevance

/linux-6.12.1/tools/perf/util/
Dblock-range.c123 .is_target = 1, in block_range__create()
146 .is_target = 1, in block_range__create()
170 .is_target = entry->is_target, in block_range__create()
178 entry->is_target = 1; in block_range__create()
186 entry->is_target = 1; in block_range__create()
208 .is_target = 0, in block_range__create()
255 .is_target = 0, in block_range__create()
278 .is_target = 0, in block_range__create()
291 assert(iter.start->start == start && iter.start->is_target); in block_range__create()
Dblock-range.h30 int is_target, is_branch; member
Dannotate.c704 if (br->is_target && br->start == addr) { in annotate__branch_printf()
/linux-6.12.1/tools/build/
Dfixdep.c53 int is_target, has_target = 0; in parse_dep_file() local
66 is_target = (*(p-1) == ':'); in parse_dep_file()
68 if (is_target) { in parse_dep_file()
/linux-6.12.1/drivers/spi/
Dspi-fsl-lpspi.c103 bool is_target; member
256 if (!fsl_lpspi->is_target) { in fsl_lpspi_write_tx_fifo()
280 if (!fsl_lpspi->is_target) { in fsl_lpspi_set_cmd()
411 if (!fsl_lpspi->is_target) { in fsl_lpspi_config()
419 if (!fsl_lpspi->is_target) in fsl_lpspi_config()
508 if (fsl_lpspi->is_target) { in fsl_lpspi_wait_for_completion()
615 if (!fsl_lpspi->is_target) { in fsl_lpspi_dma_transfer()
853 bool is_target; in fsl_lpspi_probe() local
859 is_target = of_property_read_bool((&pdev->dev)->of_node, "spi-slave"); in fsl_lpspi_probe()
860 if (is_target) in fsl_lpspi_probe()
[all …]
Dspi-pxa2xx.h28 bool is_target; member
Dspi-pxa2xx-platform.c126 pdata->is_target = device_property_read_bool(dev, "spi-slave"); in pxa2xx_spi_init_pdata()
Dspi-cadence.c156 static void cdns_spi_init_hw(struct cdns_spi *xspi, bool is_target) in cdns_spi_init_hw() argument
160 if (!is_target) in cdns_spi_init_hw()
Dspi-pxa2xx.c1289 if (platform_info->is_target) in pxa2xx_spi_probe()
1443 if (platform_info->is_target) { in pxa2xx_spi_probe()
/linux-6.12.1/scripts/basic/
Dfixdep.c264 bool is_target = true; in parse_dep_file() local
310 is_target = true; in parse_dep_file()
318 is_target = false; in parse_dep_file()
349 if (is_target) { in parse_dep_file()
/linux-6.12.1/net/netfilter/
Dx_tables.c1582 bool is_target) in xt_mttg_seq_next() argument
1598 trav->head = trav->curr = is_target ? in xt_mttg_seq_next()
1607 trav->head = trav->curr = is_target ? in xt_mttg_seq_next()
1623 bool is_target) in xt_mttg_seq_start() argument
1630 if (xt_mttg_seq_next(seq, NULL, NULL, is_target) == NULL) in xt_mttg_seq_start()
/linux-6.12.1/fs/ceph/
Dinode.c1529 rinfo->head->is_dentry, rinfo->head->is_target); in ceph_fill_trace()
1531 if (!rinfo->head->is_target && !rinfo->head->is_dentry) { in ceph_fill_trace()
1564 BUG_ON(!rinfo->head->is_target); in ceph_fill_trace()
1625 if (rinfo->head->is_target) { in ceph_fill_trace()
1657 (rinfo->head->is_target || strncmp(req->r_dentry->d_name.name, in ceph_fill_trace()
1724 if (!rinfo->head->is_target) { in ceph_fill_trace()
1786 if (rinfo->head->is_target) { in ceph_fill_trace()
Ddir.c1165 !req->r_reply_info.head->is_target && in ceph_mkdir()
Dmds_client.c390 if (info->head->is_target) { in parse_reply_info_trace()
3885 if ((err >= 0) && rinfo->head->is_target) { in handle_reply()
/linux-6.12.1/include/linux/qed/
Dqed_if.h502 u8 is_target; member
542 u8 is_target; member
/linux-6.12.1/include/linux/ceph/
Dceph_fs.h556 __u8 is_dentry, is_target; /* true if dentry, target inode records member
/linux-6.12.1/tools/perf/
Dbuiltin-annotate.c121 assert(entry->is_target); in process_basic_block()
/linux-6.12.1/drivers/net/ethernet/qlogic/qed/
Dqed_fcoe.c201 if (fcoe_pf_params->is_target) { in qed_sp_fcoe_func_start()
Dqed_cxt.c1750 p_hwfn->pf_params.fcoe_pf_params.is_target) in qed_prs_init_common()
1768 if (p_hwfn->pf_params.fcoe_pf_params.is_target) { in qed_prs_init_pf()
Dqed_iscsi.c234 if (p_params->is_target) { in qed_sp_iscsi_func_start()