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

123

/drivers/media/usb/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
268 struct mace_data *mp = netdev_priv(dev); local
325 struct mace_data *mp = netdev_priv(dev); local
346 struct mace_data *mp = netdev_priv(dev); local
371 struct mace_data *mp = netdev_priv(dev); local
434 struct mace_data *mp = netdev_priv(dev); local
450 struct mace_data *mp = netdev_priv(dev); local
486 struct mace_data *mp = netdev_priv(dev); local
537 struct mace_data *mp = netdev_priv(dev); local
560 struct mace_data *mp = netdev_priv(dev); local
611 struct mace_data *mp = netdev_priv(dev); local
683 struct mace_data *mp = netdev_priv(dev); local
749 struct mace_data *mp = netdev_priv(dev); local
[all...]
/drivers/isdn/capi/
H A Dcapi.c141 static int capiminor_add_ack(struct capiminor *mp, u16 datahandle) argument
152 spin_lock_bh(&mp->ackqlock);
153 list_add_tail(&n->list, &mp->ackqueue);
154 mp->nack++;
155 spin_unlock_bh(&mp->ackqlock);
159 static int capiminor_del_ack(struct capiminor *mp, u16 datahandle) argument
163 spin_lock_bh(&mp->ackqlock);
164 list_for_each_entry_safe(p, tmp, &mp->ackqueue, list) {
167 mp->nack--;
168 spin_unlock_bh(&mp
177 capiminor_del_all_ack(struct capiminor *mp) argument
193 struct capiminor *mp = container_of(port, struct capiminor, port); local
208 struct capiminor *mp; local
265 struct capiminor *mp; local
276 capiminor_put(struct capiminor *mp) argument
281 capiminor_free(struct capiminor *mp) argument
302 struct capiminor *mp = np->minorp; local
318 struct capiminor *mp = np->minorp; local
383 gen_data_b3_resp_for(struct capiminor *mp, struct sk_buff *skb) argument
401 handle_recv_skb(struct capiminor *mp, struct sk_buff *skb) argument
475 handle_minor_recv(struct capiminor *mp) argument
486 handle_minor_send(struct capiminor *mp) argument
572 struct capiminor *mp; local
1000 struct capiminor *mp = capiminor_get(tty->index); local
1012 struct capiminor *mp = tty->driver_data; local
1019 struct capiminor *mp = tty->driver_data; local
1032 struct capiminor *mp = tty->driver_data; local
1040 struct capiminor *mp = tty->driver_data; local
1074 struct capiminor *mp = tty->driver_data; local
1115 struct capiminor *mp = tty->driver_data; local
1137 struct capiminor *mp = tty->driver_data; local
1148 struct capiminor *mp = tty->driver_data; local
1170 struct capiminor *mp = tty->driver_data; local
1177 struct capiminor *mp = tty->driver_data; local
1186 struct capiminor *mp = tty->driver_data; local
1194 struct capiminor *mp = tty->driver_data; local
1203 struct capiminor *mp = tty->driver_data; local
[all...]
/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c429 static inline u32 rdl(struct mv643xx_eth_private *mp, int offset) argument
431 return readl(mp->shared->base + offset);
434 static inline u32 rdlp(struct mv643xx_eth_private *mp, int offset) argument
436 return readl(mp->base + offset);
439 static inline void wrl(struct mv643xx_eth_private *mp, int offset, u32 data) argument
441 writel(data, mp->shared->base + offset);
444 static inline void wrlp(struct mv643xx_eth_private *mp, int offset, u32 data) argument
446 writel(data, mp->base + offset);
463 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); local
464 wrlp(mp, RXQ_COMMAN
469 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); local
479 struct mv643xx_eth_private *mp = txq_to_mp(txq); local
489 struct mv643xx_eth_private *mp = txq_to_mp(txq); local
495 struct mv643xx_eth_private *mp = txq_to_mp(txq); local
505 struct mv643xx_eth_private *mp = txq_to_mp(txq); local
518 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); local
610 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); local
685 skb_tx_csum(struct mv643xx_eth_private *mp, struct sk_buff *skb, u16 *l4i_chk, u32 *command, int length) argument
778 struct mv643xx_eth_private *mp = txq_to_mp(txq); local
811 struct mv643xx_eth_private *mp = txq_to_mp(txq); local
874 struct mv643xx_eth_private *mp = txq_to_mp(txq); local
913 struct mv643xx_eth_private *mp = txq_to_mp(txq); local
975 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1014 struct mv643xx_eth_private *mp = txq_to_mp(txq); local
1039 struct mv643xx_eth_private *mp = txq_to_mp(txq); local
1100 tx_set_rate(struct mv643xx_eth_private *mp, int rate, int burst) argument
1134 struct mv643xx_eth_private *mp = txq_to_mp(txq); local
1152 struct mv643xx_eth_private *mp = txq_to_mp(txq); local
1180 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1221 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1243 mib_read(struct mv643xx_eth_private *mp, int offset) argument
1248 mib_counters_clear(struct mv643xx_eth_private *mp) argument
1260 mib_counters_update(struct mv643xx_eth_private *mp) argument
1303 struct mv643xx_eth_private *mp = (void *)_mp; local
1321 get_rx_coal(struct mv643xx_eth_private *mp) argument
1337 set_rx_coal(struct mv643xx_eth_private *mp, unsigned int usec) argument
1362 get_tx_coal(struct mv643xx_eth_private *mp) argument
1373 set_tx_coal(struct mv643xx_eth_private *mp, unsigned int usec) argument
1448 mv643xx_eth_get_settings_phy(struct mv643xx_eth_private *mp, struct ethtool_cmd *cmd) argument
1467 mv643xx_eth_get_settings_phyless(struct mv643xx_eth_private *mp, struct ethtool_cmd *cmd) argument
1504 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1514 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1532 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1543 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1574 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1585 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1596 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1607 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1619 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1647 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1673 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1723 uc_addr_get(struct mv643xx_eth_private *mp, unsigned char *addr) argument
1736 uc_addr_set(struct mv643xx_eth_private *mp, unsigned char *addr) argument
1766 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1822 struct mv643xx_eth_private *mp = netdev_priv(dev); local
1898 rxq_init(struct mv643xx_eth_private *mp, int index) argument
1967 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); local
1994 txq_init(struct mv643xx_eth_private *mp, int index) argument
2067 struct mv643xx_eth_private *mp = txq_to_mp(txq); local
2088 mv643xx_eth_collect_events(struct mv643xx_eth_private *mp) argument
2124 struct mv643xx_eth_private *mp = netdev_priv(dev); local
2135 handle_link_event(struct mv643xx_eth_private *mp) argument
2188 struct mv643xx_eth_private *mp; local
2254 struct mv643xx_eth_private *mp = (void *)data; local
2259 port_start(struct mv643xx_eth_private *mp) argument
2333 mv643xx_eth_recalc_skb_size(struct mv643xx_eth_private *mp) argument
2363 struct mv643xx_eth_private *mp = netdev_priv(dev); local
2429 port_reset(struct mv643xx_eth_private *mp) argument
2457 struct mv643xx_eth_private *mp = netdev_priv(dev); local
2488 struct mv643xx_eth_private *mp = netdev_priv(dev); local
2502 struct mv643xx_eth_private *mp = netdev_priv(dev); local
2531 struct mv643xx_eth_private *mp; local
2544 struct mv643xx_eth_private *mp = netdev_priv(dev); local
2554 struct mv643xx_eth_private *mp = netdev_priv(dev); local
2847 phy_addr_set(struct mv643xx_eth_private *mp, int phy_addr) argument
2858 phy_addr_get(struct mv643xx_eth_private *mp) argument
2867 set_params(struct mv643xx_eth_private *mp, struct mv643xx_eth_platform_data *pd) argument
2902 phy_scan(struct mv643xx_eth_private *mp, int phy_addr) argument
2938 phy_init(struct mv643xx_eth_private *mp, int speed, int duplex) argument
2956 init_pscr(struct mv643xx_eth_private *mp, int speed, int duplex) argument
3004 struct mv643xx_eth_private *mp; local
3158 struct mv643xx_eth_private *mp = platform_get_drvdata(pdev); local
3175 struct mv643xx_eth_private *mp = platform_get_drvdata(pdev); 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/fbdev/omap2/dss/
H A Dapply.c142 struct mgr_priv_data *mp; local
182 mp = &dss_data.mgr_priv_data_array[OMAP_DSS_CHANNEL_DIGIT];
184 mp->lcd_config.video_port_width = 24;
185 mp->lcd_config.clock_info.lck_div = 1;
186 mp->lcd_config.clock_info.pck_div = 1;
196 struct mgr_priv_data *mp = get_mgr_priv(ovl->manager); local
198 return mp->lcd_config.stallmode;
203 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
205 return mp->lcd_config.stallmode;
216 struct mgr_priv_data *mp; local
269 struct mgr_priv_data *mp; local
348 struct mgr_priv_data *mp; local
374 struct mgr_priv_data *mp; local
483 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
554 struct mgr_priv_data *mp; local
632 struct mgr_priv_data *mp; local
668 struct mgr_priv_data *mp; local
690 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
717 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
742 struct mgr_priv_data *mp; local
770 struct mgr_priv_data *mp; local
794 struct mgr_priv_data *mp; local
822 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
901 struct mgr_priv_data *mp; local
930 struct mgr_priv_data *mp; local
964 struct mgr_priv_data *mp; local
1052 struct mgr_priv_data *mp; local
1077 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
1127 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
1154 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
1175 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
1220 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
1258 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
1268 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
1286 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
1296 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
1560 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
1574 struct mgr_priv_data *mp = get_mgr_priv(mgr); local
[all...]
/drivers/media/pci/bt8xx/
H A Ddst_priv.h35 int bt878_device_control(struct bt878 *bt, unsigned int cmd, union dst_gpio_packet *mp);
H A Dbt878.c336 bt878_device_control(struct bt878 *bt, unsigned int cmd, union dst_gpio_packet *mp) argument
346 // dprintk("dvb_bt8xx: dst enable mask 0x%02x enb 0x%02x \n", mp->dstg.enb.mask, mp->dstg.enb.enable);
348 mp->enb.mask,
349 mp->enb.enable);
352 // dprintk("dvb_bt8xx: dst write gpio mask 0x%02x out 0x%02x\n", mp->dstg.outp.mask, mp->dstg.outp.highvals);
354 mp->outp.mask,
355 mp->outp.highvals);
360 retval = bttv_read_gpio(bt->bttv_nr, &mp
[all...]
/drivers/scsi/libfc/
H A Dfc_exch.c116 * @mp: Exchange Manager associated with this anchor
127 struct fc_exch_mgr *mp; member in struct:fc_exch_mgr_anchor
323 struct fc_exch_mgr *mp; local
326 mp = ep->em;
330 mempool_free(ep, mp->ep_pool);
463 fc_exch_release(ep); /* drop hold for exch in mp */
799 * @mp: The exchange manager that will allocate the exchange
804 struct fc_exch_mgr *mp)
812 ep = mempool_alloc(mp->ep_pool, GFP_ATOMIC);
814 atomic_inc(&mp
803 fc_exch_em_alloc(struct fc_lport *lport, struct fc_exch_mgr *mp) argument
909 fc_exch_find(struct fc_exch_mgr *mp, u16 xid) argument
957 fc_exch_resp(struct fc_lport *lport, struct fc_exch_mgr *mp, struct fc_frame *fp) argument
1005 fc_seq_lookup_recip(struct fc_lport *lport, struct fc_exch_mgr *mp, struct fc_frame *fp) argument
1135 fc_seq_lookup_orig(struct fc_exch_mgr *mp, struct fc_frame *fp) argument
1463 fc_exch_recv_req(struct fc_lport *lport, struct fc_exch_mgr *mp, struct fc_frame *fp) argument
1525 fc_exch_recv_seq_resp(struct fc_exch_mgr *mp, struct fc_frame *fp) argument
1615 fc_exch_recv_resp(struct fc_exch_mgr *mp, struct fc_frame *fp) argument
1712 fc_exch_recv_bls(struct fc_exch_mgr *mp, struct fc_frame *fp) argument
2258 struct fc_exch_mgr *mp; local
2281 fc_exch_mgr_add(struct fc_lport *lport, struct fc_exch_mgr *mp, bool (*match)(struct fc_frame *)) argument
2306 struct fc_exch_mgr *mp = container_of(kref, struct fc_exch_mgr, kref); local
2360 struct fc_exch_mgr *mp; local
[all...]
/drivers/scsi/lpfc/
H A Dlpfc_mem.c296 struct lpfc_dmabuf *mp; local
300 mp = (struct lpfc_dmabuf *) (mbox->context1);
301 if (mp) {
302 lpfc_mbuf_free(phba, mp->virt, mp->phys);
303 kfree(mp);
310 mp = (struct lpfc_dmabuf *) (mbox->context1);
311 if (mp) {
312 lpfc_mbuf_free(phba, mp->virt, mp
559 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
288 lpfc_read_topology(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb, struct lpfc_dmabuf *mp) argument
586 struct lpfc_dmabuf *mp; local
739 struct lpfc_dmabuf *mp; local
2224 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
154 mp = lpfc_sli_ringpostbuf_get(phba, pring,
157 lpfc_ct_unsol_buffer(phba, iocbq, mp, size);
158 lpfc_in_buf_free(phba, mp);
207 struct lpfc_dmabuf *mp; local
215 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
424 lpfc_ns_rsp(struct lpfc_vport *vport, struct lpfc_dmabuf *mp, uint32_t Size) argument
1095 struct lpfc_dmabuf *mp, *bmp; local
1354 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...]
/drivers/media/platform/vivid/
H A Dvivid-vid-out.c62 const struct v4l2_pix_format_mplane *mp; local
69 mp = &fmt->fmt.pix_mp;
74 if (mp->num_planes != planes)
76 sizes[0] = mp->plane_fmt[0].sizeimage;
78 sizes[1] = mp->plane_fmt[1].sizeimage;
313 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; local
316 mp->width = dev->fmt_out_rect.width;
317 mp->height = dev->fmt_out_rect.height;
318 mp->field = dev->field_out;
319 mp
335 struct v4l2_pix_format_mplane *mp = &amp;f->fmt.pix_mp; local
414 struct v4l2_pix_format_mplane *mp = &amp;f->fmt.pix_mp; local
[all...]
H A Dvivid-vid-cap.c119 const struct v4l2_pix_format_mplane *mp; local
127 mp = &fmt->fmt.pix_mp;
132 if (mp->num_planes != planes)
134 vfmt = vivid_get_format(dev, mp->pixelformat);
136 sizes[p] = mp->plane_fmt[p].sizeimage;
505 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; local
508 mp->width = dev->fmt_cap_rect.width;
509 mp->height = dev->fmt_cap_rect.height;
510 mp->field = dev->field_cap;
511 mp
526 struct v4l2_pix_format_mplane *mp = &amp;f->fmt.pix_mp; local
605 struct v4l2_pix_format_mplane *mp = &amp;f->fmt.pix_mp; local
[all...]
H A Dvivid-vid-common.c249 struct v4l2_pix_format_mplane *mp = &mp_fmt->fmt.pix_mp; local
250 struct v4l2_plane_pix_format *ppix = &mp->plane_fmt[0];
254 memset(mp->reserved, 0, sizeof(mp->reserved));
257 mp->width = pix->width;
258 mp->height = pix->height;
259 mp->pixelformat = pix->pixelformat;
260 mp->field = pix->field;
261 mp->colorspace = pix->colorspace;
262 mp
273 struct v4l2_pix_format_mplane *mp = &amp;fmt.fmt.pix_mp; local
[all...]
/drivers/media/platform/vsp1/
H A Dvsp1_uds.c62 unsigned int mp; local
64 mp = ratio / 4096;
65 mp = mp < 4 ? 1 : (mp < 8 ? 2 : 4);
67 return (input - 1) / mp * mp * 4096 / ratio + 1;
95 unsigned int mp; local
97 mp = ratio / 4096;
98 mp
[all...]
/drivers/block/aoe/
H A Daoechr.c129 char *mp; local
142 mp = kmemdup(msg, n, GFP_ATOMIC);
143 if (mp == NULL) {
148 em->msg = mp;
216 char *mp; local
254 mp = em->msg;
264 n = copy_to_user(buf, mp, len);
265 kfree(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.c1603 static struct sk_buff *isdn_ppp_mp_discard(ippp_bundle *mp,
1607 static void isdn_ppp_mp_free_skb(ippp_bundle *mp, struct sk_buff *skb);
1615 ippp_bundle *mp; local
1623 mp = net_dev->pb;
1624 stats = &mp->stats;
1631 spin_unlock_irqrestore(&mp->lock, flags);
1635 if (++mp->frames > stats->max_queue_len)
1636 stats->max_queue_len = mp->frames;
1648 if (mp->seq > MP_LONGSEQ_MAX && (newseq & MP_LONGSEQ_MAXBIT)) {
1649 mp
1877 isdn_ppp_mp_discard(ippp_bundle *mp, struct sk_buff *from, struct sk_buff *to) argument
1892 ippp_bundle *mp = net_dev->pb; local
1942 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 487 milliseconds

123