| /drivers/input/mouse/ |
| A D | psmouse-base.c | 729 .detect = ps2bare_detect, 737 .detect = ps2pp_detect, 751 .detect = cypress_detect, 759 .detect = genius_detect, 810 .detect = alps_detect, 845 .detect = hgpk_detect, 872 .detect = fsp_detect, 880 .detect = cortron_detect, 896 .detect = vmmouse_detect, 905 .detect = byd_detect, [all …]
|
| /drivers/gpu/drm/ |
| A D | drm_privacy_screen_x86.c | 17 bool (*detect)(void); member 68 .detect = detect_thinkpad_privacy_screen, 78 .detect = detect_chromeos_privacy_screen, 88 if (!arch_init_data[i].detect()) in drm_privacy_screen_lookup_init()
|
| /drivers/usb/common/ |
| A D | Kconfig | 23 of registers that can be used to detect the vendor and product which 46 to detect USB ID pin, and another input GPIO may be also used to detect 48 device if an input GPIO is only used to detect Vbus pin.
|
| /drivers/char/ipmi/ |
| A D | ipmi_poweroff.c | 514 int (*detect)(struct ipmi_user *user); member 520 .detect = ipmi_atca_detect, 523 .detect = ipmi_cpi1_detect, 526 .detect = ipmi_dell_chassis_detect, 529 .detect = ipmi_hp_chassis_detect, 534 .detect = ipmi_chassis_detect, 612 if (poweroff_functions[i].detect(ipmi_user)) in ipmi_po_new_smi()
|
| A D | ipmi_si_sm.h | 90 int (*detect)(struct si_sm_data *smi); member
|
| /drivers/phy/allwinner/ |
| A D | phy-sun4i-usb.c | 141 struct delayed_work detect; member 362 queue_delayed_work(system_wq, &data->detect, 0); in sun4i_usb_phy_init() 485 mod_delayed_work(system_wq, &data->detect, DEBOUNCE_TIME); in sun4i_usb_phy_power_on() 506 mod_delayed_work(system_wq, &data->detect, POLL_TIME); in sun4i_usb_phy_power_off() 545 queue_delayed_work(system_wq, &data->detect, 0); in sun4i_usb_phy_set_mode() 585 container_of(work, struct sun4i_usb_phy_data, detect.work); in sun4i_usb_phy0_id_vbus_det_scan() 657 queue_delayed_work(system_wq, &data->detect, POLL_TIME); in sun4i_usb_phy0_id_vbus_det_scan() 665 mod_delayed_work(system_wq, &data->detect, DEBOUNCE_TIME); in sun4i_usb_phy0_id_vbus_det_irq() 679 mod_delayed_work(system_wq, &data->detect, DEBOUNCE_TIME); in sun4i_usb_phy0_vbus_notify() 710 cancel_delayed_work_sync(&data->detect); in sun4i_usb_phy_remove() [all …]
|
| /drivers/net/phy/ |
| A D | microchip_t1.c | 926 int detect = -1; in lan87xx_cable_test_report() local 961 detect = 2; in lan87xx_cable_test_report() 963 detect = 1; in lan87xx_cable_test_report() 967 if (detect == 1 || detect == 2) in lan87xx_cable_test_report() 972 detect = 0; in lan87xx_cable_test_report() 1793 int detect; in lan887x_cable_test_report() local 1856 detect = LAN87XX_CABLE_TEST_OPEN; in lan887x_cable_test_report() 1858 detect = LAN87XX_CABLE_TEST_OK; in lan887x_cable_test_report() 1861 detect = LAN87XX_CABLE_TEST_OK; in lan887x_cable_test_report() 1864 if (detect == LAN87XX_CABLE_TEST_OK) { in lan887x_cable_test_report() [all …]
|
| /drivers/gpu/drm/display/ |
| A D | drm_bridge_connector.c | 208 struct drm_bridge *detect = bridge_connector->bridge_detect; in drm_bridge_connector_detect() local 212 if (detect) { in drm_bridge_connector_detect() 213 status = detect->funcs->detect(detect, connector); in drm_bridge_connector_detect() 273 .detect = drm_bridge_connector_detect,
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_connectors.c | 823 .detect = amdgpu_connector_lvds_detect, 916 ret = encoder_funcs->detect(encoder, connector); in amdgpu_connector_vga_detect() 941 .detect = amdgpu_connector_vga_detect, 1121 if (encoder_funcs->detect) { in amdgpu_connector_dvi_detect() 1125 ret = encoder_funcs->detect(encoder, connector); in amdgpu_connector_dvi_detect() 1136 lret = encoder_funcs->detect(encoder, connector); in amdgpu_connector_dvi_detect() 1238 .detect = amdgpu_connector_dvi_detect, 1427 ret = encoder_funcs->detect(encoder, connector); in amdgpu_connector_dp_detect() 1541 .detect = amdgpu_connector_dp_detect, 1552 .detect = amdgpu_connector_dp_detect,
|
| /drivers/gpu/drm/radeon/ |
| A D | radeon_connectors.c | 951 .detect = radeon_lvds_detect, 1047 ret = encoder_funcs->detect(encoder, connector); in radeon_vga_detect() 1085 .detect = radeon_vga_detect, 1151 ret = encoder_funcs->detect(encoder, connector); in radeon_tv_detect() 1173 .detect = radeon_tv_detect, 1346 if (encoder_funcs->detect) { in radeon_dvi_detect() 1495 .detect = radeon_dvi_detect, 1688 ret = encoder_funcs->detect(encoder, connector); in radeon_dp_detect() 1801 .detect = radeon_dp_detect, 1812 .detect = radeon_dp_detect, [all …]
|
| /drivers/media/dvb-core/ |
| A D | Kconfig | 62 Enable extra log messages meant to detect packet loss 74 Enable extra log messages meant to detect problems while
|
| /drivers/mtd/nand/raw/ |
| A D | nand_esmt.c | 57 .detect = esmt_nand_decode_id,
|
| A D | nand_amd.c | 51 .detect = amd_nand_decode_id,
|
| A D | nand_samsung.c | 137 .detect = samsung_nand_decode_id,
|
| /drivers/video/fbdev/omap2/omapfb/displays/ |
| A D | connector-hdmi.c | 162 return in->ops.hdmi->detect(in); in hdmic_detect() 196 .detect = hdmic_detect,
|
| /drivers/pcmcia/ |
| A D | sa1111_generic.c | 75 state->detect = status & PCSR_S0_DETECT ? 0 : 1; in sa1111_pcmcia_socket_state() 85 state->detect = status & PCSR_S1_DETECT ? 0 : 1; in sa1111_pcmcia_socket_state()
|
| /drivers/gpu/drm/bridge/ |
| A D | megachips-stdpxxxx-ge-b850v3-fw.c | 150 .detect = ge_b850v3_lvds_detect, 218 .detect = ge_b850v3_lvds_bridge_detect,
|
| /drivers/platform/cznic/ |
| A D | Kconfig | 43 - enable / disable USB port voltage regulators and to detect USB 45 - detect MiniPCIe / mSATA card presence in MiniPCIe port 0,
|
| /drivers/gpu/drm/i915/display/ |
| A D | intel_dvo_dev.h | 90 enum drm_connector_status (*detect)(struct intel_dvo_device *dvo); member
|
| A D | intel_crt.c | 747 int count, detect; in intel_crt_load_detect() local 781 detect = 0; in intel_crt_load_detect() 788 detect++; in intel_crt_load_detect() 802 status = detect * 4 > count * 3 ? in intel_crt_load_detect()
|
| /drivers/media/i2c/ |
| A D | dw9719.c | 81 static int dw9719_power_up(struct dw9719_device *dw9719, bool detect) in dw9719_power_up() argument 97 if (detect) { in dw9719_power_up()
|
| /drivers/gpu/drm/nouveau/dispnv04/ |
| A D | nouveau_i2c_encoder.c | 134 return get_encoder_i2c_funcs(encoder)->detect(encoder, connector); in nouveau_i2c_encoder_detect()
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
| A D | ic.c | 44 to_i2c_driver(client->dev.driver)->detect(client, info)) { in probe_monitoring_device()
|
| /drivers/gpu/drm/nouveau/include/dispnv04/i2c/ |
| A D | encoder_i2c.h | 100 enum drm_connector_status (*detect)(struct drm_encoder *encoder, member
|
| /drivers/gpu/drm/loongson/ |
| A D | lsdc_output_7a1000.c | 94 .detect = ls7a1000_dpi_connector_detect,
|