Home
last modified time | relevance | path

Searched refs:_lock (Results 1 – 12 of 12) sorted by relevance

/rk3399_rockchip-uboot/board/nvidia/dalmore/
H A Dpinmux-config-dalmore.h22 #define I2C_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _od) \ argument
29 .lock = PMUX_PIN_LOCK_##_lock, \
34 #define DDC_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _rcv_sel) \ argument
41 .lock = PMUX_PIN_LOCK_##_lock, \
46 #define VI_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _ioreset) \ argument
53 .lock = PMUX_PIN_LOCK_##_lock, \
58 #define CEC_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _od) \ argument
65 .lock = PMUX_PIN_LOCK_##_lock, \
/rk3399_rockchip-uboot/board/avionic-design/common/
H A Dpinmux-config-tamonten-ng.h23 #define I2C_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _od) \ argument
30 .lock = PMUX_PIN_LOCK_##_lock, \
35 #define LV_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _ioreset) \ argument
42 .lock = PMUX_PIN_LOCK_##_lock, \
/rk3399_rockchip-uboot/board/toradex/colibri_t30/
H A Dpinmux-config-colibri_t30.h22 #define I2C_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _od) \ argument
29 .lock = PMUX_PIN_LOCK_##_lock, \
34 #define LV_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _ioreset) \ argument
41 .lock = PMUX_PIN_LOCK_##_lock, \
/rk3399_rockchip-uboot/board/nvidia/cardhu/
H A Dpinmux-config-cardhu.h22 #define I2C_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _od) \ argument
29 .lock = PMUX_PIN_LOCK_##_lock, \
34 #define LV_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _ioreset) \ argument
41 .lock = PMUX_PIN_LOCK_##_lock, \
/rk3399_rockchip-uboot/board/toradex/apalis_t30/
H A Dpinmux-config-apalis_t30.h22 #define I2C_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _od) \ argument
29 .lock = PMUX_PIN_LOCK_##_lock, \
34 #define LV_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _ioreset) \ argument
41 .lock = PMUX_PIN_LOCK_##_lock, \
/rk3399_rockchip-uboot/drivers/mtd/
H A Dcfi_mtd.c235 mtd->_lock = cfi_mtd_lock; in cfi_mtd_init()
H A Dmtdpart.c470 return mtd->parent->_lock(mtd->parent, ofs + mtd->offset, len); in part_lock()
654 if (master->_lock) in allocate_partition()
655 slave->_lock = part_lock; in allocate_partition()
H A Daltera_qspi.c329 mtd->_lock = altera_qspi_lock; in altera_qspi_probe()
H A Dmtdcore.c1575 if (!mtd->_lock) in mtd_lock()
1581 return mtd->_lock(mtd, ofs, len); in mtd_lock()
H A Dmtdconcat.c817 concat->mtd._lock = concat_lock; in mtd_concat_create()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dmtd.h275 int (*_lock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); member
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_base.c5270 mtd->_lock = NULL; in nand_scan_tail()