| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | call-path.c | 28 struct call_path_root *cpr; in call_path_root__new() local 38 void call_path_root__free(struct call_path_root *cpr) in call_path_root__free() 49 static struct call_path *call_path__new(struct call_path_root *cpr, in call_path__new() 77 struct call_path *call_path__findnew(struct call_path_root *cpr, in call_path__findnew()
|
| D | thread-stack.c | 863 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__bottom() local 908 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__no_call_return() local 1021 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__trace_end() local 1055 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__x86_retpoline() local 1151 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__process() local 1212 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__process() local
|
| D | thread-stack.h | 78 struct call_path_root *cpr; member
|
| D | db-export.h | 66 struct call_path_root *cpr; member
|
| /kernel/linux/linux-4.19/tools/perf/util/ |
| D | call-path.c | 36 struct call_path_root *cpr; in call_path_root__new() local 46 void call_path_root__free(struct call_path_root *cpr) in call_path_root__free() 57 static struct call_path *call_path__new(struct call_path_root *cpr, in call_path__new() 85 struct call_path *call_path__findnew(struct call_path_root *cpr, in call_path__findnew()
|
| D | thread-stack.c | 431 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__bottom() local 461 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__no_call_return() local 542 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__trace_end() local 608 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__process() local
|
| D | thread-stack.h | 78 struct call_path_root *cpr; member
|
| D | db-export.h | 69 struct call_path_root *cpr; member
|
| /kernel/linux/linux-5.10/drivers/parport/ |
| D | parport_ax88796.c | 71 unsigned int cpr = readb(dd->spp_cpr); in parport_ax88796_read_control() local 93 unsigned int cpr = readb(dd->spp_cpr); in parport_ax88796_write_control() local 189 void __iomem *cpr = dd->spp_cpr; in parport_ax88796_data_forward() local 198 void __iomem *cpr = dd->spp_cpr; in parport_ax88796_data_reverse() local
|
| /kernel/linux/linux-4.19/drivers/parport/ |
| D | parport_ax88796.c | 75 unsigned int cpr = readb(dd->spp_cpr); in parport_ax88796_read_control() local 97 unsigned int cpr = readb(dd->spp_cpr); in parport_ax88796_write_control() local 193 void __iomem *cpr = dd->spp_cpr; in parport_ax88796_data_forward() local 202 void __iomem *cpr = dd->spp_cpr; in parport_ax88796_data_reverse() local
|
| /kernel/linux/linux-5.10/drivers/pcmcia/ |
| D | pxa2xx_sharpsl.c | 58 unsigned short cpr, csr; in sharpsl_pcmcia_socket_state() local 111 unsigned short cpr, ncpr, ccr, nccr, mcr, nmcr, imr, nimr; in sharpsl_pcmcia_configure_socket() local
|
| /kernel/linux/linux-4.19/drivers/pcmcia/ |
| D | pxa2xx_sharpsl.c | 62 unsigned short cpr, csr; in sharpsl_pcmcia_socket_state() local 115 unsigned short cpr, ncpr, ccr, nccr, mcr, nmcr, imr, nimr; in sharpsl_pcmcia_configure_socket() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
| D | bnxt.c | 886 struct bnxt_cp_ring_info *cpr, in bnxt_get_agg() 906 static void bnxt_reuse_rx_agg_bufs(struct bnxt_cp_ring_info *cpr, u16 idx, in bnxt_reuse_rx_agg_bufs() 1040 struct bnxt_cp_ring_info *cpr, in bnxt_rx_pages() 1116 static int bnxt_agg_bufs_valid(struct bnxt *bp, struct bnxt_cp_ring_info *cpr, in bnxt_agg_bufs_valid() 1154 static int bnxt_discard_rx(struct bnxt *bp, struct bnxt_cp_ring_info *cpr, in bnxt_discard_rx() 1325 static void bnxt_abort_tpa(struct bnxt_cp_ring_info *cpr, u16 idx, u32 agg_bufs) in bnxt_abort_tpa() 1539 struct bnxt_cp_ring_info *cpr, in bnxt_tpa_end() 1713 static int bnxt_rx_pkt(struct bnxt *bp, struct bnxt_cp_ring_info *cpr, in bnxt_rx_pkt() 1936 struct bnxt_cp_ring_info *cpr, in bnxt_force_rx_discard() 2226 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring; in bnxt_msix() local [all …]
|
| D | bnxt_dim.c | 17 struct bnxt_cp_ring_info *cpr = container_of(dim, in bnxt_dim_work() local
|
| D | bnxt_debugfs.c | 84 struct bnxt_cp_ring_info *cpr = &bp->bnapi[i]->cp_ring; in bnxt_debug_dev_init() local
|
| D | bnxt_ethtool.c | 560 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring; in bnxt_get_ethtool_stats() local 3175 static int bnxt_rx_loopback(struct bnxt *bp, struct bnxt_cp_ring_info *cpr, in bnxt_rx_loopback() 3208 static int bnxt_poll_loopback(struct bnxt *bp, struct bnxt_cp_ring_info *cpr, in bnxt_poll_loopback() 3247 struct bnxt_cp_ring_info *cpr; in bnxt_run_loopback() local
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/broadcom/bnxt/ |
| D | bnxt_dim.c | 18 struct bnxt_cp_ring_info *cpr = container_of(dim, in bnxt_dim_work() local
|
| D | bnxt.c | 789 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring; in bnxt_reuse_rx_agg_bufs() local 917 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring; in bnxt_rx_pages() local 983 static int bnxt_agg_bufs_valid(struct bnxt *bp, struct bnxt_cp_ring_info *cpr, in bnxt_agg_bufs_valid() 1024 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring; in bnxt_discard_rx() local 1356 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring; in bnxt_tpa_end() local 1493 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring; in bnxt_rx_pkt() local 1689 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring; in bnxt_force_rx_discard() local 1832 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring; in bnxt_msix() local 1841 static inline int bnxt_has_work(struct bnxt *bp, struct bnxt_cp_ring_info *cpr) in bnxt_has_work() 1856 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring; in bnxt_inta() local [all …]
|
| D | bnxt_debugfs.c | 91 struct bnxt_cp_ring_info *cpr = &bp->bnapi[i]->cp_ring; in bnxt_debug_dev_init() local
|
| D | bnxt_ethtool.c | 311 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring; in bnxt_get_ethtool_stats() local 2480 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring; in bnxt_rx_loopback() local 2512 struct bnxt_cp_ring_info *cpr; in bnxt_poll_loopback() local
|
| /kernel/linux/linux-4.19/arch/arm/mach-pxa/ |
| D | spitz.c | 206 unsigned short cpr; in spitz_card_pwr_ctrl() local 242 static void spitz_pcmcia_pwr(struct device *scoop, uint16_t cpr, int nr) in spitz_pcmcia_pwr()
|
| /kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
| D | spitz.c | 203 unsigned short cpr; in spitz_card_pwr_ctrl() local 239 static void spitz_pcmcia_pwr(struct device *scoop, uint16_t cpr, int nr) in spitz_pcmcia_pwr()
|
| /kernel/linux/linux-4.19/arch/powerpc/platforms/52xx/ |
| D | mpc52xx_pci.c | 74 u32 cpr; /* PCI + 0x34 */ member
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/52xx/ |
| D | mpc52xx_pci.c | 74 u32 cpr; /* PCI + 0x34 */ member
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/ |
| D | qcs404.dtsi | 1147 cpr: power-controller@b018000 { label
|