/kernel/linux/linux-5.10/drivers/clk/ti/ |
H A D | clk-3xxx.c | 308 static int __init omap3xxx_dt_clk_init(int soc_type) in omap3xxx_dt_clk_init() argument 310 if (soc_type == OMAP3_SOC_AM35XX || soc_type == OMAP3_SOC_OMAP3630 || in omap3xxx_dt_clk_init() 311 soc_type == OMAP3_SOC_OMAP3430_ES1 || in omap3xxx_dt_clk_init() 312 soc_type == OMAP3_SOC_OMAP3430_ES2_PLUS) in omap3xxx_dt_clk_init() 315 if (soc_type == OMAP3_SOC_AM35XX) in omap3xxx_dt_clk_init() 318 if (soc_type == OMAP3_SOC_OMAP3630 || soc_type == OMAP3_SOC_AM35XX || in omap3xxx_dt_clk_init() 319 soc_type == OMAP3_SOC_OMAP3430_ES2_PLUS) in omap3xxx_dt_clk_init() 322 if (soc_type in omap3xxx_dt_clk_init() [all...] |
H A D | clk-2xxx.c | 225 static int __init omap2xxx_dt_clk_init(int soc_type) in omap2xxx_dt_clk_init() argument 229 if (soc_type == OMAP2_SOC_OMAP2420) in omap2xxx_dt_clk_init()
|
/kernel/linux/linux-6.6/drivers/clk/ti/ |
H A D | clk-3xxx.c | 300 static int __init omap3xxx_dt_clk_init(int soc_type) in omap3xxx_dt_clk_init() argument 302 if (soc_type == OMAP3_SOC_AM35XX || soc_type == OMAP3_SOC_OMAP3630 || in omap3xxx_dt_clk_init() 303 soc_type == OMAP3_SOC_OMAP3430_ES1 || in omap3xxx_dt_clk_init() 304 soc_type == OMAP3_SOC_OMAP3430_ES2_PLUS) in omap3xxx_dt_clk_init() 307 if (soc_type == OMAP3_SOC_AM35XX) in omap3xxx_dt_clk_init() 310 if (soc_type == OMAP3_SOC_OMAP3630 || soc_type == OMAP3_SOC_AM35XX || in omap3xxx_dt_clk_init() 311 soc_type == OMAP3_SOC_OMAP3430_ES2_PLUS) in omap3xxx_dt_clk_init() 314 if (soc_type in omap3xxx_dt_clk_init() [all...] |
H A D | clk-2xxx.c | 217 static int __init omap2xxx_dt_clk_init(int soc_type) in omap2xxx_dt_clk_init() argument 221 if (soc_type == OMAP2_SOC_OMAP2420) in omap2xxx_dt_clk_init()
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | btqca.c | 18 enum qca_btsoc_type soc_type) in qca_read_soc_version() 35 if (soc_type >= QCA_WCN3991) { in qca_read_soc_version() 72 if (soc_type >= QCA_WCN3991) in qca_read_soc_version() 146 u8 *fw_data, enum qca_btsoc_type soc_type) in qca_tlv_check_data() 224 if (soc_type >= QCA_WCN3991) in qca_tlv_check_data() 252 enum qca_btsoc_type soc_type) in qca_tlv_send_segment() 275 if (soc_type >= QCA_WCN3991) { in qca_tlv_send_segment() 308 if (soc_type >= QCA_WCN3991) in qca_tlv_send_segment() 350 enum qca_btsoc_type soc_type) in qca_download_firmware() 378 qca_tlv_check_data(config, data, soc_type); in qca_download_firmware() 17 qca_read_soc_version(struct hci_dev *hdev, u32 *soc_version, enum qca_btsoc_type soc_type) qca_read_soc_version() argument 145 qca_tlv_check_data(struct qca_fw_config *config, u8 *fw_data, enum qca_btsoc_type soc_type) qca_tlv_check_data() argument 250 qca_tlv_send_segment(struct hci_dev *hdev, int seg_size, const u8 *data, enum qca_tlv_dnld_mode mode, enum qca_btsoc_type soc_type) qca_tlv_send_segment() argument 348 qca_download_firmware(struct hci_dev *hdev, struct qca_fw_config *config, enum qca_btsoc_type soc_type) qca_download_firmware() argument 461 qca_uart_setup(struct hci_dev *hdev, uint8_t baudrate, enum qca_btsoc_type soc_type, u32 soc_ver, const char *firmware_name) qca_uart_setup() argument [all...] |
H A D | btqca.h | 139 enum qca_btsoc_type soc_type, u32 soc_ver, 145 static inline bool qca_is_wcn399x(enum qca_btsoc_type soc_type) in qca_is_wcn399x() argument 147 return soc_type == QCA_WCN3990 || soc_type == QCA_WCN3991 || in qca_is_wcn399x() 148 soc_type == QCA_WCN3998; in qca_is_wcn399x() 158 enum qca_btsoc_type soc_type, u32 soc_ver, in qca_uart_setup() 175 static inline bool qca_is_wcn399x(enum qca_btsoc_type soc_type) in qca_is_wcn399x() argument 157 qca_uart_setup(struct hci_dev *hdev, uint8_t baudrate, enum qca_btsoc_type soc_type, u32 soc_ver, const char *firmware_name) qca_uart_setup() argument
|
H A D | hci_qca.c | 203 enum qca_btsoc_type soc_type; member 238 enum qca_btsoc_type soc_type; in qca_soc_type() local 243 soc_type = qsd->btsoc_type; in qca_soc_type() 245 soc_type = QCA_ROME; in qca_soc_type() 248 return soc_type; in qca_soc_type() 989 enum qca_btsoc_type soc_type = qca_soc_type(hu); in qca_controller_memdump() local 1077 (soc_type != QCA_QCA6390) && in qca_controller_memdump() 1415 enum qca_btsoc_type soc_type = qca_soc_type(hu); in qca_set_speed() local 1424 if (qca_is_wcn399x(soc_type)) in qca_set_speed() 1427 if (soc_type in qca_set_speed() 1631 enum qca_btsoc_type soc_type = qca_soc_type(hu); qca_power_on() local 1663 enum qca_btsoc_type soc_type = qca_soc_type(hu); qca_setup() local 1825 enum qca_btsoc_type soc_type = qca_soc_type(hu); qca_power_shutdown() local 1859 enum qca_btsoc_type soc_type = qca_soc_type(hu); qca_power_off() local [all...] |
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | btqca.c | 19 enum qca_btsoc_type soc_type) in qca_read_soc_version() 35 if (soc_type >= QCA_WCN3991) { in qca_read_soc_version() 72 if (soc_type >= QCA_WCN3991) in qca_read_soc_version() 232 u8 *fw_data, enum qca_btsoc_type soc_type) in qca_tlv_check_data() 321 if (soc_type >= QCA_WCN3991) in qca_tlv_check_data() 349 enum qca_btsoc_type soc_type) in qca_tlv_send_segment() 372 if (soc_type >= QCA_WCN3991) { in qca_tlv_send_segment() 405 if (soc_type >= QCA_WCN3991) in qca_tlv_send_segment() 447 enum qca_btsoc_type soc_type, in qca_download_firmware() 462 if (soc_type in qca_download_firmware() 18 qca_read_soc_version(struct hci_dev *hdev, struct qca_btsoc_version *ver, enum qca_btsoc_type soc_type) qca_read_soc_version() argument 230 qca_tlv_check_data(struct hci_dev *hdev, struct qca_fw_config *config, u8 *fw_data, enum qca_btsoc_type soc_type) qca_tlv_check_data() argument 347 qca_tlv_send_segment(struct hci_dev *hdev, int seg_size, const u8 *data, enum qca_tlv_dnld_mode mode, enum qca_btsoc_type soc_type) qca_tlv_send_segment() argument 445 qca_download_firmware(struct hci_dev *hdev, struct qca_fw_config *config, enum qca_btsoc_type soc_type, u8 rom_ver) qca_download_firmware() argument 577 qca_uart_setup(struct hci_dev *hdev, uint8_t baudrate, enum qca_btsoc_type soc_type, struct qca_btsoc_version ver, const char *firmware_name) qca_uart_setup() argument [all...] |
H A D | hci_qca.c | 204 enum qca_btsoc_type soc_type; member 241 enum qca_btsoc_type soc_type; in qca_soc_type() local 246 soc_type = qsd->btsoc_type; in qca_soc_type() 248 soc_type = QCA_ROME; in qca_soc_type() 251 return soc_type; in qca_soc_type() 1028 enum qca_btsoc_type soc_type = qca_soc_type(hu); in qca_controller_memdump() local 1121 (soc_type != QCA_QCA6390) && in qca_controller_memdump() 1473 enum qca_btsoc_type soc_type = qca_soc_type(hu); in qca_set_speed() local 1482 switch (soc_type) { in qca_set_speed() 1497 switch (soc_type) { in qca_set_speed() 1687 enum qca_btsoc_type soc_type = qca_soc_type(hu); qca_regulator_init() local 1773 enum qca_btsoc_type soc_type = qca_soc_type(hu); qca_power_on() local 1824 enum qca_btsoc_type soc_type = qca_soc_type(hu); qca_setup() local 2101 enum qca_btsoc_type soc_type = qca_soc_type(hu); qca_power_shutdown() local 2153 enum qca_btsoc_type soc_type = qca_soc_type(hu); qca_power_off() local [all...] |
H A D | btqca.h | 159 enum qca_btsoc_type soc_type, struct qca_btsoc_version ver, 173 enum qca_btsoc_type soc_type, in qca_uart_setup() 172 qca_uart_setup(struct hci_dev *hdev, uint8_t baudrate, enum qca_btsoc_type soc_type, struct qca_btsoc_version ver, const char *firmware_name) qca_uart_setup() argument
|
/kernel/linux/linux-5.10/arch/mips/sibyte/sb1250/ |
H A D | setup.c | 21 unsigned int soc_type; variable 22 EXPORT_SYMBOL(soc_type); variable 81 switch (soc_type) { in sb1250_m3_workaround_needed() 140 switch (soc_type) { in sys_rev_decode() 160 printk("Unknown SOC type %x\n", soc_type); in sys_rev_decode() 176 soc_type = SYS_SOC_TYPE(sys_rev); in sb1250_setup()
|
/kernel/linux/linux-6.6/arch/mips/sibyte/sb1250/ |
H A D | setup.c | 21 unsigned int soc_type; variable 22 EXPORT_SYMBOL(soc_type); variable 81 switch (soc_type) { in sb1250_m3_workaround_needed() 140 switch (soc_type) { in sys_rev_decode() 160 printk("Unknown SOC type %x\n", soc_type); in sys_rev_decode() 176 soc_type = SYS_SOC_TYPE(sys_rev); in sb1250_setup()
|
/kernel/linux/linux-5.10/arch/mips/sibyte/bcm1480/ |
H A D | setup.c | 23 unsigned int soc_type; variable 24 EXPORT_SYMBOL(soc_type); variable 76 switch (soc_type) { in sys_rev_decode() 113 soc_type = SYS_SOC_TYPE(sys_rev); in bcm1480_setup()
|
/kernel/linux/linux-6.6/arch/mips/sibyte/bcm1480/ |
H A D | setup.c | 23 unsigned int soc_type; variable 24 EXPORT_SYMBOL(soc_type); variable 74 switch (soc_type) { in sys_rev_decode() 111 soc_type = SYS_SOC_TYPE(sys_rev); in bcm1480_setup()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-xlp.c | 298 u32 soc_type; in xlp_gpio_probe() local 313 soc_type = (uintptr_t)of_device_get_match_data(&pdev->dev); in xlp_gpio_probe() 323 soc_type = (uintptr_t) acpi_id->driver_data; in xlp_gpio_probe() 326 switch (soc_type) { in xlp_gpio_probe() 345 ngpio = (soc_type == XLP_GPIO_VARIANT_XLP208) ? 42 : 57; in xlp_gpio_probe() 357 if (soc_type == XLP_GPIO_VARIANT_XLP980) in xlp_gpio_probe() 359 else if (soc_type == XLP_GPIO_VARIANT_XLP532) in xlp_gpio_probe() 387 if (soc_type != GPIO_VARIANT_VULCAN) { in xlp_gpio_probe()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/sibyte/ |
H A D | sb1250.h | 31 extern unsigned int soc_type;
|
/kernel/linux/linux-6.6/arch/mips/include/asm/sibyte/ |
H A D | sb1250.h | 31 extern unsigned int soc_type;
|
/kernel/linux/linux-5.10/arch/mips/sibyte/swarm/ |
H A D | platform.c | 119 switch (soc_type) { in sb1250_device_init()
|
/kernel/linux/linux-6.6/arch/mips/sibyte/swarm/ |
H A D | platform.c | 119 switch (soc_type) { in sb1250_device_init()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | fsl_qe_udc.h | 322 unsigned long soc_type; /* QE or CPM soc */ member
|
H A D | fsl_qe_udc.c | 228 if (ep->udc->soc_type == PORT_CPM) in qe_ep_cmd_stoptx() 240 if (ep->udc->soc_type == PORT_CPM) in qe_ep_cmd_restarttx() 2490 udc->soc_type = (unsigned long)match->data; in qe_udc_probe() 2584 (udc->soc_type == PORT_QE) ? "QE" : "CPM"); in qe_udc_probe()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | fsl_qe_udc.h | 322 unsigned long soc_type; /* QE or CPM soc */ member
|
/kernel/linux/linux-5.10/drivers/thermal/samsung/ |
H A D | exynos_tmu.c | 127 enum soc_type { enum 181 enum soc_type soc; 897 data->soc = (enum soc_type)of_device_get_match_data(&pdev->dev); in exynos_map_dt_data()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/onenand/ |
H A D | onenand_samsung.c | 27 enum soc_type { enum 125 enum soc_type type;
|
/kernel/linux/linux-6.6/drivers/mtd/nand/onenand/ |
H A D | onenand_samsung.c | 27 enum soc_type { enum 125 enum soc_type type;
|