/linux/drivers/net/wireless/st/cw1200/ |
H A D | fwio.c | 26 int hw_type = -1; in cw1200_get_hw_type() local 33 hw_type = HIF_9000_SILICON_VERSATILE; in cw1200_get_hw_type() 40 hw_type = HIF_8601_VERSATILE; in cw1200_get_hw_type() 42 hw_type = HIF_8601_SILICON; in cw1200_get_hw_type() 48 return hw_type; in cw1200_get_hw_type() 267 switch (priv->hw_type) { in config_reg_read() 289 switch (priv->hw_type) { in config_reg_write() 328 priv->hw_type = ret; in cw1200_load_firmware() 469 switch (priv->hw_type) { in cw1200_load_firmware() 480 priv->hw_type); in cw1200_load_firmware()
|
H A D | cw1200.h | 112 } hw_type; member
|
/linux/drivers/leds/flash/ |
H A D | leds-qcom-flash.c | 89 enum hw_type { enum 153 enum hw_type hw_type; member 237 if (flash_data->hw_type == QCOM_MVFLASH_3CH) { in update_allowed_flash_current() 244 if (flash_data->hw_type == QCOM_MVFLASH_4CH) in update_allowed_flash_current() 252 if (flash_data->hw_type == QCOM_MVFLASH_4CH) in update_allowed_flash_current() 263 if (flash_data->hw_type == QCOM_MVFLASH_3CH) { in update_allowed_flash_current() 275 if (flash_data->hw_type == QCOM_MVFLASH_3CH) { in update_allowed_flash_current() 312 if (flash_data->hw_type == QCOM_MVFLASH_3CH) in update_allowed_flash_current() 346 if (flash_data->hw_type == QCOM_MVFLASH_3CH) { in set_flash_current() 352 } else if (flash_data->hw_type == QCOM_MVFLASH_4CH) { in set_flash_current() [all …]
|
/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_dsi.c | 133 .hw_type = DSIM_TYPE_EXYNOS3250, 138 .hw_type = DSIM_TYPE_EXYNOS4210, 143 .hw_type = DSIM_TYPE_EXYNOS5410, 148 .hw_type = DSIM_TYPE_EXYNOS5422, 153 .hw_type = DSIM_TYPE_EXYNOS5433,
|
/linux/arch/parisc/kernel/ |
H A D | drivers.c | 53 return pdev->id.hw_type != HPHW_FAULTY; in check_dev() 109 if ((ids->hw_type != HWTYPE_ANY_ID) && in match_device() 110 (ids->hw_type != dev->id.hw_type)) in match_device() 263 if (pdev->id.hw_type != HPHW_BCPORT) in is_IKE_device() 295 if (candidate->id.hw_type == type) in find_pa_parent_type() 426 dev->id.hw_type = HPHW_FAULTY; in create_tree_node() 512 if (dev->id.hw_type != HPHW_FAULTY) { in alloc_pa_dev() 519 dev->id.hw_type = iodc_data[3] & 0x1f; in alloc_pa_dev() 562 (u8)id->hw_type, (u16)id->hversion, (u8)id->hversion_rev, in make_modalias() 599 pa_dev_attr_id(hw_type, "0x%02x\n"); [all …]
|
H A D | hardware.c | 1326 for (listptr = hp_hardware_list; listptr->hw_type != HPHW_FAULTY; listptr++) { in parisc_hardware_description() 1327 if ((listptr->hw_type == id->hw_type) && in parisc_hardware_description() 1339 switch (id->hw_type) { in parisc_hardware_description()
|
/linux/drivers/char/ipmi/ |
H A D | kcs_bmc_aspeed.c | 304 unsigned int mask, val, hw_type; in aspeed_kcs_config_upstream_irq() local 313 hw_type = ret; in aspeed_kcs_config_upstream_irq() 323 if (!(hw_type == LPC_TYIRQX_LOW || hw_type == LPC_TYIRQX_HIGH)) in aspeed_kcs_config_upstream_irq() 328 val |= (hw_type == LPC_TYIRQX_HIGH) ? LPC_HICR5_SEL2IRQX : 0; in aspeed_kcs_config_upstream_irq() 333 if (!(hw_type == LPC_TYIRQX_LOW || hw_type == LPC_TYIRQX_HIGH)) in aspeed_kcs_config_upstream_irq() 338 val |= (hw_type == LPC_TYIRQX_HIGH) ? LPC_HICR5_SEL3IRQX : 0; in aspeed_kcs_config_upstream_irq() 344 val = (id << LPC_HICRC_ID4IRQX_SHIFT) | (hw_type << LPC_HICRC_TY4IRQX_SHIFT); in aspeed_kcs_config_upstream_irq()
|
/linux/drivers/scsi/ |
H A D | lasi700.c | 53 .hw_type = HPHW_FIO, \ 60 .hw_type = HPHW_FIO, \
|
/linux/drivers/mfd/ |
H A D | dln2.c | 533 __le32 hw_type; in dln2_check_hw() local 534 int len = sizeof(hw_type); in dln2_check_hw() 537 NULL, 0, &hw_type, &len); in dln2_check_hw() 540 if (len < sizeof(hw_type)) in dln2_check_hw() 543 if (le32_to_cpu(hw_type) != DLN2_HW_ID) { in dln2_check_hw() 545 le32_to_cpu(hw_type)); in dln2_check_hw()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | hw.c | 318 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8812AE) in _rtl8821ae_download_rsvd_page() 349 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8812AE) in _rtl8821ae_download_rsvd_page() 584 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8812AE) { in rtl8821ae_set_hw_reg() 590 } else if (rtlhal->hw_type == HARDWARE_TYPE_RTL8821AE) { in rtl8821ae_set_hw_reg() 874 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8812AE) in _rtl8821ae_gen_refresh_led_state() 879 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8812AE) in _rtl8821ae_gen_refresh_led_state() 884 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8812AE) in _rtl8821ae_gen_refresh_led_state() 906 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8812AE) { in _rtl8821ae_init_mac() 938 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8821AE) { in _rtl8821ae_init_mac() 1135 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8821AE) { in _rtl8821ae_enable_aspm_back_door() [all …]
|
H A D | led.c | 156 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8812AE) in _rtl8821ae_sw_led_control() 162 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8812AE) in _rtl8821ae_sw_led_control()
|
H A D | dm.c | 557 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8812AE) { in rtl8821ae_dm_check_rssi_monitor() 572 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8812AE) in rtl8821ae_dm_check_rssi_monitor() 581 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8812AE) in rtl8821ae_dm_check_rssi_monitor() 648 if (rtlhal->hw_type != HARDWARE_TYPE_RTL8821AE) in rtl8821ae_dm_dig() 656 if (rtlhal->hw_type != HARDWARE_TYPE_RTL8821AE) in rtl8821ae_dm_dig() 917 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8812AE) in rtl8821ae_dm_iq_calibrate() 986 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8821AE) { in rtl8821ae_dm_update_init_rate() 2520 if (rtlpriv->rtlhal.hw_type != HARDWARE_TYPE_RTL8812AE) { in rtl8821ae_dm_check_edca_turbo() 2634 if (rtlpriv->rtlhal.hw_type == HARDWARE_TYPE_RTL8812AE) in rtl8821ae_dm_dynamic_atc_switch() 2727 if (rtlpriv->rtlhal.hw_type == HARDWARE_TYPE_RTL8812AE) in rtl8821ae_dm_dynamic_atc_switch() [all …]
|
H A D | rf.c | 404 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8812AE) in _rtl8821ae_phy_rf6052_config_parafile() 415 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8812AE) in _rtl8821ae_phy_rf6052_config_parafile()
|
/linux/drivers/net/wireless/silabs/wfx/ |
H A D | fwio.c | 321 int hw_revision, hw_type; in wfx_init_device() local 351 hw_type = FIELD_GET(CFG_DEVICE_ID_TYPE, reg); in wfx_init_device() 352 if (hw_type == 1) { in wfx_init_device()
|
/linux/drivers/mailbox/ |
H A D | bcm-pdc-mailbox.c | 405 enum pdc_hw hw_type; member 1392 if (pdcs->hw_type == FA_HW) in pdc_interrupts_init() 1493 const int *hw_type; in pdc_dt_read() local 1505 pdcs->hw_type = PDC_HW; in pdc_dt_read() 1507 hw_type = device_get_match_data(dev); in pdc_dt_read() 1508 if (hw_type) in pdc_dt_read() 1509 pdcs->hw_type = *hw_type; in pdc_dt_read()
|
/linux/drivers/net/wireless/intersil/p54/ |
H A D | p54usb.c | 156 if (priv->hw_type == P54U_NET2280) in p54u_rx_cb() 176 if (priv->hw_type == P54U_NET2280) in p54u_rx_cb() 859 if (p54u_fwlist[i].type == priv->hw_type) in p54_find_type() 1001 priv->hw_type = P54U_INVALID_HW; in p54u_probe() 1037 priv->hw_type = P54U_3887; in p54u_probe() 1043 priv->hw_type = P54U_NET2280; in p54u_probe()
|
H A D | p54usb.h | 149 enum p54u_hw_type hw_type; member
|
/linux/include/drm/bridge/ |
H A D | samsung-dsim.h | 81 enum samsung_dsim_type hw_type; member
|
/linux/drivers/parisc/ |
H A D | wax.c | 116 if (parent->id.hw_type != HPHW_IOA) { in wax_init_chip()
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_parisc.c | 40 if (parisc_parent(dev)->id.hw_type != HPHW_IOA) in serial_init_chip()
|
/linux/drivers/gpu/drm/bridge/ |
H A D | samsung-dsim.c | 950 if (!samsung_dsim_hw_is_exynos(dsi->plat_data->hw_type)) in samsung_dsim_init_link() 1480 if (!samsung_dsim_hw_is_exynos(dsi->plat_data->hw_type)) { in samsung_dsim_atomic_pre_enable() 1601 if (dsi->plat_data->hw_type == DSIM_TYPE_IMX8MM) { in samsung_dsim_atomic_check() 1604 } else if (dsi->plat_data->hw_type == DSIM_TYPE_IMX8MP) { in samsung_dsim_atomic_check() 1951 dsi->driver_data = samsung_dsim_types[dsi->plat_data->hw_type]; in samsung_dsim_probe() 2015 if (dsi->plat_data->hw_type == DSIM_TYPE_IMX8MM) in samsung_dsim_probe() 2118 .hw_type = DSIM_TYPE_IMX8MM, 2123 .hw_type = DSIM_TYPE_IMX8MP,
|
/linux/arch/parisc/include/asm/ |
H A D | hardware.h | 13 unsigned int hw_type:8; /* HPHW_xxx */ member
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
H A D | fw_common.c | 19 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8192CU) { in _rtl92c_enable_fw_download() 27 } else if (rtlhal->hw_type == HARDWARE_TYPE_RTL8192CE) { in _rtl92c_enable_fw_download() 63 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8192CE) in _rtl92c_write_fw()
|
/linux/include/linux/ |
H A D | atalk.h | 70 __be16 hw_type; member
|
/linux/drivers/net/can/usb/peak_usb/ |
H A D | pcan_usb_pro.h | 44 __le32 hw_type; member
|