Searched refs:det (Results 1 – 7 of 7) sorted by relevance
| /drivers/isdn/mISDN/ |
| A D | dsp_ecdis.h | 38 biquad2_init(&det->notch, in echo_can_disable_detector_init() 45 det->channel_level = 0; in echo_can_disable_detector_init() 46 det->notch_level = 0; in echo_can_disable_detector_init() 49 det->good_cycles = 0; in echo_can_disable_detector_init() 50 det->hit = 0; in echo_can_disable_detector_init() 67 det->channel_level += ((abs(amp) - det->channel_level) >> 5); in echo_can_disable_detector_update() 68 det->notch_level += ((abs(notched) - det->notch_level) >> 4); in echo_can_disable_detector_update() 72 if (det->notch_level * 6 < det->channel_level) { in echo_can_disable_detector_update() 80 det->hit = TRUE; in echo_can_disable_detector_update() 91 det->good_cycles = 0; in echo_can_disable_detector_update() [all …]
|
| /drivers/media/platform/aspeed/ |
| A D | aspeed-video.c | 999 if (vsync > det->height) in aspeed_video_get_timings() 1003 if (hsync > det->width) in aspeed_video_get_timings() 1011 det->vsync = vsync; in aspeed_video_get_timings() 1013 det->vbackporch = v->frame_top; in aspeed_video_get_timings() 1015 det->vsync = vtotal - vsync; in aspeed_video_get_timings() 1021 det->hsync = hsync; in aspeed_video_get_timings() 1023 det->hbackporch = v->frame_left; in aspeed_video_get_timings() 1025 det->hsync = htotal - hsync; in aspeed_video_get_timings() 1041 det->width = MIN_WIDTH; in aspeed_video_get_resolution() 1042 det->height = MIN_HEIGHT; in aspeed_video_get_resolution() [all …]
|
| /drivers/gpu/drm/nouveau/dispnv04/i2c/ |
| A D | ch7006_drv.c | 185 int det; in ch7006_encoder_detect() local 201 det = ch7006_read(client, CH7006_DETECT); in ch7006_encoder_detect() 207 if ((det & (CH7006_DETECT_SVIDEO_Y_TEST| in ch7006_encoder_detect() 211 else if ((det & (CH7006_DETECT_SVIDEO_Y_TEST| in ch7006_encoder_detect() 214 else if ((det & CH7006_DETECT_CVBS_TEST) == 0) in ch7006_encoder_detect()
|
| /drivers/media/platform/nuvoton/ |
| A D | npcm-video.c | 862 struct v4l2_bt_timings *det = &video->detected_timings; in npcm_video_detect_resolution() local 866 det->width = npcm_video_hres(video); in npcm_video_detect_resolution() 867 det->height = npcm_video_vres(video); in npcm_video_detect_resolution() 869 if (act->width != det->width || act->height != det->height) { in npcm_video_detect_resolution() 886 det->width = npcm_video_hres(video); in npcm_video_detect_resolution() 887 det->height = npcm_video_vres(video); in npcm_video_detect_resolution() 888 det->pixelclock = npcm_video_pclk(video); in npcm_video_detect_resolution() 894 if (det->width && det->height) { in npcm_video_detect_resolution() 897 act->width, act->height, det->width, det->height, in npcm_video_detect_resolution() 901 dev_err(video->dev, "Got invalid resolution[%dx%d]\n", det->width, in npcm_video_detect_resolution() [all …]
|
| /drivers/infiniband/hw/mlx4/ |
| A D | alias_GUID.c | 801 struct mlx4_sriov_alias_guid_port_rec_det *det; in mlx4_ib_destroy_alias_guid_service() local 806 det = &sriov->alias_guid.ports_guid[i]; in mlx4_ib_destroy_alias_guid_service() 807 cancel_delayed_work_sync(&det->alias_guid_work); in mlx4_ib_destroy_alias_guid_service() 809 while (!list_empty(&det->cb_list)) { in mlx4_ib_destroy_alias_guid_service() 810 cb_ctx = list_entry(det->cb_list.next, in mlx4_ib_destroy_alias_guid_service()
|
| /drivers/ata/ |
| A D | libata-eh.c | 2090 u8 det, ipm; in ata_eh_link_established() local 2100 det = sstatus & 0x0f; in ata_eh_link_established() 2103 return (det & 0x01) && ipm; in ata_eh_link_established()
|
| /drivers/gpu/drm/ |
| A D | drm_edid.c | 6835 struct displayid_detailed_timing_block *det = (struct displayid_detailed_timing_block *)block; in add_displayid_detailed_1_modes() local 6847 struct displayid_detailed_timings_1 *timings = &det->timings[i]; in add_displayid_detailed_1_modes()
|
Completed in 35 milliseconds