Searched refs:pch (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/dma/
H A Dpl330.c1559 struct dma_pl330_chan *pch; local
1565 pch = desc->pchan;
1568 if (!pch)
1571 spin_lock_irqsave(&pch->lock, flags);
1575 spin_unlock_irqrestore(&pch->lock, flags);
1577 tasklet_schedule(&pch->task);
2042 static inline void fill_queue(struct dma_pl330_chan *pch) argument
2047 list_for_each_entry(desc, &pch->work_list, node) {
2053 ret = pl330_submit_req(pch->thread, desc);
2062 dev_err(pch
2071 struct dma_pl330_chan *pch = from_tasklet(pch, t, task); local
2164 struct dma_pl330_chan *pch = to_pchan(chan); local
2205 pl330_unprep_slave_fifo(struct dma_pl330_chan *pch) argument
2214 pl330_prep_slave_fifo(struct dma_pl330_chan *pch, enum dma_transfer_direction dir) argument
2248 struct dma_pl330_chan *pch = to_pchan(chan); local
2273 struct dma_pl330_chan *pch = to_pchan(chan); local
2282 struct dma_pl330_chan *pch = to_pchan(chan); local
2333 struct dma_pl330_chan *pch = to_pchan(chan); local
2358 struct dma_pl330_chan *pch = to_pchan(chan); local
2379 pl330_get_current_xferred_count(struct dma_pl330_chan *pch, struct dma_pl330_desc *desc) argument
2413 struct dma_pl330_chan *pch = to_pchan(chan); local
2482 struct dma_pl330_chan *pch = to_pchan(chan); local
2510 struct dma_pl330_chan *pch = to_pchan(tx->chan); local
2596 pl330_get_desc(struct dma_pl330_chan *pch) argument
2639 __pl330_prep_dma_memcpy(struct dma_pl330_chan *pch, dma_addr_t dst, dma_addr_t src, size_t len) argument
2668 struct dma_pl330_chan *pch = desc->pchan; local
2689 struct dma_pl330_chan *pch = to_pchan(chan); local
2779 struct dma_pl330_chan *pch = to_pchan(chan); local
2852 struct dma_pl330_chan *pch = to_pchan(chan); local
2939 struct dma_pl330_chan *pch = &pl330->peripherals[pr]; local
3010 struct dma_pl330_chan *pch, *_p; local
3214 struct dma_pl330_chan *pch, *_p; local
[all...]
H A Dsa11x0-dma.c331 unsigned pch, pch_alloc = 0; local
353 for (pch = 0; pch < NR_PHY_CHAN; pch++) {
354 p = &d->phy[pch];
361 pch_alloc |= 1 << pch;
366 dev_dbg(d->slave.dev, "pchan %u: alloc vchan %p\n", pch, &c->vc);
371 for (pch = 0; pch < NR_PHY_CHAN; pch
990 unsigned pch; local
1005 unsigned pch; local
1043 unsigned pch; local
[all...]
H A Dk3dma.c303 unsigned pch, pch_alloc = 0; local
323 for (pch = 0; pch < d->dma_channels; pch++) {
324 if (!(d->dma_channel_mask & (1 << pch)))
327 p = &d->phy[pch];
334 pch_alloc |= 1 << pch;
338 dev_dbg(d->slave.dev, "pchan %u: alloc vchan %p\n", pch, &c->vc);
343 for (pch = 0; pch <
[all...]
/linux-master/drivers/net/ppp/
H A Dppp_generic.c263 static void ppp_channel_push(struct channel *pch);
265 struct channel *pch);
272 struct channel *pch);
287 static int ppp_connect_channel(struct channel *pch, int unit);
288 static int ppp_disconnect_channel(struct channel *pch);
289 static void ppp_destroy_channel(struct channel *pch);
626 static int ppp_bridge_channels(struct channel *pch, struct channel *pchb) argument
628 write_lock_bh(&pch->upl);
629 if (pch->ppp ||
630 rcu_dereference_protected(pch
665 ppp_unbridge_channels(struct channel *pch) argument
736 struct channel *pch, *pchb; local
1585 struct channel *pch; local
1862 struct channel *pch; local
1926 struct channel *pch; local
2141 __ppp_channel_push(struct channel *pch) argument
2169 ppp_channel_push(struct channel *pch) argument
2193 ppp_do_recv(struct ppp *ppp, struct sk_buff *skb, struct channel *pch) argument
2248 ppp_channel_bridge_input(struct channel *pch, struct sk_buff *skb) argument
2280 struct channel *pch = chan->ppp; local
2323 struct channel *pch = chan->ppp; local
2346 ppp_receive_frame(struct ppp *ppp, struct sk_buff *skb, struct channel *pch) argument
2590 ppp_receive_mp_frame(struct ppp *ppp, struct sk_buff *skb, struct channel *pch) argument
2879 struct channel *pch; local
2915 struct channel *pch = chan->ppp; local
2927 struct channel *pch = chan->ppp; local
2944 struct channel *pch = chan->ppp; local
2964 struct channel *pch = chan->ppp; local
3004 struct channel *pch = chan->ppp; local
3429 struct channel *pch; local
3450 ppp_connect_channel(struct channel *pch, int unit) argument
3502 ppp_disconnect_channel(struct channel *pch) argument
3528 ppp_destroy_channel(struct channel *pch) argument
[all...]
/linux-master/tools/bpf/bpftool/
H A Dperf.c159 const char *pch; local
168 pch = proc_de->d_name;
171 while (isdigit(*pch)) {
172 pid = pid * 10 + *pch - '0';
173 pch++;
175 if (*pch != '\0')
188 pch = pid_fd_de->d_name;
191 while (isdigit(*pch)) {
192 fd = fd * 10 + *pch - '0';
193 pch
[all...]
/linux-master/drivers/gpu/drm/i915/soc/
H A Dintel_pch.c210 struct pci_dev *pch = NULL; local
247 while ((pch = pci_get_class(PCI_CLASS_BRIDGE_ISA << 8, pch))) {
248 if (pch->vendor != PCI_VENDOR_ID_INTEL)
251 id = pch->device & INTEL_PCH_DEVICE_ID_MASK;
258 } else if (intel_is_virt_pch(id, pch->subsystem_vendor,
259 pch->subsystem_device)) {
271 if (pch && !HAS_DISPLAY(dev_priv)) {
276 } else if (!pch) {
286 pci_dev_put(pch);
[all...]
/linux-master/drivers/isdn/mISDN/
H A Dstack.c565 struct mISDNchannel *pch; local
592 pch = get_channel4id(ch->st, ch->nr);
593 if (pch) {
595 list_del(&pch->list);
597 pch->ctrl(pch, CLOSE_CHANNEL, NULL);
598 pch = ch->st->dev->teimgr;
599 pch->ctrl(pch, CLOSE_CHANNEL, NULL);
605 pch
[all...]
/linux-master/drivers/iio/common/scmi_sensors/
H A Dscmi_iio.c458 char *pch, mod; local
463 pch = strrchr(name, '_');
464 if (!pch)
467 mod = *(pch + 1);
/linux-master/drivers/irqchip/
H A DMakefile113 obj-$(CONFIG_LOONGSON_PCH_PIC) += irq-loongson-pch-pic.o
114 obj-$(CONFIG_LOONGSON_PCH_MSI) += irq-loongson-pch-msi.o
115 obj-$(CONFIG_LOONGSON_PCH_LPC) += irq-loongson-pch-lpc.o
/linux-master/drivers/edac/
H A Di10nm_base.c218 int n, pch; local
224 pch = res->cs & 1;
226 if (pch)
276 if (pch) {
/linux-master/drivers/spi/
H A DMakefile147 obj-$(CONFIG_SPI_TOPCLIFF_PCH) += spi-topcliff-pch.o
/linux-master/drivers/gpio/
H A DMakefile128 obj-$(CONFIG_GPIO_PCH) += gpio-pch.o
/linux-master/kernel/
H A Dsys.c2344 char *name, *pch; local
2350 for (pch = name; *pch != '\0'; pch++) {
2351 if (!is_valid_name_char(*pch)) {

Completed in 163 milliseconds