/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
D | iotiming-s3c2412.c | 36 * @iot: The IO timing information 38 static void s3c2412_print_timing(const char *pfx, struct s3c_iotimings *iot) in s3c2412_print_timing() argument 44 bt = iot->bank[bank].io_2412; in s3c2412_print_timing() 133 * @iot: The bank timing information. 139 struct s3c_iotimings *iot) in s3c2412_iotiming_calc() argument 146 bt = iot->bank[bank].io_2412; in s3c2412_iotiming_calc() 166 * @iot: The bank timing information. 172 struct s3c_iotimings *iot) in s3c2412_iotiming_set() argument 181 bt = iot->bank[bank].io_2412; in s3c2412_iotiming_set()
|
D | iotiming-s3c2410.c | 351 * @iot: The IO timing information to fill out. 353 * Calculate the new values for the banks in @iot based on the new 358 struct s3c_iotimings *iot) in s3c2410_iotiming_calc() argument 367 bt = iot->bank[bank].io_2410; in s3c2410_iotiming_calc() 393 * @iot: The IO timing information to use. 400 struct s3c_iotimings *iot) in s3c2410_iotiming_set() argument 408 bt = iot->bank[bank].io_2410; in s3c2410_iotiming_set() 423 * through all the IO banks, reading the state and then updating @iot
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
D | s3c24xx-cpufreq-debugfs.c | 100 struct s3c_iotimings *iot; in io_show() local 116 iot = s3c_cpufreq_getiotimings(); in io_show() 117 if (!iot) { in io_show() 125 iob = &iot->bank[bank]; in io_show()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/ |
D | rda.yaml | 18 - xunlong,orangepi-2g-iot # Orange Pi 2G-IoT
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | rda8810pl-orangepi-2g-iot.dts | 12 compatible = "xunlong,orangepi-2g-iot", "rda,8810pl"; 13 model = "Orange Pi 2G-IoT";
|
D | stm32mp157a-iot-box.dts | 10 model = "Shiratech STM32MP157A IoT Box"; 11 compatible = "shiratech,stm32mp157a-iot-box", "st,stm32mp157";
|
D | imx6ul-isiot-emmc.dts | 12 model = "Engicam Is.IoT MX6UL eMMC Starter kit";
|
D | imx6ul-isiot-nand.dts | 12 model = "Engicam Is.IoT MX6UL NAND Starter kit";
|
D | Makefile | 924 rda8810pl-orangepi-2g-iot.dtb \ 1068 stm32mp157a-iot-box.dtb \
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_HT.h | 214 // Add for Broadcom(Linksys) IOT. Joseph 217 // For IOT issue. 275 /* Indicate different AP vendor for IOT issue */ 287 * IOT Action for different AP
|
D | rtl819x_HTProc.c | 296 *function: This function returns peer IOT. 1147 // Determine the IOT Peer Vendor. in HTResetSelfAndSavePeerSetting() 1151 * Decide IOT Action in HTResetSelfAndSavePeerSetting()
|
D | ieee80211_tx.c | 470 //check IOT action in ieee80211_query_protectionmode()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/stm32/ |
D | stm32.yaml | 44 - shiratech,stm32mp157a-iot-box # IoT Box
|
/kernel/linux/linux-5.10/include/linux/soc/samsung/ |
D | s3c-cpufreq-core.h | 222 struct s3c_iotimings *iot); 228 struct s3c_iotimings *iot); 247 struct s3c_iotimings *iot); 250 struct s3c_iotimings *iot);
|
/kernel/linux/linux-5.10/drivers/md/ |
D | dm-cache-target.c | 58 static void iot_init(struct io_tracker *iot) in iot_init() argument 60 spin_lock_init(&iot->lock); in iot_init() 61 iot->in_flight = 0ul; in iot_init() 62 iot->idle_time = 0ul; in iot_init() 63 iot->last_update_time = jiffies; in iot_init() 66 static bool __iot_idle_for(struct io_tracker *iot, unsigned long jifs) in __iot_idle_for() argument 68 if (iot->in_flight) in __iot_idle_for() 71 return time_after(jiffies, iot->idle_time + jifs); in __iot_idle_for() 74 static bool iot_idle_for(struct io_tracker *iot, unsigned long jifs) in iot_idle_for() argument 78 spin_lock_irq(&iot->lock); in iot_idle_for() [all …]
|
/kernel/liteos_a/ |
D | README.md | 15 …g system \(OS\) built for the Internet of Things \(IoT\) field. With the rapid development of the …
|
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
D | Kconfig | 7 is usually found in IoT devices.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
D | max77650.yaml | 14 supply for low-power IoT and wearable applications.
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
D | signal.h | 30 #define SIGIOT 6 /* IOT trap (4.2 BSD). */
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
D | debug.h | 84 ret += sprintf(str + ret, "IOT "); in cdns3_decode_ep_irq()
|
/kernel/liteos_m/ |
D | README.md | 12 …a lightweight operating system kernel designed for the Internet of Things (IoT) field. It features…
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/ |
D | rtw_pwrctrl.c | 447 /* For Tenda W311R IOT issue */ in LPS_Enter()
|
D | rtw_cmd.c | 461 * the connection to avoid some IOT issue. in rtw_joinbss_cmd()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/ |
D | os_intfs.c | 58 * default is set to enable 2.4GHZ for IOT issue with bufflao's AP at 5GHZ
|
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
D | rtl871x_cmd.c | 414 * to avoid some IOT issues, especially for Realtek 8192u in r8712_joinbss_cmd()
|