Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_io_storage.c232 static int uniphier_io_emmc_setup(unsigned int soc_id) in uniphier_io_emmc_setup() argument
244 static int uniphier_io_nand_setup(unsigned int soc_id) in uniphier_io_nand_setup() argument
256 static int uniphier_io_nor_setup(unsigned int soc_id) in uniphier_io_nor_setup() argument
261 static int uniphier_io_usb_setup(unsigned int soc_id) in uniphier_io_usb_setup() argument
274 ret = uniphier_usb_init(soc_id, &block_dev_spec); in uniphier_io_usb_setup()
288 int uniphier_io_setup(unsigned int soc_id) in uniphier_io_setup() argument
290 int (*io_setup)(unsigned int soc_id); in uniphier_io_setup()
294 boot_dev = uniphier_get_boot_device(soc_id); in uniphier_io_setup()
299 ret = io_setup(soc_id); in uniphier_io_setup()
/device/google/marlin/sepolicy/
Dhal_gnss.te1 #access to /sys/devices/soc0/hw_platform and /sys/devices/soc0/soc_id
16 # access to /sys/devices/soc0/soc_id and /sys/devices/soc0/hw_platform
/device/google/marlin/power/
Dpower-helper.c125 int soc_id = atoi(buf); in power_init() local
126 if (soc_id == 194 || (soc_id >= 208 && soc_id <= 218) || soc_id == 178) { in power_init()
/device/google/cuttlefish_common/guest/hals/ril/libril/
Dril.cpp736 RIL_SOCKET_ID soc_id = RIL_SOCKET_1; in RIL_onUnsolicitedResponse() local
739 soc_id = socket_id; in RIL_onUnsolicitedResponse()
783 pthread_rwlock_t *radioServiceRwlockPtr = radio_1_4::getRadioServiceRwlock((int) soc_id); in RIL_onUnsolicitedResponse()
790 radio_1_4::setNitzTimeReceived((int) soc_id, android::elapsedRealtime()); in RIL_onUnsolicitedResponse()
799 (int) soc_id, responseType, 0, RIL_E_SUCCESS, const_cast<void*>(data), in RIL_onUnsolicitedResponse()
826 RLOGI("%s UNSOLICITED: %s length:%zu", rilSocketIdToString(soc_id), in RIL_onUnsolicitedResponse()