/linux-6.3-rc2/drivers/mailbox/ |
A D | pcc.c | 233 struct pcc_chan_info *pchan; in pcc_mbox_irq() local 283 struct pcc_chan_info *pchan; in pcc_mbox_request_channel() local 334 void pcc_mbox_free_channel(struct pcc_mbox_chan *pchan) in pcc_mbox_free_channel() 371 struct pcc_chan_info *pchan = chan->con_priv; in pcc_send_data() local 442 static int pcc_parse_subspace_irq(struct pcc_chan_info *pchan, in pcc_parse_subspace_irq() 492 static int pcc_parse_subspace_db_reg(struct pcc_chan_info *pchan, in pcc_parse_subspace_db_reg() 549 static void pcc_parse_subspace_shmem(struct pcc_chan_info *pchan, in pcc_parse_subspace_shmem() 672 struct pcc_chan_info *pchan = chan_info + i; in pcc_mbox_probe() local
|
A D | arm_mhu_db.c | 55 unsigned int pchan; member 60 mhu_db_mbox_to_channel(struct mbox_controller *mbox, unsigned int pchan, in mhu_db_mbox_to_channel() 86 unsigned int pchan; in mhu_db_mbox_irq_to_pchan_num() local 95 mhu_db_mbox_irq_to_channel(struct arm_mhu *mhu, unsigned int pchan) in mhu_db_mbox_irq_to_channel() 128 unsigned int pchan = mhu_db_mbox_irq_to_pchan_num(mhu, irq); in mhu_db_mbox_rx_handler() local 193 unsigned int pchan = spec->args[0]; in mhu_db_mbox_xlate() local
|
/linux-6.3-rc2/drivers/w1/masters/ |
A D | ds2482.c | 265 struct ds2482_w1_chan *pchan = data; in ds2482_w1_touch_bit() local 297 struct ds2482_w1_chan *pchan = data; in ds2482_w1_triplet() local 327 struct ds2482_w1_chan *pchan = data; in ds2482_w1_write_byte() local 351 struct ds2482_w1_chan *pchan = data; in ds2482_w1_read_byte() local 388 struct ds2482_w1_chan *pchan = data; in ds2482_w1_reset_bus() local 420 struct ds2482_w1_chan *pchan = data; in ds2482_w1_set_pullup() local
|
/linux-6.3-rc2/drivers/dma/ |
A D | owl-dma.c | 204 struct owl_dma_pchan *pchan; member 240 static void pchan_update(struct owl_dma_pchan *pchan, u32 reg, in pchan_update() 260 static u32 pchan_readl(struct owl_dma_pchan *pchan, u32 reg) in pchan_readl() 470 struct owl_dma_pchan *pchan = NULL; in owl_dma_get_pchan() local 500 struct owl_dma_pchan *pchan) in owl_dma_terminate_pchan() 524 static void owl_dma_pause_pchan(struct owl_dma_pchan *pchan) in owl_dma_pause_pchan() 538 struct owl_dma_pchan *pchan = vchan->pchan; in owl_dma_start_next_txd() local 595 struct owl_dma_pchan *pchan; in owl_dma_interrupt() local 772 struct owl_dma_pchan *pchan; in owl_dma_getbytes_chan() local 840 struct owl_dma_pchan *pchan; in owl_dma_phy_alloc_and_start() local [all …]
|
A D | sun4i-dma.c | 147 struct sun4i_dma_pchan *pchan; member 231 struct sun4i_dma_pchan *pchan = NULL, *pchans = priv->pchans; in find_and_use_pchan() local 260 struct sun4i_dma_pchan *pchan) in release_pchan() 273 static void configure_pchan(struct sun4i_dma_pchan *pchan, in configure_pchan() 295 struct sun4i_dma_pchan *pchan, in set_pchan_interrupt() 335 struct sun4i_dma_pchan *pchan; in __execute_vchan_pending() local 891 struct sun4i_dma_pchan *pchan = vchan->pchan; in sun4i_dma_terminate_all() local 968 struct sun4i_dma_pchan *pchan = vchan->pchan; in sun4i_dma_tx_status() local 1033 struct sun4i_dma_pchan *pchans = priv->pchans, *pchan; in sun4i_dma_interrupt() local
|
A D | sun6i-dma.c | 252 struct sun6i_pchan *pchan) in sun6i_dma_dump_chan_regs() 349 static size_t sun6i_get_chan_size(struct sun6i_pchan *pchan) in sun6i_get_chan_size() 438 struct sun6i_pchan *pchan = vchan->phy; in sun6i_dma_start_desc() local 481 struct sun6i_pchan *pchan; in sun6i_dma_tasklet() local 546 struct sun6i_pchan *pchan; in sun6i_dma_interrupt() local 868 struct sun6i_pchan *pchan = vchan->phy; in sun6i_dma_pause() local 888 struct sun6i_pchan *pchan = vchan->phy; in sun6i_dma_resume() local 913 struct sun6i_pchan *pchan = vchan->phy; in sun6i_dma_terminate_all() local 957 struct sun6i_pchan *pchan = vchan->phy; in sun6i_dma_tx_status() local 1399 struct sun6i_pchan *pchan = &sdc->pchans[i]; in sun6i_dma_probe() local
|
A D | mmp_pdma.c | 239 static struct mmp_pdma_phy *lookup_phy(struct mmp_pdma_chan *pchan) in lookup_phy() 273 static void mmp_pdma_free_phy(struct mmp_pdma_chan *pchan) in mmp_pdma_free_phy()
|
A D | timb_dma.c | 685 struct timb_dma_platform_data_channel *pchan = in td_probe() local
|
A D | pxa_dma.c | 369 static struct pxad_phy *lookup_phy(struct pxad_chan *pchan) in lookup_phy()
|
A D | pl330.c | 535 struct dma_pl330_chan *pchan; member
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/ |
A D | nouveau_chan.c | 81 nouveau_channel_del(struct nouveau_channel **pchan) in nouveau_channel_del() 137 u32 size, struct nouveau_channel **pchan) in nouveau_channel_prep() 249 struct nouveau_channel **pchan) in nouveau_channel_ctor() 489 bool priv, u64 runm, u32 vram, u32 gart, struct nouveau_channel **pchan) in nouveau_channel_new()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
A D | chan.c | 262 nvkm_chan_del(struct nvkm_chan **pchan) in nvkm_chan_del() 296 nvkm_chan_put(struct nvkm_chan **pchan, unsigned long irqflags) in nvkm_chan_put() 349 struct nvkm_memory *userd, u64 ouserd, struct nvkm_chan **pchan) in nvkm_chan_new_()
|
/linux-6.3-rc2/drivers/iio/multiplexer/ |
A D | iio-mux.c | 246 struct iio_chan_spec const *pchan = mux->parent->channel; in mux_configure_channel() local
|
/linux-6.3-rc2/net/bluetooth/ |
A D | l2cap_sock.c | 1788 struct l2cap_chan *pchan = l2cap_pi(parent)->chan; in l2cap_sock_init() local
|
A D | 6lowpan.c | 737 static inline struct l2cap_chan *chan_new_conn_cb(struct l2cap_chan *pchan) in chan_new_conn_cb()
|
A D | l2cap_core.c | 4096 struct l2cap_chan *chan = NULL, *pchan; in l2cap_connect() local 5773 struct l2cap_chan *chan, *pchan; in l2cap_le_connect_req() local 5962 struct l2cap_chan *chan, *pchan; in l2cap_ecred_conn_req() local 8184 struct l2cap_chan *pchan; in l2cap_connect_cfm() local
|
A D | smp.c | 3230 static inline struct l2cap_chan *smp_new_conn_cb(struct l2cap_chan *pchan) in smp_new_conn_cb()
|
/linux-6.3-rc2/drivers/firmware/ |
A D | arm_scpi.c | 943 struct scpi_chan *pchan = scpi_drvinfo->channels + idx; in scpi_probe() local
|