Home
last modified time | relevance | path

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

/u-boot/board/nvidia/dalmore/
A Dpinmux-config-dalmore.h21 #define I2C_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _od) \ argument
28 .lock = PMUX_PIN_LOCK_##_lock, \
33 #define DDC_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _rcv_sel) \ argument
40 .lock = PMUX_PIN_LOCK_##_lock, \
45 #define VI_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _ioreset) \ argument
52 .lock = PMUX_PIN_LOCK_##_lock, \
57 #define CEC_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _od) \ argument
64 .lock = PMUX_PIN_LOCK_##_lock, \
/u-boot/board/avionic-design/common/
A Dpinmux-config-tamonten-ng.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, \
/u-boot/board/nvidia/cardhu/
A Dpinmux-config-cardhu.h21 #define I2C_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _od) \ argument
28 .lock = PMUX_PIN_LOCK_##_lock, \
33 #define LV_PINMUX(_pingrp, _mux, _pull, _tri, _io, _lock, _ioreset) \ argument
40 .lock = PMUX_PIN_LOCK_##_lock, \
/u-boot/board/toradex/apalis_t30/
A Dpinmux-config-apalis_t30.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, \
/u-boot/board/toradex/colibri_t30/
A Dpinmux-config-colibri_t30.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, \
/u-boot/drivers/mtd/
A Dcfi_mtd.c236 mtd->_lock = cfi_mtd_lock; in cfi_mtd_init()
A Dmtdpart.c472 return mtd->parent->_lock(mtd->parent, ofs + mtd->offset, len); in part_lock()
656 if (master->_lock) in allocate_partition()
657 slave->_lock = part_lock; in allocate_partition()
A Daltera_qspi.c331 mtd->_lock = altera_qspi_lock; in altera_qspi_probe()
A Dmtdcore.c1574 if (!mtd->_lock) in mtd_lock()
1580 return mtd->_lock(mtd, ofs, len); in mtd_lock()
A Dmtdconcat.c819 concat->mtd._lock = concat_lock; in mtd_concat_create()
/u-boot/include/linux/mtd/
A Dmtd.h270 int (*_lock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); member
/u-boot/drivers/mtd/nand/raw/
A Dnand_base.c5276 mtd->_lock = NULL; in nand_scan_tail()

Completed in 26 milliseconds