Home
last modified time | relevance | path

Searched refs:mp (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/linux/fs/xfs/
A Dxfs_mount.c296 if ((BBTOB(mp->m_dalign) & mp->m_blockmask) || in xfs_validate_new_dalign()
297 (BBTOB(mp->m_swidth) & mp->m_blockmask)) { in xfs_validate_new_dalign()
306 mp->m_dalign = XFS_BB_TO_FSBT(mp, mp->m_dalign); in xfs_validate_new_dalign()
307 if (mp->m_dalign && (mp->m_sb.sb_agblocks % mp->m_dalign)) { in xfs_validate_new_dalign()
313 mp->m_swidth = XFS_BB_TO_FSBT(mp, mp->m_swidth); in xfs_validate_new_dalign()
317 mp->m_dalign, mp->m_sb.sb_blocksize); in xfs_validate_new_dalign()
406 if (mp->m_logdev_targp == mp->m_ddev_targp) in xfs_check_sizes()
494 mp->m_sb.sb_ifree > mp->m_sb.sb_icount)) in xfs_check_summary_counts()
778 error = xfs_log_mount(mp, mp->m_logdev_targp, in xfs_mountfs()
992 if (mp->m_logdev_targp && mp->m_logdev_targp != mp->m_ddev_targp) in xfs_mountfs()
[all …]
A Dxfs_super.c221 (int)XFS_FSB_TO_BB(mp, mp->m_dalign)); in xfs_fs_show_options()
224 (int)XFS_FSB_TO_BB(mp, mp->m_swidth)); in xfs_fs_show_options()
375 if (mp->m_logdev_targp && mp->m_logdev_targp != mp->m_ddev_targp) { in xfs_close_devices()
458 mp->m_logdev_targp = mp->m_ddev_targp; in xfs_open_devices()
494 if (mp->m_logdev_targp && mp->m_logdev_targp != mp->m_ddev_targp) { in xfs_setup_devices()
849 mp->m_resblks_save = mp->m_resblks; in xfs_save_resvblks()
1358 if (xfs_has_noalign(mp) && (mp->m_dalign || mp->m_swidth)) { in xfs_fs_validate_params()
1375 if (mp->m_dalign && (mp->m_swidth % mp->m_dalign != 0)) { in xfs_fs_validate_params()
1378 mp->m_swidth, mp->m_dalign); in xfs_fs_validate_params()
1856 mp->m_maxagi = xfs_set_inode_alloc(mp, mp->m_sb.sb_agcount); in xfs_fs_reconfigure()
[all …]
A Dxfs_fsops.c106 XFS_FSB_TO_BB(mp, nb) - XFS_FSS_TO_BB(mp, 1), in xfs_growfs_data_private()
141 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_growdata, in xfs_growfs_data_private()
156 xfs_alert(mp, in xfs_growfs_data_private()
193 mp->m_alloc_set_aside = xfs_alloc_set_aside(mp); in xfs_growfs_data_private()
259 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_growdata, in xfs_growfs_imaxpct()
302 uint64_t icount = mp->m_sb.sb_dblocks * mp->m_sb.sb_imax_pct; in xfs_growfs_data()
304 M_IGEO(mp)->maxicount = XFS_FSB_TO_INO(mp, icount); in xfs_growfs_data()
485 xfs_mount_t *mp, in xfs_fs_goingdown() argument
555 xfs_alert(mp, in xfs_do_force_shutdown()
581 xfs_warn(mp, in xfs_fs_reserve_ag_blocks()
[all …]
A Dxfs_rtalloc.c62 if (mp->m_rsum_cache && low < mp->m_rsum_cache[bbno]) in xfs_rtany_summary()
90 if (mp->m_rsum_cache && log > mp->m_rsum_cache[bbno]) in xfs_rtany_summary()
168 error = xfs_rtfind_forw(mp, tp, end, mp->m_sb.sb_rextents - 1, in xfs_rtallocate_range()
838 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_growrtzero, in xfs_growfs_rt_alloc()
937 if (!mp->m_rbmip || !mp->m_rsumip) in xfs_growfs_rt()
954 if (xfs_has_rmapbt(mp) || xfs_has_reflink(mp)) in xfs_growfs_rt()
993 rbmblocks = XFS_B_TO_FSB(mp, mp->m_rbmip->i_disk_size); in xfs_growfs_rt()
1026 *nmp = *mp; in xfs_growfs_rt()
1265 mp->m_rbmip = mp->m_rsumip = NULL; in xfs_rtmount_init()
1269 d = (xfs_daddr_t)XFS_FSB_TO_BB(mp, mp->m_sb.sb_rblocks); in xfs_rtmount_init()
[all …]
A Dxfs_qm.c671 mp->m_qflags |= (mp->m_sb.sb_qflags & XFS_ALL_QUOTA_CHKD); in xfs_qm_init_quotainfo()
779 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_create, in xfs_qm_qino_alloc()
813 mp->m_sb.sb_qflags = mp->m_qflags & XFS_ALL_QUOTA_ACCT; in xfs_qm_qino_alloc()
929 error = xfs_trans_read_buf(mp, NULL, mp->m_ddev_targp, in xfs_qm_reset_dqcounts_all()
942 error = xfs_trans_read_buf(mp, NULL, mp->m_ddev_targp, in xfs_qm_reset_dqcounts_all()
1001 maxlblkcnt = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_qm_reset_dqcounts_buf()
1372 xfs_warn(mp, in xfs_qm_quotacheck()
1459 mp->m_sb.sb_qflags = mp->m_qflags & XFS_MOUNT_QUOTA_ALL; in xfs_qm_mount_quotas()
1505 error = xfs_iget(mp, NULL, mp->m_sb.sb_uquotino, in xfs_qm_init_quotainos()
1513 error = xfs_iget(mp, NULL, mp->m_sb.sb_gquotino, in xfs_qm_init_quotainos()
[all …]
A Dxfs_qm_syscalls.c24 xfs_mount_t *mp, in xfs_qm_scall_quotaoff() argument
45 mp->m_sb.sb_qflags = mp->m_qflags; in xfs_qm_scall_quotaoff()
55 struct xfs_mount *mp, in xfs_qm_scall_trunc_qfile() argument
71 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_qm_scall_trunc_qfile()
103 xfs_mount_t *mp, in xfs_qm_scall_trunc_qfiles() argument
116 error = xfs_qm_scall_trunc_qfile(mp, mp->m_sb.sb_uquotino); in xfs_qm_scall_trunc_qfiles()
121 error = xfs_qm_scall_trunc_qfile(mp, mp->m_sb.sb_gquotino); in xfs_qm_scall_trunc_qfiles()
126 error = xfs_qm_scall_trunc_qfile(mp, mp->m_sb.sb_pquotino); in xfs_qm_scall_trunc_qfiles()
138 xfs_mount_t *mp, in xfs_qm_scall_quotaon() argument
167 xfs_debug(mp, in xfs_qm_scall_quotaon()
[all …]
A Dxfs_icache.c71 struct xfs_mount *mp, in xfs_inode_alloc() argument
97 ip->i_mount = mp; in xfs_inode_alloc()
192 queue_delayed_work(mp->m_reclaim_workqueue, &mp->m_reclaim_work, in xfs_reclaim_work_queue()
302 struct xfs_mount *mp, in xfs_reinit_inode() argument
432 struct xfs_mount *mp) in xfs_inodegc_queue_all() argument
715 if (!ino || XFS_INO_TO_AGNO(mp, ino) >= mp->m_sb.sb_agcount) in xfs_iget()
721 pag = xfs_perag_get(mp, XFS_INO_TO_AGNO(mp, ino)); in xfs_iget()
950 return xfs_is_unmounting(mp) || xfs_has_norecovery(mp) || in xfs_want_reclaim_sick()
1173 pag = xfs_perag_get(mp, XFS_INO_TO_AGNO(mp, ip->i_ino)); in xfs_blockgc_set_iflag()
1210 pag = xfs_perag_get(mp, XFS_INO_TO_AGNO(mp, ip->i_ino)); in xfs_blockgc_clear_iflag()
[all …]
A Dxfs_health.c25 struct xfs_mount *mp) in xfs_health_unmount() argument
33 if (xfs_is_shutdown(mp)) in xfs_health_unmount()
63 xfs_warn(mp, in xfs_health_unmount()
93 struct xfs_mount *mp, in xfs_fs_mark_sick() argument
100 mp->m_fs_sick |= mask; in xfs_fs_mark_sick()
108 struct xfs_mount *mp, in xfs_fs_mark_healthy() argument
123 struct xfs_mount *mp, in xfs_fs_measure_sickness() argument
128 *sick = mp->m_fs_sick; in xfs_fs_measure_sickness()
136 struct xfs_mount *mp, in xfs_rt_mark_sick() argument
151 struct xfs_mount *mp, in xfs_rt_mark_healthy() argument
[all …]
/linux/fs/xfs/libxfs/
A Dxfs_trans_resv.c68 struct xfs_mount *mp, in xfs_allocfree_log_count() argument
74 if (xfs_has_rmapbt(mp)) in xfs_allocfree_log_count()
76 if (xfs_has_reflink(mp)) in xfs_allocfree_log_count()
113 struct xfs_mount *mp, in xfs_calc_inode_res() argument
135 struct xfs_mount *mp) in xfs_calc_inobt_res() argument
156 struct xfs_mount *mp) in xfs_calc_finobt_res() argument
181 struct xfs_mount *mp, in xfs_calc_inode_chunk_res() argument
207 struct xfs_mount *mp, in xfs_rtalloc_log_count() argument
261 struct xfs_mount *mp) in xfs_calc_write_reservation() argument
457 xfs_calc_buf_res(XFS_DIROP_LOG_COUNT(mp), XFS_FSB_TO_B(mp, 1)) + in xfs_calc_create_resv_modify()
[all …]
A Dxfs_trans_space.h15 (((mp)->m_rmap_mxr[0]) - ((mp)->m_rmap_mnr[0]))
18 #define XFS_RMAPADD_SPACE_RES(mp) ((mp)->m_rmap_maxlevels) argument
34 (((mp)->m_alloc_mxr[0]) - ((mp)->m_alloc_mnr[0]))
51 (XFS_DAENTER_1B(mp,w) * XFS_DAENTER_DBS(mp,w))
53 XFS_NEXTENTADD_SPACE_RES(mp, XFS_DAENTER_1B(mp, w), w)
55 (XFS_DAENTER_DBS(mp,w) * XFS_DAENTER_BMAP1B(mp,w))
57 (XFS_DAENTER_BLOCKS(mp,w) + XFS_DAENTER_BMAPS(mp,w))
58 #define XFS_DAREMOVE_SPACE_RES(mp,w) XFS_DAENTER_BMAPS(mp,w) argument
80 (XFS_IALLOC_SPACE_RES(mp) + XFS_DIRENTER_SPACE_RES(mp,nl))
90 (XFS_IALLOC_SPACE_RES(mp) + XFS_DIRENTER_SPACE_RES(mp,nl))
[all …]
A Dxfs_types.c19 struct xfs_mount *mp, in xfs_ag_block_count() argument
26 return mp->m_sb.sb_dblocks - (agno * mp->m_sb.sb_agblocks); in xfs_ag_block_count()
35 struct xfs_mount *mp, in xfs_verify_agbno() argument
55 struct xfs_mount *mp, in xfs_verify_fsbno() argument
62 return xfs_verify_agbno(mp, agno, XFS_FSB_TO_AGBNO(mp, fsbno)); in xfs_verify_fsbno()
71 struct xfs_mount *mp, in xfs_verify_fsbext() argument
91 struct xfs_mount *mp, in xfs_agino_range() argument
105 bno = round_up(XFS_AGFL_BLOCK(mp) + 1, M_IGEO(mp)->cluster_align); in xfs_agino_range()
122 struct xfs_mount *mp, in xfs_verify_agino() argument
139 struct xfs_mount *mp, in xfs_verify_agino_or_null() argument
[all …]
A Dxfs_ag.c281 mp->m_ag_prealloc_blocks = xfs_prealloc_blocks(mp); in xfs_initialize_perag()
328 id->agno == XFS_FSB_TO_AGNO(mp, mp->m_sb.sb_logstart); in is_log_ag()
487 XFS_FSB_TO_AGBNO(mp, mp->m_sb.sb_logstart)); in xfs_rmaproot_init()
559 XFS_FSB_TO_AGBNO(mp, mp->m_sb.sb_logstart) - logblocks); in xfs_agfblock_init()
675 .daddr = XFS_AG_DADDR(mp, id->agno, XFS_AGF_DADDR(mp)), in xfs_ag_init_headers()
682 .daddr = XFS_AG_DADDR(mp, id->agno, XFS_AGFL_DADDR(mp)), in xfs_ag_init_headers()
689 .daddr = XFS_AG_DADDR(mp, id->agno, XFS_AGI_DADDR(mp)), in xfs_ag_init_headers()
696 .daddr = XFS_AGB_TO_DADDR(mp, id->agno, XFS_BNO_BLOCK(mp)), in xfs_ag_init_headers()
703 .daddr = XFS_AGB_TO_DADDR(mp, id->agno, XFS_CNT_BLOCK(mp)), in xfs_ag_init_headers()
710 .daddr = XFS_AGB_TO_DADDR(mp, id->agno, XFS_IBT_BLOCK(mp)), in xfs_ag_init_headers()
[all …]
A Dxfs_format.h429 #define XFS_DADDR_TO_FSB(mp,d) XFS_AGB_TO_FSB(mp, \ argument
571 #define XFS_AGF_BLOCK(mp) XFS_HDR_BLOCK(mp, XFS_AGF_DADDR(mp)) argument
642 #define XFS_AGI_BLOCK(mp) XFS_HDR_BLOCK(mp, XFS_AGI_DADDR(mp)) argument
649 #define XFS_AGFL_BLOCK(mp) XFS_HDR_BLOCK(mp, XFS_AGFL_DADDR(mp)) argument
888 ((mp)->m_sb.sb_inodesize - XFS_DINODE_SIZE(mp))
1018 #define XFS_INO_AGNO_BITS(mp) (mp)->m_agno_log argument
1020 XFS_INO_AGNO_BITS(mp) + XFS_INO_AGINO_BITS(mp)
1031 XFS_AGB_TO_FSB(mp, XFS_INO_TO_AGNO(mp,i), XFS_INO_TO_AGBNO(mp,i))
1055 #define XFS_BLOCKMASK(mp) ((mp)->m_blockmask) argument
1056 #define XFS_BLOCKWSIZE(mp) ((mp)->m_blockwsize) argument
[all …]
A Dxfs_sb.c859 mp->m_agfrotor = mp->m_agirotor = 0; in xfs_sb_mount_common()
860 mp->m_maxagi = mp->m_sb.sb_agcount; in xfs_sb_mount_common()
867 mp->m_blockwmask = mp->m_blockwsize - 1; in xfs_sb_mount_common()
871 mp->m_alloc_mnr[0] = mp->m_alloc_mxr[0] / 2; in xfs_sb_mount_common()
881 mp->m_rmap_mnr[0] = mp->m_rmap_mxr[0] / 2; in xfs_sb_mount_common()
882 mp->m_rmap_mnr[1] = mp->m_rmap_mxr[1] / 2; in xfs_sb_mount_common()
886 mp->m_refc_mnr[0] = mp->m_refc_mxr[0] / 2; in xfs_sb_mount_common()
887 mp->m_refc_mnr[1] = mp->m_refc_mxr[1] / 2; in xfs_sb_mount_common()
889 mp->m_bsize = XFS_FSB_TO_BB(mp, 1); in xfs_sb_mount_common()
1168 XFS_AG_DADDR(mp, agno, XFS_SB_BLOCK(mp)), in xfs_sb_read_secondary()
[all …]
A Dxfs_ialloc.c138 xfs_warn(mp, in xfs_inobt_get_rec()
141 xfs_warn(mp, in xfs_inobt_get_rec()
307 ino = XFS_AGINO_TO_INO(mp, agno, XFS_AGB_TO_AGINO(mp, agbno)); in xfs_ialloc_inode_init()
330 mp->m_bsize * M_IGEO(mp)->blocks_per_cluster, in xfs_ialloc_inode_init()
1588 if (++mp->m_agirotor >= mp->m_maxagi) in xfs_ialloc_next_ag()
2286 pag = xfs_perag_get(mp, XFS_INO_TO_AGNO(mp, ino)); in xfs_imap()
2387 XFS_FSB_TO_BB(mp, mp->m_sb.sb_dblocks)) { in xfs_imap()
2392 XFS_FSB_TO_BB(mp, mp->m_sb.sb_dblocks)); in xfs_imap()
2584 error = xfs_trans_read_buf(mp, tp, mp->m_ddev_targp, in xfs_read_agi()
2585 XFS_AG_DADDR(mp, agno, XFS_AGI_DADDR(mp)), in xfs_read_agi()
[all …]
A Dxfs_rtbitmap.c67 ip = issum ? mp->m_rsumip : mp->m_rbmip; in xfs_rtbuf_get()
77 error = xfs_trans_read_buf(mp, tp, mp->m_ddev_targp, in xfs_rtbuf_get()
176 word = XFS_BLOCKWMASK(mp); in xfs_rtfind_back()
222 word = XFS_BLOCKWMASK(mp); in xfs_rtfind_back()
495 sp = XFS_SUMPTR(mp, bp, so); in xfs_rtmodify_summary_int()
500 if (mp->m_rsum_cache) { in xfs_rtmodify_summary_int()
502 mp->m_rsum_cache[bbno]++; in xfs_rtmodify_summary_int()
721 error = xfs_rtfind_forw(mp, tp, end, mp->m_sb.sb_rextents - 1, in xfs_rtfree_range()
974 mp = tp->t_mountp; in xfs_rtfree_extent()
999 mp->m_sb.sb_rextents) { in xfs_rtfree_extent()
[all …]
/linux/drivers/media/usb/pvrusb2/
A Dpvrusb2-context.c41 mp->notify_prev->notify_next = mp; in pvr2_context_set_notify()
51 mp->notify_next->notify_prev = mp->notify_prev; in pvr2_context_set_notify()
56 mp->notify_prev->notify_next = mp->notify_next; in pvr2_context_set_notify()
74 mp->exist_next->exist_prev = mp->exist_prev; in pvr2_context_destroy()
79 mp->exist_prev->exist_next = mp->exist_next; in pvr2_context_destroy()
89 kfree(mp); in pvr2_context_destroy()
117 if (mp->setup_func) mp->setup_func(mp); in pvr2_context_check()
135 if (mp->disconnect_flag && !mp->mc_first) { in pvr2_context_check()
207 mp = kzalloc(sizeof(*mp),GFP_KERNEL); in pvr2_context_create()
217 mp->exist_prev->exist_next = mp; in pvr2_context_create()
[all …]
/linux/fs/jfs/
A Djfs_metapage.c106 if (mp) { in insert_metapage()
110 a->mp[index] = mp; in insert_metapage()
124 BUG_ON(a->mp[index] != mp); in remove_metapage()
154 if (mp) { in insert_metapage()
178 if (mp) { in alloc_metapage()
223 if (mp->count || mp->nohomeok || test_bit(META_dirty, &mp->flag) || in drop_metapage()
309 if (mp && test_bit(META_io, &mp->flag)) { in last_write_complete()
365 if (!mp || !test_bit(META_dirty, &mp->flag)) in metapage_writepage()
542 if (mp->count || mp->nohomeok || in metapage_releasepage()
718 if (mp->count || mp->nohomeok) { in put_metapage()
[all …]
/linux/drivers/net/ethernet/apple/
A Dmace.c156 mp->mdev = mdev; in mace_probe()
172 mp->chipid = (in_8(&mp->mace->chipid_hi) << 8) | in mace_probe()
196 mp->rx_cmds = mp->tx_cmds + NCMDS_TX * N_TX_RING + 1; in mace_probe()
250 mp->chipid >> 8, mp->chipid & 0xff); in mace_probe()
421 for (i = mp->tx_empty; i != mp->tx_fill; ) { in mace_clean_rings()
568 if (!mp->tx_bad_runt && mp->tx_active < MAX_TX_ACTIVE) { in mace_xmit_start()
786 if (!mp->tx_bad_runt && i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE) { in mace_interrupt()
805 struct mace_data *mp = from_timer(mp, t, tx_timeout); in mace_tx_timeout() local
816 if (mp->tx_active == 0 && !mp->tx_bad_runt) in mace_tx_timeout()
822 cp = mp->tx_cmds + NCMDS_TX * mp->tx_empty; in mace_tx_timeout()
[all …]
A Dmacmace.c109 mp->rx_tail = 0; in mace_load_rxdma_base()
133 mp->rx_slot = 0; in mace_rxdma_reset()
154 mp->tx_slot = mp->tx_sloti = 0; in mace_txdma_reset()
218 mp->chipid = mp->mace->chipid_hi << 8 | mp->mace->chipid_lo; in mace_probe()
384 mp->tx_ring = dma_alloc_coherent(mp->device, in mace_open()
390 mp->rx_ring = dma_alloc_coherent(mp->device, in mace_open()
416 mp->tx_ring, mp->tx_ring_phys); in mace_open()
457 mp->tx_count--; in mace_xmit_start()
704 mp->rx_tail++; in mace_dma_intr()
749 mp->rx_ring, mp->rx_ring_phys); in mac_mace_device_remove()
[all …]
/linux/drivers/net/ethernet/marvell/
A Dmv643xx_eth.c609 skb = netdev_alloc_skb(mp->dev, mp->skb_size); in rxq_refill()
1277 return rdl(mp, MIB_COUNTERS(mp->port_num) + offset); in mib_read()
2147 int_cause = rdlp(mp, INT_CAUSE) & mp->int_mask; in mv643xx_eth_collect_events()
2265 queue_mask = mp->work_tx | mp->work_tx_end | mp->work_rx; in mv643xx_eth_poll()
2300 wrlp(mp, INT_MASK, mp->int_mask); in mv643xx_eth_poll()
2362 mv643xx_eth_set_features(mp->dev, mp->dev->features); in port_start()
2471 wrlp(mp, INT_MASK, mp->int_mask); in mv643xx_eth_open()
2613 wrlp(mp, INT_MASK, mp->int_mask); in mv643xx_eth_netpoll()
3132 mp->t_clk = clk_get_rate(mp->clk); in mv643xx_eth_probe()
3134 mp->t_clk = clk_get_rate(mp->shared->clk); in mv643xx_eth_probe()
[all …]
/linux/drivers/scsi/sym53c8xx_2/
A Dsym_malloc.c184 ++mp->nump; in ___mp0_get_mem_cluster()
192 --mp->nump; in ___mp0_free_mem_cluster()
256 mp && !sym_m_pool_match(mp->dev_dmat, dev_dmat); in ___get_dma_pool()
257 mp = mp->next); in ___get_dma_pool()
258 return mp; in ___get_dma_pool()
265 if (mp) { in ___cre_dma_pool()
273 return mp; in ___cre_dma_pool()
307 if (!mp) in __sym_calloc_dma()
309 if (!mp) in __sym_calloc_dma()
329 if (!mp) in __sym_mfree_dma()
[all …]
/linux/drivers/isdn/capi/
A Dcapi.c158 mp->nack++; in capiminor_add_ack()
203 kfree(mp); in capiminor_destroy()
216 mp = kzalloc(sizeof(*mp), GFP_KERNEL); in capiminor_alloc()
217 if (!mp) { in capiminor_alloc()
255 return mp; in capiminor_alloc()
273 if (mp) in capiminor_get()
277 return mp; in capiminor_get()
309 if (mp) { in capincci_free_minor()
326 if (mp) { in capincci_minor_opencount()
931 if (mp) in capi_ioctl()
[all …]
/linux/drivers/pci/controller/dwc/
A Dpci-meson.c118 if (IS_ERR(mp->cfg_base)) in meson_pcie_get_mems()
128 ret = phy_init(mp->phy); in meson_pcie_power_on()
134 phy_exit(mp->phy); in meson_pcie_power_on()
143 phy_power_off(mp->phy); in meson_pcie_power_off()
144 phy_exit(mp->phy); in meson_pcie_power_off()
152 ret = phy_reset(mp->phy); in meson_pcie_reset()
399 struct meson_pcie *mp; in meson_pcie_probe() local
402 mp = devm_kzalloc(dev, sizeof(*mp), GFP_KERNEL); in meson_pcie_probe()
403 if (!mp) in meson_pcie_probe()
406 pci = &mp->pci; in meson_pcie_probe()
[all …]
/linux/drivers/video/fbdev/omap2/omapfb/dss/
A Dapply.c207 if (!mp->enabled) in dss_check_settings_low()
213 mi = &mp->info; in dss_check_settings_low()
229 return dss_mgr_check(mgr, mi, &mp->timings, &mp->lcd_config, ois); in dss_check_settings_low()
262 if (!mp->enabled) in need_isr()
271 if (mp->busy) in need_isr()
340 if (mp->shadow_info_dirty || mp->shadow_extra_info_dirty) in need_go()
372 if (mp->extra_info_dirty || mp->shadow_extra_info_dirty) in extra_info_update_ongoing()
735 if (!mp->enabled || mgr_manual_update(mgr) || mp->busy) in dss_write_regs()
762 if (!mp->enabled || mgr_manual_update(mgr) || mp->busy) in dss_set_go_bits()
926 mp->framedone_handler(mp->framedone_handler_data); in dss_apply_irq_handler()
[all …]

Completed in 107 milliseconds

12345678910>>...15