Home
last modified time | relevance | path

Searched refs:mode_flags (Results 1 – 25 of 127) sorted by relevance

123456

/linux-6.3-rc2/sound/pci/emu10k1/
A Demu10k1_patch.c72 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_NO_BLANK) in snd_emu10k1_sample_new()
77 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) in snd_emu10k1_sample_new()
92 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) in snd_emu10k1_sample_new()
101 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) in snd_emu10k1_sample_new()
117 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) { in snd_emu10k1_sample_new()
135 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_BIDIR_LOOP) { in snd_emu10k1_sample_new()
150 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) in snd_emu10k1_sample_new()
163 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_NO_BLANK) { in snd_emu10k1_sample_new()
172 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_UNSIGNED) { in snd_emu10k1_sample_new()
174 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS)) { in snd_emu10k1_sample_new()
[all …]
/linux-6.3-rc2/sound/isa/sb/
A Demu8000_patch.c160 if (sp->v.mode_flags & (SNDRV_SFNT_SAMPLE_BIDIR_LOOP|SNDRV_SFNT_SAMPLE_REVERSE_LOOP)) in snd_emu8000_sample_new()
162 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_NO_BLANK) in snd_emu8000_sample_new()
172 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS) { in snd_emu8000_sample_new()
217 s = read_word(data, offset, sp->v.mode_flags); in snd_emu8000_sample_new()
227 (sp->v.mode_flags & (SNDRV_SFNT_SAMPLE_BIDIR_LOOP|SNDRV_SFNT_SAMPLE_REVERSE_LOOP))) in snd_emu8000_sample_new()
234 s = read_word(data, offset - k, sp->v.mode_flags); in snd_emu8000_sample_new()
237 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_BIDIR_LOOP) { in snd_emu8000_sample_new()
248 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_NO_BLANK) { in snd_emu8000_sample_new()
252 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_SINGLESHOT) { in snd_emu8000_sample_new()
/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_dsi_dcs_backlight.c74 unsigned long mode_flags; in dcs_set_backlight() local
85 mode_flags = dsi_device->mode_flags; in dcs_set_backlight()
86 dsi_device->mode_flags &= ~MIPI_DSI_MODE_LPM; in dcs_set_backlight()
89 dsi_device->mode_flags = mode_flags; in dcs_set_backlight()
/linux-6.3-rc2/drivers/gpu/drm/panel/
A Dpanel-jdi-lt070me05000.c61 dsi->mode_flags |= MIPI_DSI_MODE_LPM; in jdi_panel_init()
151 dsi->mode_flags |= MIPI_DSI_MODE_LPM; in jdi_panel_on()
166 dsi->mode_flags &= ~MIPI_DSI_MODE_LPM; in jdi_panel_off()
333 dsi->mode_flags &= ~MIPI_DSI_MODE_LPM; in dsi_dcs_bl_get_brightness()
339 dsi->mode_flags |= MIPI_DSI_MODE_LPM; in dsi_dcs_bl_get_brightness()
349 dsi->mode_flags &= ~MIPI_DSI_MODE_LPM; in dsi_dcs_bl_update_status()
355 dsi->mode_flags |= MIPI_DSI_MODE_LPM; in dsi_dcs_bl_update_status()
461 dsi->mode_flags = MIPI_DSI_MODE_VIDEO_HSE | MIPI_DSI_MODE_VIDEO | in jdi_panel_probe()
A Dpanel-raydium-rm67191.c328 dsi->mode_flags |= MIPI_DSI_MODE_LPM; in rad_panel_enable()
412 dsi->mode_flags |= MIPI_DSI_MODE_LPM; in rad_panel_disable()
474 dsi->mode_flags &= ~MIPI_DSI_MODE_LPM; in rad_bl_get_brightness()
494 dsi->mode_flags &= ~MIPI_DSI_MODE_LPM; in rad_bl_update_status()
556 dsi->mode_flags = MIPI_DSI_MODE_VIDEO_HSE | MIPI_DSI_MODE_VIDEO; in rad_panel_probe()
563 dsi->mode_flags |= MIPI_DSI_MODE_VIDEO_BURST; in rad_panel_probe()
570 dsi->mode_flags |= MIPI_DSI_MODE_VIDEO_SYNC_PULSE; in rad_panel_probe()
A Dpanel-novatek-nt35950.c292 nt->dsi[0]->mode_flags |= MIPI_DSI_MODE_LPM; in nt35950_on()
293 nt->dsi[1]->mode_flags |= MIPI_DSI_MODE_LPM; in nt35950_on()
361 nt->dsi[0]->mode_flags &= ~MIPI_DSI_MODE_LPM; in nt35950_on()
362 nt->dsi[1]->mode_flags &= ~MIPI_DSI_MODE_LPM; in nt35950_on()
387 nt->dsi[0]->mode_flags |= MIPI_DSI_MODE_LPM; in nt35950_off()
388 nt->dsi[1]->mode_flags |= MIPI_DSI_MODE_LPM; in nt35950_off()
597 nt->dsi[i]->mode_flags = MIPI_DSI_CLOCK_NON_CONTINUOUS | in nt35950_probe()
601 nt->dsi[i]->mode_flags |= MIPI_DSI_MODE_VIDEO; in nt35950_probe()
A Dpanel-asus-z00t-tm5p5-n35596.c205 dsi->mode_flags &= ~MIPI_DSI_MODE_LPM; in tm5p5_nt35596_bl_update_status()
211 dsi->mode_flags |= MIPI_DSI_MODE_LPM; in tm5p5_nt35596_bl_update_status()
222 dsi->mode_flags &= ~MIPI_DSI_MODE_LPM; in tm5p5_nt35596_bl_get_brightness()
228 dsi->mode_flags |= MIPI_DSI_MODE_LPM; in tm5p5_nt35596_bl_get_brightness()
283 dsi->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST | in tm5p5_nt35596_probe()
A Dpanel-boe-himax8279d.c36 unsigned long mode_flags; member
528 .mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
828 .mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
903 dsi->mode_flags = desc->mode_flags; in panel_probe()
A Dpanel-sharp-ls043t1le01.c46 dsi->mode_flags |= MIPI_DSI_MODE_LPM; in sharp_nt_panel_init()
73 dsi->mode_flags |= MIPI_DSI_MODE_LPM; in sharp_nt_panel_on()
87 dsi->mode_flags &= ~MIPI_DSI_MODE_LPM; in sharp_nt_panel_off()
282 dsi->mode_flags = MIPI_DSI_MODE_VIDEO | in sharp_nt_panel_probe()
A Dpanel-truly-nt35597.c337 ctx->dsi[0]->mode_flags = 0; in truly_nt35597_unprepare()
338 ctx->dsi[1]->mode_flags = 0; in truly_nt35597_unprepare()
377 ctx->dsi[0]->mode_flags |= MIPI_DSI_MODE_LPM; in truly_nt35597_prepare()
378 ctx->dsi[1]->mode_flags |= MIPI_DSI_MODE_LPM; in truly_nt35597_prepare()
601 dsi_dev->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_LPM | in truly_nt35597_probe()
A Dpanel-sitronix-st7703.c66 unsigned long mode_flags; member
151 .mode_flags = MIPI_DSI_MODE_VIDEO |
336 .mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE,
532 dsi->mode_flags = ctx->desc->mode_flags; in st7703_probe()
A Dpanel-boe-tv101wum-nl6.c34 unsigned long mode_flags; member
1183 dsi->mode_flags &= ~MIPI_DSI_MODE_LPM; in boe_panel_enter_sleep_mode()
1329 .mode_flags = MIPI_DSI_MODE_LPM | MIPI_DSI_MODE_VIDEO
1358 .mode_flags = MIPI_DSI_MODE_LPM | MIPI_DSI_MODE_VIDEO
1386 .mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
1413 .mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
1441 .mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
1468 .mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
1495 .mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
1609 dsi->mode_flags = desc->mode_flags; in boe_panel_probe()
A Dpanel-himax-hx8394.c79 unsigned long mode_flags; member
201 .mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST,
366 dsi->mode_flags = ctx->desc->mode_flags; in hx8394_probe()
A Dpanel-ebbg-ft8719.c63 dsi->mode_flags |= MIPI_DSI_MODE_LPM; in ebbg_ft8719_on()
96 dsi->mode_flags &= ~MIPI_DSI_MODE_LPM; in ebbg_ft8719_off()
231 dsi->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST | in ebbg_ft8719_probe()
A Dpanel-jdi-fhd-r63452.c48 dsi->mode_flags |= MIPI_DSI_MODE_LPM; in jdi_fhd_r63452_on()
128 dsi->mode_flags &= ~MIPI_DSI_MODE_LPM; in jdi_fhd_r63452_off()
254 dsi->mode_flags = MIPI_DSI_MODE_VIDEO_BURST | in jdi_fhd_r63452_probe()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lag/
A Ddebugfs.c47 mode = mlx5_get_str_port_sel_mode(ldev->mode, ldev->mode_flags); in port_sel_mode_show()
86 shared_fdb = test_bit(MLX5_LAG_MODE_FLAG_SHARED_FDB, &ldev->mode_flags); in flags_show()
88 &ldev->mode_flags); in flags_show()
115 if (test_bit(MLX5_LAG_MODE_FLAG_HASH_BASED, &ldev->mode_flags)) { in mapping_show()
/linux-6.3-rc2/drivers/gpu/drm/mcde/
A Dmcde_dsi.c164 if (d->mdsi->mode_flags & MIPI_DSI_MODE_VIDEO) in mcde_dsi_attach_to_mcde()
184 dev_info(d->dev, "mode flags: %08lx\n", mdsi->mode_flags); in mcde_dsi_host_attach()
442 if (d->mdsi->mode_flags & MIPI_DSI_MODE_VIDEO_BURST) in mcde_dsi_setup_video_mode()
444 if (d->mdsi->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) { in mcde_dsi_setup_video_mode()
653 && (d->mdsi->mode_flags & MIPI_DSI_MODE_VIDEO_BURST)) in mcde_dsi_setup_video_mode()
671 if (d->mdsi->mode_flags & MIPI_DSI_MODE_VIDEO_BURST) { in mcde_dsi_setup_video_mode()
763 if (!(d->mdsi->mode_flags & MIPI_DSI_MODE_NO_EOT_PACKET)) in mcde_dsi_start()
845 if (d->mdsi->mode_flags & MIPI_DSI_MODE_LPM) in mcde_dsi_start()
918 if (d->mdsi->mode_flags & MIPI_DSI_MODE_VIDEO) { in mcde_dsi_enable()
949 if (d->mdsi->mode_flags & MIPI_DSI_MODE_LPM) in mcde_dsi_enable()
[all …]
/linux-6.3-rc2/include/drm/bridge/
A Ddw_mipi_dsi.h35 unsigned long mode_flags, u32 lanes, u32 format,
55 unsigned long mode_flags,
/linux-6.3-rc2/drivers/gpu/drm/rcar-du/
A Drzg2l_mipi_dsi.c47 unsigned long mode_flags; member
370 if ((dsi->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) && in rzg2l_mipi_dsi_set_display_timing()
371 !(dsi->mode_flags & MIPI_DSI_MODE_VIDEO_BURST)) in rzg2l_mipi_dsi_set_display_timing()
411 if (dsi->mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS) in rzg2l_mipi_dsi_set_display_timing()
427 is_clk_cont = !(dsi->mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS); in rzg2l_mipi_dsi_start_hs_clock()
457 is_clk_cont = !(dsi->mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS); in rzg2l_mipi_dsi_stop_hs_clock()
630 dsi->mode_flags = device->mode_flags; in rzg2l_mipi_dsi_host_attach()
/linux-6.3-rc2/drivers/gpu/drm/exynos/
A Dexynos_drm_dsi.c288 u32 mode_flags; member
808 if (dsi->mode_flags & MIPI_DSI_MODE_VIDEO) { in exynos_dsi_init_link()
819 if (dsi->mode_flags & MIPI_DSI_MODE_VIDEO_BURST) in exynos_dsi_init_link()
823 if (dsi->mode_flags & MIPI_DSI_MODE_VIDEO_HSE) in exynos_dsi_init_link()
825 if (dsi->mode_flags & MIPI_DSI_MODE_VIDEO_NO_HFP) in exynos_dsi_init_link()
827 if (dsi->mode_flags & MIPI_DSI_MODE_VIDEO_NO_HBP) in exynos_dsi_init_link()
829 if (dsi->mode_flags & MIPI_DSI_MODE_VIDEO_NO_HSA) in exynos_dsi_init_link()
833 if (dsi->mode_flags & MIPI_DSI_MODE_NO_EOT_PACKET) in exynos_dsi_init_link()
902 if (dsi->mode_flags & MIPI_DSI_MODE_VIDEO) { in exynos_dsi_set_display_mode()
1516 dsi->mode_flags = device->mode_flags; in exynos_dsi_host_attach()
[all …]
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dxdping.c89 __u32 mode_flags = XDP_FLAGS_DRV_MODE | XDP_FLAGS_SKB_MODE; in main() local
151 if ((xdp_flags & mode_flags) == mode_flags) { in main()
/linux-6.3-rc2/drivers/gpu/drm/bridge/synopsys/
A Ddw-mipi-dsi.c253 unsigned long mode_flags; member
329 dsi->mode_flags = device->mode_flags; in dw_mipi_dsi_host_attach()
550 if (dsi->mode_flags & MIPI_DSI_MODE_VIDEO_BURST) in dw_mipi_dsi_video_mode_config()
552 else if (dsi->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) in dw_mipi_dsi_video_mode_config()
570 unsigned long mode_flags) in dw_mipi_dsi_set_mode() argument
576 if (mode_flags & MIPI_DSI_MODE_VIDEO) { in dw_mipi_dsi_set_mode()
584 if (dsi->mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS) in dw_mipi_dsi_set_mode()
909 ret = phy_ops->get_lane_mbps(priv_data, adjusted_mode, dsi->mode_flags, in dw_mipi_dsi_mode_set()
978 dsi->mode_flags, in dw_mipi_dsi_bridge_mode_valid()
1206 dsi->slave->mode_flags = dsi->mode_flags; in dw_mipi_dsi_set_slave()
/linux-6.3-rc2/drivers/gpu/drm/mediatek/
A Dmtk_dsi.c200 unsigned long mode_flags; member
333 if (dsi->mode_flags & MIPI_DSI_MODE_VIDEO) { in mtk_dsi_set_mode()
334 if (dsi->mode_flags & MIPI_DSI_MODE_VIDEO_BURST) in mtk_dsi_set_mode()
336 else if (dsi->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) in mtk_dsi_set_mode()
407 if (dsi->mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS) in mtk_dsi_rxtx_control()
410 if (!(dsi->mode_flags & MIPI_DSI_MODE_NO_EOT_PACKET)) in mtk_dsi_rxtx_control()
477 if (dsi->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) in mtk_dsi_config_vdo_timing()
486 delta = dsi->mode_flags & MIPI_DSI_MODE_VIDEO_BURST ? 18 : 12; in mtk_dsi_config_vdo_timing()
487 delta += dsi->mode_flags & MIPI_DSI_MODE_NO_EOT_PACKET ? 2 : 0; in mtk_dsi_config_vdo_timing()
505 if ((dsi->mode_flags & MIPI_DSI_HS_PKT_END_ALIGNED) && in mtk_dsi_config_vdo_timing()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/bridge/
A Dtc358768.c394 if (!(dev->mode_flags & MIPI_DSI_MODE_VIDEO)) { in tc358768_dsi_host_attach()
633 unsigned long mode_flags = dsi_dev->mode_flags; in tc358768_bridge_pre_enable() local
641 if (mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS) { in tc358768_bridge_pre_enable()
643 mode_flags &= ~MIPI_DSI_CLOCK_NON_CONTINUOUS; in tc358768_bridge_pre_enable()
784 if (!(mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS)) in tc358768_bridge_pre_enable()
799 if (dsi_dev->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) { in tc358768_bridge_pre_enable()
869 if (!(dsi_dev->mode_flags & MIPI_DSI_MODE_LPM)) in tc358768_bridge_pre_enable()
872 if (!(mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS)) in tc358768_bridge_pre_enable()
875 if (dsi_dev->mode_flags & MIPI_DSI_MODE_NO_EOT_PACKET) in tc358768_bridge_pre_enable()
/linux-6.3-rc2/drivers/gpu/drm/stm/
A Ddw_mipi_dsi-stm.c242 unsigned long mode_flags, u32 lanes, u32 format, in dw_mipi_dsi_get_lane_mbps() argument
257 if (mode_flags & MIPI_DSI_MODE_VIDEO_BURST) in dw_mipi_dsi_get_lane_mbps()
330 unsigned long mode_flags, u32 lanes, u32 format) in dw_mipi_dsi_stm_mode_valid() argument
346 if (mode_flags & MIPI_DSI_MODE_VIDEO_BURST) { in dw_mipi_dsi_stm_mode_valid()
365 if (!(mode_flags & MIPI_DSI_MODE_VIDEO_BURST)) { in dw_mipi_dsi_stm_mode_valid()
394 if (mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) { in dw_mipi_dsi_stm_mode_valid()

Completed in 48 milliseconds

123456