Searched refs:mp (Results 1 - 25 of 49) sorted by relevance

12

/drivers/media/video/pvrusb2/
H A Dpvrusb2-context.c43 static void pvr2_context_set_notify(struct pvr2_context *mp, int fl) argument
48 if (!mp->notify_flag) {
50 mp->notify_prev = pvr2_context_notify_last;
51 mp->notify_next = NULL;
52 pvr2_context_notify_last = mp;
53 if (mp->notify_prev) {
54 mp->notify_prev->notify_next = mp;
56 pvr2_context_notify_first = mp;
58 mp
80 pvr2_context_destroy(struct pvr2_context *mp) argument
106 pvr2_context_notify(struct pvr2_context *mp) argument
112 pvr2_context_check(struct pvr2_context *mp) argument
164 struct pvr2_context *mp; local
219 struct pvr2_context *mp = NULL; local
247 pvr2_context_reset_input_limits(struct pvr2_context *mp) argument
263 pvr2_context_enter(struct pvr2_context *mp) argument
269 pvr2_context_exit(struct pvr2_context *mp) argument
280 pvr2_context_disconnect(struct pvr2_context *mp) argument
288 pvr2_channel_init(struct pvr2_channel *cp,struct pvr2_context *mp) argument
316 struct pvr2_context *mp = cp->mc_head; local
[all...]
/drivers/scsi/sym53c8xx_2/
H A Dsym_malloc.c60 static void *___sym_malloc(m_pool_p mp, int size) argument
66 m_link_p h = mp->h;
106 static void ___sym_mfree(m_pool_p mp, void *ptr, int size) argument
112 m_link_p h = mp->h;
158 static void *__sym_calloc2(m_pool_p mp, int size, char *name, int uflags) argument
162 p = ___sym_malloc(mp, size);
174 #define __sym_calloc(mp, s, n) __sym_calloc2(mp, s, n, SYM_MEM_WARN)
179 static void __sym_mfree(m_pool_p mp, void *ptr, int size, char *name) argument
184 ___sym_mfree(mp, pt
193 ___mp0_get_mem_cluster(m_pool_p mp) argument
202 ___mp0_free_mem_cluster(m_pool_p mp, void *m) argument
223 ___get_dma_mem_cluster(m_pool_p mp) argument
246 ___free_dma_mem_cluster(m_pool_p mp, void *m) argument
267 m_pool_p mp; local
277 m_pool_p mp = __sym_calloc(&mp0, sizeof(*mp), "MPOOL"); local
315 m_pool_p mp; local
338 m_pool_p mp; local
360 m_pool_p mp; local
[all...]
H A Dsym_hipd.h1169 #define M_GET_MEM_CLUSTER() mp->get_mem_cluster(mp)
1170 #define M_FREE_MEM_CLUSTER(p) mp->free_mem_cluster(mp, p)
1206 static inline void *sym_m_get_dma_mem_cluster(m_pool_p mp, m_vtob_p vbp) argument
1211 vaddr = dma_alloc_coherent(mp->dev_dmat, SYM_MEM_CLUSTER_SIZE, &baddr,
1220 static inline void sym_m_free_dma_mem_cluster(m_pool_p mp, m_vtob_p vbp) argument
1222 dma_free_coherent(mp->dev_dmat, SYM_MEM_CLUSTER_SIZE, vbp->vaddr,
/drivers/net/ethernet/apple/
H A Dmace.c91 static inline void mace_clean_rings(struct mace_data *mp);
113 struct mace_data *mp; local
155 mp = netdev_priv(dev);
156 mp->mdev = mdev;
160 mp->mace = ioremap(dev->base_addr, 0x1000);
161 if (mp->mace == NULL) {
172 mp->chipid = (in_8(&mp->mace->chipid_hi) << 8) |
173 in_8(&mp->mace->chipid_lo);
176 mp
277 struct mace_data *mp; local
319 struct mace_data *mp = netdev_priv(dev); local
374 struct mace_data *mp = netdev_priv(dev); local
395 struct mace_data *mp = netdev_priv(dev); local
410 mace_clean_rings(struct mace_data *mp) argument
430 struct mace_data *mp = netdev_priv(dev); local
500 struct mace_data *mp = netdev_priv(dev); local
520 struct mace_data *mp = netdev_priv(dev); local
533 struct mace_data *mp = netdev_priv(dev); local
588 struct mace_data *mp = netdev_priv(dev); local
638 mace_handle_misc_intrs(struct mace_data *mp, int intr, struct net_device *dev) argument
662 struct mace_data *mp = netdev_priv(dev); local
808 struct mace_data *mp = netdev_priv(dev); local
879 struct mace_data *mp = netdev_priv(dev); local
[all...]
H A Dmacmace.c107 struct mace_data *mp = netdev_priv(dev); local
110 psc_write_long(PSC_ENETRD_ADDR + set, (u32) mp->rx_ring_phys);
113 mp->rx_tail = 0;
122 struct mace_data *mp = netdev_priv(dev); local
123 volatile struct mace *mace = mp->mace;
137 mp->rx_slot = 0;
149 struct mace_data *mp = netdev_priv(dev); local
150 volatile struct mace *mace = mp->mace;
158 mp->tx_slot = mp
201 struct mace_data *mp; local
267 struct mace_data *mp = netdev_priv(dev); local
324 struct mace_data *mp = netdev_priv(dev); local
345 struct mace_data *mp = netdev_priv(dev); local
370 struct mace_data *mp = netdev_priv(dev); local
437 struct mace_data *mp = netdev_priv(dev); local
453 struct mace_data *mp = netdev_priv(dev); local
489 struct mace_data *mp = netdev_priv(dev); local
540 struct mace_data *mp = netdev_priv(dev); local
563 struct mace_data *mp = netdev_priv(dev); local
614 struct mace_data *mp = netdev_priv(dev); local
686 struct mace_data *mp = netdev_priv(dev); local
752 struct mace_data *mp = netdev_priv(dev); local
[all...]
/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c438 static inline u32 rdl(struct mv643xx_eth_private *mp, int offset) argument
440 return readl(mp->shared->base + offset);
443 static inline u32 rdlp(struct mv643xx_eth_private *mp, int offset) argument
445 return readl(mp->base + offset);
448 static inline void wrl(struct mv643xx_eth_private *mp, int offset, u32 data) argument
450 writel(data, mp->shared->base + offset);
453 static inline void wrlp(struct mv643xx_eth_private *mp, int offset, u32 data) argument
455 writel(data, mp->base + offset);
472 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); local
473 wrlp(mp, RXQ_COMMAN
478 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); local
488 struct mv643xx_eth_private *mp = txq_to_mp(txq); local
498 struct mv643xx_eth_private *mp = txq_to_mp(txq); local
504 struct mv643xx_eth_private *mp = txq_to_mp(txq); local
514 struct mv643xx_eth_private *mp = txq_to_mp(txq); local
555 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); local
657 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); local
731 struct mv643xx_eth_private *mp = txq_to_mp(txq); local
774 struct mv643xx_eth_private *mp = txq_to_mp(txq); local
868 struct mv643xx_eth_private *mp = netdev_priv(dev); local
911 struct mv643xx_eth_private *mp = txq_to_mp(txq); local
936 struct mv643xx_eth_private *mp = txq_to_mp(txq); local
1007 tx_set_rate(struct mv643xx_eth_private *mp, int rate, int burst) argument
1041 struct mv643xx_eth_private *mp = txq_to_mp(txq); local
1059 struct mv643xx_eth_private *mp = txq_to_mp(txq); local
1179 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1201 mv643xx_eth_grab_lro_stats(struct mv643xx_eth_private *mp) argument
1221 mib_read(struct mv643xx_eth_private *mp, int offset) argument
1226 mib_counters_clear(struct mv643xx_eth_private *mp) argument
1238 mib_counters_update(struct mv643xx_eth_private *mp) argument
1283 struct mv643xx_eth_private *mp = (void *)_mp; local
1301 get_rx_coal(struct mv643xx_eth_private *mp) argument
1317 set_rx_coal(struct mv643xx_eth_private *mp, unsigned int usec) argument
1342 get_tx_coal(struct mv643xx_eth_private *mp) argument
1353 set_tx_coal(struct mv643xx_eth_private *mp, unsigned int usec) argument
1435 mv643xx_eth_get_settings_phy(struct mv643xx_eth_private *mp, struct ethtool_cmd *cmd) argument
1454 mv643xx_eth_get_settings_phyless(struct mv643xx_eth_private *mp, struct ethtool_cmd *cmd) argument
1491 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1502 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1529 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1540 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1551 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1562 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1574 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1598 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1624 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1672 uc_addr_get(struct mv643xx_eth_private *mp, unsigned char *addr) argument
1685 uc_addr_set(struct mv643xx_eth_private *mp, unsigned char *addr) argument
1715 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1771 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1847 rxq_init(struct mv643xx_eth_private *mp, int index) argument
1931 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); local
1958 txq_init(struct mv643xx_eth_private *mp, int index) argument
2015 struct mv643xx_eth_private *mp = txq_to_mp(txq); local
2032 mv643xx_eth_collect_events(struct mv643xx_eth_private *mp) argument
2068 struct mv643xx_eth_private *mp = netdev_priv(dev); local
2079 handle_link_event(struct mv643xx_eth_private *mp) argument
2132 struct mv643xx_eth_private *mp; local
2198 struct mv643xx_eth_private *mp = (void *)data; local
2203 phy_reset(struct mv643xx_eth_private *mp) argument
2220 port_start(struct mv643xx_eth_private *mp) argument
2293 mv643xx_eth_recalc_skb_size(struct mv643xx_eth_private *mp) argument
2323 struct mv643xx_eth_private *mp = netdev_priv(dev); local
2390 port_reset(struct mv643xx_eth_private *mp) argument
2418 struct mv643xx_eth_private *mp = netdev_priv(dev); local
2450 struct mv643xx_eth_private *mp = netdev_priv(dev); local
2460 struct mv643xx_eth_private *mp = netdev_priv(dev); local
2489 struct mv643xx_eth_private *mp; local
2502 struct mv643xx_eth_private *mp = netdev_priv(dev); local
2512 struct mv643xx_eth_private *mp = netdev_priv(dev); local
2713 phy_addr_set(struct mv643xx_eth_private *mp, int phy_addr) argument
2724 phy_addr_get(struct mv643xx_eth_private *mp) argument
2733 set_params(struct mv643xx_eth_private *mp, struct mv643xx_eth_platform_data *pd) argument
2760 phy_scan(struct mv643xx_eth_private *mp, int phy_addr) argument
2794 phy_init(struct mv643xx_eth_private *mp, int speed, int duplex) argument
2816 init_pscr(struct mv643xx_eth_private *mp, int speed, int duplex) argument
2864 struct mv643xx_eth_private *mp; local
2975 struct mv643xx_eth_private *mp = platform_get_drvdata(pdev); local
2990 struct mv643xx_eth_private *mp = platform_get_drvdata(pdev); local
[all...]
/drivers/net/ethernet/xscale/ixp2000/
H A Dixp2400-msf.c26 static void ixp2400_pll_init(struct ixp2400_msf_parameters *mp) argument
36 rx_dual_clock = !!(mp->rx_mode & IXP2400_RX_MODE_WIDTH_MASK);
37 tx_dual_clock = !!(mp->tx_mode & IXP2400_TX_MODE_WIDTH_MASK);
60 value |= mp->rxclk01_multiplier << 16;
61 value |= mp->rxclk23_multiplier << 18;
62 value |= mp->txclk01_multiplier << 20;
63 value |= mp->txclk23_multiplier << 22;
93 static void ixp2400_msf_free_rbuf_entries(struct ixp2400_msf_parameters *mp) argument
103 size_bits = mp->rx_mode & IXP2400_RX_MODE_RBUF_SIZE_MASK;
154 static void ixp2400_msf_enable_rx(struct ixp2400_msf_parameters *mp) argument
163 ixp2400_msf_enable_tx(struct ixp2400_msf_parameters *mp) argument
173 ixp2400_msf_init(struct ixp2400_msf_parameters *mp) argument
[all...]
H A Dixp2400-msf.h32 void ixp2400_msf_init(struct ixp2400_msf_parameters *mp);
/drivers/isdn/capi/
H A Dcapi.c143 static int capiminor_add_ack(struct capiminor *mp, u16 datahandle) argument
154 spin_lock_bh(&mp->ackqlock);
155 list_add_tail(&n->list, &mp->ackqueue);
156 mp->nack++;
157 spin_unlock_bh(&mp->ackqlock);
161 static int capiminor_del_ack(struct capiminor *mp, u16 datahandle) argument
165 spin_lock_bh(&mp->ackqlock);
166 list_for_each_entry_safe(p, tmp, &mp->ackqueue, list) {
169 mp->nack--;
170 spin_unlock_bh(&mp
179 capiminor_del_all_ack(struct capiminor *mp) argument
197 struct capiminor *mp; local
255 struct capiminor *mp = container_of(kref, struct capiminor, kref); local
266 struct capiminor *mp; local
277 capiminor_put(struct capiminor *mp) argument
282 capiminor_free(struct capiminor *mp) argument
303 struct capiminor *mp = np->minorp; local
319 struct capiminor *mp = np->minorp; local
389 gen_data_b3_resp_for(struct capiminor *mp, struct sk_buff *skb) argument
407 handle_recv_skb(struct capiminor *mp, struct sk_buff *skb) argument
481 handle_minor_recv(struct capiminor *mp) argument
492 handle_minor_send(struct capiminor *mp) argument
579 struct capiminor *mp; local
924 struct capiminor *mp; local
1016 struct capiminor *mp = capiminor_get(tty->index); local
1028 struct capiminor *mp = tty->driver_data; local
1035 struct capiminor *mp = tty->driver_data; local
1048 struct capiminor *mp = tty->driver_data; local
1056 struct capiminor *mp = tty->driver_data; local
1090 struct capiminor *mp = tty->driver_data; local
1131 struct capiminor *mp = tty->driver_data; local
1153 struct capiminor *mp = tty->driver_data; local
1164 struct capiminor *mp = tty->driver_data; local
1186 struct capiminor *mp = tty->driver_data; local
1193 struct capiminor *mp = tty->driver_data; local
1202 struct capiminor *mp = tty->driver_data; local
1210 struct capiminor *mp = tty->driver_data; local
1219 struct capiminor *mp = tty->driver_data; local
[all...]
/drivers/mtd/devices/
H A Dms02-nv.c60 struct ms02nv_private *mp = mtd->priv; local
62 memcpy(buf, mp->uaddr + from, len);
70 struct ms02nv_private *mp = mtd->priv; local
72 memcpy(mp->uaddr + to, buf, len);
111 struct ms02nv_private *mp; local
148 mp = kzalloc(sizeof(*mp), GFP_KERNEL);
149 if (!mp)
152 mtd->priv = mp;
153 mp
253 struct ms02nv_private *mp = mtd->priv; local
[all...]
/drivers/video/omap2/dss/
H A Dapply.c186 struct mgr_priv_data *mp; local
188 mp = get_mgr_priv(mgr);
190 if (applying && mp->user_info_dirty)
191 mi = &mp->user_info;
193 mi = &mp->info;
238 struct mgr_priv_data *mp; local
242 mp = get_mgr_priv(mgr);
244 if (!mp->enabled)
249 if (mp->updating)
253 if (mp
303 struct mgr_priv_data *mp; local
326 struct mgr_priv_data *mp; local
383 struct mgr_priv_data *mp; local
518 struct mgr_priv_data *mp; local
556 struct mgr_priv_data *mp; local
579 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
614 struct mgr_priv_data *mp; local
640 struct mgr_priv_data *mp; local
667 struct mgr_priv_data *mp; local
691 struct mgr_priv_data *mp; local
706 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
788 struct mgr_priv_data *mp; local
838 struct mgr_priv_data *mp; local
939 struct mgr_priv_data *mp; local
966 struct mgr_priv_data *mp; local
990 struct mgr_priv_data *mp; local
1039 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
1099 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
1133 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
1154 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
[all...]
/drivers/media/dvb/bt8xx/
H A Ddst_priv.h35 int bt878_device_control(struct bt878 *bt, unsigned int cmd, union dst_gpio_packet *mp);
H A Dbt878.c344 bt878_device_control(struct bt878 *bt, unsigned int cmd, union dst_gpio_packet *mp) argument
354 // dprintk("dvb_bt8xx: dst enable mask 0x%02x enb 0x%02x \n", mp->dstg.enb.mask, mp->dstg.enb.enable);
356 mp->enb.mask,
357 mp->enb.enable);
360 // dprintk("dvb_bt8xx: dst write gpio mask 0x%02x out 0x%02x\n", mp->dstg.outp.mask, mp->dstg.outp.highvals);
362 mp->outp.mask,
363 mp->outp.highvals);
368 retval = bttv_read_gpio(bt->bttv_nr, &mp
[all...]
/drivers/scsi/libfc/
H A Dfc_exch.c120 * @mp: Exchange Manager associated with this anchor
131 struct fc_exch_mgr *mp; member in struct:fc_exch_mgr_anchor
330 struct fc_exch_mgr *mp; local
333 mp = ep->em;
337 mempool_free(ep, mp->ep_pool);
423 fc_exch_release(ep); /* drop hold for exch in mp */
707 * @mp: The exchange manager that will allocate the exchange
712 struct fc_exch_mgr *mp)
720 ep = mempool_alloc(mp->ep_pool, GFP_ATOMIC);
722 atomic_inc(&mp
711 fc_exch_em_alloc(struct fc_lport *lport, struct fc_exch_mgr *mp) argument
815 fc_exch_find(struct fc_exch_mgr *mp, u16 xid) argument
857 fc_exch_resp(struct fc_lport *lport, struct fc_exch_mgr *mp, struct fc_frame *fp) argument
905 fc_seq_lookup_recip(struct fc_lport *lport, struct fc_exch_mgr *mp, struct fc_frame *fp) argument
1033 fc_seq_lookup_orig(struct fc_exch_mgr *mp, struct fc_frame *fp) argument
1357 fc_exch_recv_req(struct fc_lport *lport, struct fc_exch_mgr *mp, struct fc_frame *fp) argument
1421 fc_exch_recv_seq_resp(struct fc_exch_mgr *mp, struct fc_frame *fp) argument
1515 fc_exch_recv_resp(struct fc_exch_mgr *mp, struct fc_frame *fp) argument
1618 fc_exch_recv_bls(struct fc_exch_mgr *mp, struct fc_frame *fp) argument
2164 fc_exch_mgr_add(struct fc_lport *lport, struct fc_exch_mgr *mp, bool (*match)(struct fc_frame *)) argument
2189 struct fc_exch_mgr *mp = container_of(kref, struct fc_exch_mgr, kref); local
2243 struct fc_exch_mgr *mp; local
[all...]
/drivers/scsi/lpfc/
H A Dlpfc_mem.c237 struct lpfc_dmabuf *mp; local
241 mp = (struct lpfc_dmabuf *) (mbox->context1);
242 if (mp) {
243 lpfc_mbuf_free(phba, mp->virt, mp->phys);
244 kfree(mp);
251 mp = (struct lpfc_dmabuf *) (mbox->context1);
252 if (mp) {
253 lpfc_mbuf_free(phba, mp->virt, mp
500 lpfc_in_buf_free(struct lpfc_hba *phba, struct lpfc_dmabuf *mp) argument
[all...]
H A Dlpfc_mbox.c61 struct lpfc_dmabuf *mp; local
81 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
82 if (mp)
83 mp->virt = lpfc_mbuf_alloc(phba, 0, &mp->phys);
85 if (!mp || !mp->virt) {
86 kfree(mp);
92 memset(mp->virt, 0, LPFC_BPL_SIZE);
93 INIT_LIST_HEAD(&mp
287 lpfc_read_topology(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb, struct lpfc_dmabuf *mp) argument
585 struct lpfc_dmabuf *mp; local
738 struct lpfc_dmabuf *mp; local
2200 struct lpfc_dmabuf *mp = NULL; local
[all...]
H A Dlpfc_ct.c67 struct lpfc_dmabuf *mp, uint32_t size)
69 if (!mp) {
83 struct lpfc_dmabuf *mp, uint32_t size)
85 lpfc_ct_ignore_hbq_buffer(phba, piocbq, mp, size);
92 struct lpfc_dmabuf *mp = NULL; local
153 mp = lpfc_sli_ringpostbuf_get(phba, pring,
156 lpfc_ct_unsol_buffer(phba, iocbq, mp, size);
157 lpfc_in_buf_free(phba, mp);
219 struct lpfc_dmabuf *mp; local
227 mp
66 lpfc_ct_ignore_hbq_buffer(struct lpfc_hba *phba, struct lpfc_iocbq *piocbq, struct lpfc_dmabuf *mp, uint32_t size) argument
82 lpfc_ct_unsol_buffer(struct lpfc_hba *phba, struct lpfc_iocbq *piocbq, struct lpfc_dmabuf *mp, uint32_t size) argument
436 lpfc_ns_rsp(struct lpfc_vport *vport, struct lpfc_dmabuf *mp, uint32_t Size) argument
1102 struct lpfc_dmabuf *mp, *bmp; local
1361 struct lpfc_dmabuf *mp, *bmp; local
[all...]
H A Dlpfc_vport.c118 struct lpfc_dmabuf *mp; local
137 mp = (struct lpfc_dmabuf *) pmb->context1;
147 lpfc_mbuf_free(phba, mp->virt, mp->phys);
148 kfree(mp);
157 lpfc_mbuf_free(phba, mp->virt, mp->phys);
158 kfree(mp);
165 memcpy(&vport->fc_sparam, mp->virt, sizeof (struct serv_parm));
171 lpfc_mbuf_free(phba, mp
[all...]
H A Dlpfc_hbadisc.c2908 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) pmb->context1; local
2923 memcpy((uint8_t *) &vport->fc_sparam, (uint8_t *) mp->virt,
2931 lpfc_mbuf_free(phba, mp->virt, mp->phys);
2932 kfree(mp);
2938 lpfc_mbuf_free(phba, mp->virt, mp->phys);
2939 kfree(mp);
2952 struct lpfc_dmabuf *mp; local
3059 mp
3187 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); local
3329 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); local
3496 struct lpfc_dmabuf *mp; local
3624 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); local
3702 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); local
4472 struct lpfc_dmabuf *mp; local
5302 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); local
[all...]
/drivers/block/aoe/
H A Daoechr.c124 char *mp; local
137 mp = kmalloc(n, GFP_ATOMIC);
138 if (mp == NULL) {
143 memcpy(mp, msg, n);
144 em->msg = mp;
211 char *mp; local
249 mp = em->msg;
259 n = copy_to_user(buf, mp, len);
260 kfree(mp);
/drivers/misc/
H A Datmel_pwm.c310 u32 *mp = pdev->dev.platform_data; local
316 if (!r || irq < 0 || !mp || !*mp)
318 if (*mp & ~((1<<PWM_NCHAN)-1)) {
320 *mp, PWM_NCHAN);
330 p->mask = *mp;
/drivers/s390/cio/
H A Dcio.h25 u32 mp : 1; /* multipath mode */ member in struct:pmcw
56 u32 mp:1; member in struct:schib_config
/drivers/isdn/i4l/
H A Disdn_ppp.c1578 static struct sk_buff *isdn_ppp_mp_discard(ippp_bundle *mp,
1582 static void isdn_ppp_mp_free_skb(ippp_bundle *mp, struct sk_buff *skb);
1590 ippp_bundle *mp; local
1598 mp = net_dev->pb;
1599 stats = &mp->stats;
1606 spin_unlock_irqrestore(&mp->lock, flags);
1610 if (++mp->frames > stats->max_queue_len)
1611 stats->max_queue_len = mp->frames;
1623 if (mp->seq > MP_LONGSEQ_MAX && (newseq & MP_LONGSEQ_MAXBIT)) {
1624 mp
1852 isdn_ppp_mp_discard(ippp_bundle *mp, struct sk_buff *from, struct sk_buff *to) argument
1867 ippp_bundle *mp = net_dev->pb; local
1917 isdn_ppp_mp_free_skb(ippp_bundle *mp, struct sk_buff *skb) argument
[all...]
/drivers/net/hamradio/
H A Dhdlcdrv.c534 bi.data.mp.iobase = dev->base_addr;
535 bi.data.mp.irq = dev->irq;
536 bi.data.mp.dma = dev->dma;
537 bi.data.mp.dma2 = s->ptt_out.dma2;
538 bi.data.mp.seriobase = s->ptt_out.seriobase;
539 bi.data.mp.pariobase = s->ptt_out.pariobase;
540 bi.data.mp.midiiobase = s->ptt_out.midiiobase;
546 dev->base_addr = bi.data.mp.iobase;
547 dev->irq = bi.data.mp.irq;
548 dev->dma = bi.data.mp
[all...]
/drivers/scsi/
H A Dncr53c8xx.c234 static void *___m_alloc(m_pool_s *mp, int size) argument
240 m_link_s *h = mp->h;
253 h[j].next = (m_link_s *)mp->getp(mp);
277 static void ___m_free(m_pool_s *mp, void *ptr, int size) argument
283 m_link_s *h = mp->h;
302 mp->freep(mp, a);
325 static void *__m_calloc2(m_pool_s *mp, int size, char *name, int uflags) argument
329 p = ___m_alloc(mp, siz
344 __m_free(m_pool_s *mp, void *ptr, int size, char *name) argument
359 ___mp0_getp(m_pool_s *mp) argument
367 ___mp0_freep(m_pool_s *mp, m_addr_t m) argument
383 ___dma_getp(m_pool_s *mp) argument
409 ___dma_freep(m_pool_s *mp, m_addr_t m) argument
429 m_pool_s *mp; local
436 m_pool_s *mp; local
464 struct m_pool *mp; local
483 struct m_pool *mp; local
497 m_pool_s *mp; local
[all...]

Completed in 1304 milliseconds

12