Home
last modified time | relevance | path

Searched refs:_ref (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/dpll/zl3073x/
H A Dregs.h120 #define ZL_REF_FREQ_MEAS_MASK_3_0(_ref) BIT(_ref) argument
123 #define ZL_REF_FREQ_MEAS_MASK_4(_ref) BIT((_ref) - 8) argument
H A Ddpll.c25 #define ZL3073X_DPLL_REF_IS_VALID(_ref) ((_ref) != ZL3073X_DPLL_REF_NONE) argument
/linux/fs/jffs2/
H A Dxattr.c600 struct jffs2_xattr_ref *ref, *_ref; in jffs2_xattr_delete_inode() local
606 for (ref = ic->xref; ref; ref = _ref) { in jffs2_xattr_delete_inode()
607 _ref = ref->next; in jffs2_xattr_delete_inode()
618 struct jffs2_xattr_ref *ref, *_ref; in jffs2_xattr_free_inode() local
621 for (ref = ic->xref; ref; ref = _ref) { in jffs2_xattr_free_inode()
622 _ref = ref->next; in jffs2_xattr_free_inode()
743 struct jffs2_xattr_ref *ref, *_ref; in jffs2_clear_xattr_subsystem() local
746 for (ref=c->xref_temp; ref; ref = _ref) { in jffs2_clear_xattr_subsystem()
747 _ref = ref->next; in jffs2_clear_xattr_subsystem()
751 for (ref=c->xref_dead_list; ref; ref = _ref) { in jffs2_clear_xattr_subsystem()
[all …]
/linux/drivers/dma/ppc4xx/
H A Dadma.c4009 struct ppc_dma_chan_ref *ref, *_ref; in ppc440spe_adma_probe() local
4192 list_for_each_entry_safe(ref, _ref, &ppc440spe_adma_chan_list, node) { in ppc440spe_adma_probe()
4238 struct ppc_dma_chan_ref *ref, *_ref; in ppc440spe_adma_remove() local
4259 list_for_each_entry_safe(ref, _ref, &ppc440spe_adma_chan_list, in ppc440spe_adma_remove()