Home
last modified time | relevance | path

Searched refs:supported_ranges (Results 1 – 20 of 20) sorted by relevance

/dports/net-mgmt/spectools/spectools-2011-08-R1/
H A Dwispy_hw_24x.c290 list->list[list->num_devs].supported_ranges = in wispy24x_usb_device_scan()
400 phydev->device_spec->supported_ranges = in wispy24x_usb_init_path()
883 if (phydev->device_spec->supported_ranges) in wispy24x_usb_setposition()
884 free(phydev->device_spec->supported_ranges); in wispy24x_usb_setposition()
885 phydev->device_spec->supported_ranges = in wispy24x_usb_setposition()
899 phydev->device_spec->supported_ranges[0].end_khz = in wispy24x_usb_setposition()
905 phydev->device_spec->supported_ranges[0].end_khz = in wispy24x_usb_setposition()
922 phydev->device_spec->supported_ranges[0].start_khz; in wispy24x_usb_setposition()
924 phydev->device_spec->supported_ranges[0].end_khz; in wispy24x_usb_setposition()
926 phydev->device_spec->supported_ranges[0].res_hz; in wispy24x_usb_setposition()
[all …]
H A Dubertooth_hw_u1.c271 list->list[list->num_devs].supported_ranges = in ubertooth_u1_device_scan()
381 phydev->device_spec->supported_ranges = in ubertooth_u1_init_path()
811 phydev->device_spec->supported_ranges[0].start_khz; in ubertooth_u1_build_sweepbuf()
813 phydev->device_spec->supported_ranges[0].end_khz; in ubertooth_u1_build_sweepbuf()
815 phydev->device_spec->supported_ranges[0].res_hz; in ubertooth_u1_build_sweepbuf()
817 phydev->device_spec->supported_ranges[0].num_samples; in ubertooth_u1_build_sweepbuf()
824 phydev->device_spec->supported_ranges[0].rssi_max; in ubertooth_u1_build_sweepbuf()
856 if (phydev->device_spec->supported_ranges) in ubertooth_u1_setposition()
857 free(phydev->device_spec->supported_ranges); in ubertooth_u1_setposition()
858 phydev->device_spec->supported_ranges = in ubertooth_u1_setposition()
[all …]
H A Dwispy_hw_gen1.c242 list->list[list->num_devs].supported_ranges = in wispy1_usb_device_scan()
246 list->list[list->num_devs].supported_ranges[0].name = in wispy1_usb_device_scan()
249 list->list[list->num_devs].supported_ranges[0].end_khz = 2484000; in wispy1_usb_device_scan()
251 list->list[list->num_devs].supported_ranges[0].num_samples = in wispy1_usb_device_scan()
254 list->list[list->num_devs].supported_ranges[0].amp_offset_mdbm = in wispy1_usb_device_scan()
256 list->list[list->num_devs].supported_ranges[0].amp_res_mdbm = in wispy1_usb_device_scan()
258 list->list[list->num_devs].supported_ranges[0].rssi_max = in wispy1_usb_device_scan()
348 phydev->device_spec->supported_ranges = in wispy1_usb_init_path()
352 phydev->device_spec->supported_ranges[0].start_khz = 2400000; in wispy1_usb_init_path()
353 phydev->device_spec->supported_ranges[0].end_khz = 2484000; in wispy1_usb_init_path()
[all …]
H A Dwispy_hw_dbx.c516 &(list->list[list->num_devs].supported_ranges)); in wispydbx_usb_device_scan()
520 &(list->list[list->num_devs].supported_ranges)); in wispydbx_usb_device_scan()
524 &(list->list[list->num_devs].supported_ranges)); in wispydbx_usb_device_scan()
663 &phydev->device_spec->supported_ranges); in wispydbx_usb_init_path()
667 &phydev->device_spec->supported_ranges); in wispydbx_usb_init_path()
671 &phydev->device_spec->supported_ranges); in wispydbx_usb_init_path()
1293 phydev->device_spec->supported_ranges[in_profile].start_khz; in wispydbx_usb_setposition()
1295 phydev->device_spec->supported_ranges[in_profile].end_khz; in wispydbx_usb_setposition()
1297 phydev->device_spec->supported_ranges[in_profile].res_hz; in wispydbx_usb_setposition()
1299 phydev->device_spec->supported_ranges[in_profile].num_samples; in wispydbx_usb_setposition()
[all …]
H A Dspectool_net_client.c531 phyret->device_spec->supported_ranges = in spectool_netcli_enabledev()
534 phyret->device_spec->supported_ranges[0].num_samples = sni->def_num_samples; in spectool_netcli_enabledev()
535 phyret->device_spec->supported_ranges[0].amp_offset_mdbm = sni->amp_offset_mdbm; in spectool_netcli_enabledev()
536 phyret->device_spec->supported_ranges[0].amp_res_mdbm = sni->amp_res_mdbm; in spectool_netcli_enabledev()
537 phyret->device_spec->supported_ranges[0].rssi_max = sni->rssi_max; in spectool_netcli_enabledev()
539 phyret->device_spec->supported_ranges[0].start_khz = sni->start_khz; in spectool_netcli_enabledev()
540 phyret->device_spec->supported_ranges[0].end_khz = in spectool_netcli_enabledev()
543 phyret->device_spec->supported_ranges[0].res_hz = sni->res_hz; in spectool_netcli_enabledev()
545 phyret->device_spec->default_range = phyret->device_spec->supported_ranges; in spectool_netcli_enabledev()
H A Dspectool_container.h136 spectool_sample_sweep *supported_ranges; member
230 spectool_sample_sweep *supported_ranges; member
H A Dspectool_curses.c137 &(list.list[x].supported_ranges[r]); in main()
345 spectool_sample_sweep *ran = &(dev->device_spec->supported_ranges[0]); in main()
H A Dspectool_raw.c149 &(list.list[x].supported_ranges[r]); in main()
H A Dspectool_container.c370 return &(phydev->device_spec->supported_ranges[phydev->device_spec->cur_profile]); in spectool_phy_getcurprofile()
H A Dspectool_net_server.c850 &(list.list[x].supported_ranges[r]); in main()
H A Dspectool_gtk_hw_registry.c710 dpaux->devlist.list[x].supported_ranges[s].name); in wdr_devpicker_populate()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_color_mgmt.c525 u32 supported_ranges, in drm_plane_create_color_properties() argument
540 if (WARN_ON(supported_ranges == 0 || in drm_plane_create_color_properties()
541 (supported_ranges & -BIT(DRM_COLOR_RANGE_MAX)) != 0 || in drm_plane_create_color_properties()
542 (supported_ranges & BIT(default_range)) == 0)) in drm_plane_create_color_properties()
566 if ((supported_ranges & BIT(i)) == 0) in drm_plane_create_color_properties()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_color_mgmt.c525 u32 supported_ranges, in drm_plane_create_color_properties() argument
540 if (WARN_ON(supported_ranges == 0 || in drm_plane_create_color_properties()
541 (supported_ranges & -BIT(DRM_COLOR_RANGE_MAX)) != 0 || in drm_plane_create_color_properties()
542 (supported_ranges & BIT(default_range)) == 0)) in drm_plane_create_color_properties()
566 if ((supported_ranges & BIT(i)) == 0) in drm_plane_create_color_properties()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_color_mgmt.c525 u32 supported_ranges, in drm_plane_create_color_properties() argument
540 if (WARN_ON(supported_ranges == 0 || in drm_plane_create_color_properties()
541 (supported_ranges & -BIT(DRM_COLOR_RANGE_MAX)) != 0 || in drm_plane_create_color_properties()
542 (supported_ranges & BIT(default_range)) == 0)) in drm_plane_create_color_properties()
566 if ((supported_ranges & BIT(i)) == 0) in drm_plane_create_color_properties()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/drm/
H A Ddrm_color_mgmt.h92 u32 supported_ranges,
/dports/multimedia/libv4l/linux-5.13-rc2/include/drm/
H A Ddrm_color_mgmt.h92 u32 supported_ranges,
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/drm/
H A Ddrm_color_mgmt.h92 u32 supported_ranges,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/sun4i/
H A Dsun8i_vi_layer.c541 u32 supported_encodings, supported_ranges; in sun8i_vi_layer_init_one() local
591 supported_ranges = BIT(DRM_COLOR_YCBCR_LIMITED_RANGE) | in sun8i_vi_layer_init_one()
596 supported_ranges, in sun8i_vi_layer_init_one()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/sun4i/
H A Dsun8i_vi_layer.c541 u32 supported_encodings, supported_ranges; in sun8i_vi_layer_init_one() local
591 supported_ranges = BIT(DRM_COLOR_YCBCR_LIMITED_RANGE) | in sun8i_vi_layer_init_one()
596 supported_ranges, in sun8i_vi_layer_init_one()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/sun4i/
H A Dsun8i_vi_layer.c541 u32 supported_encodings, supported_ranges; in sun8i_vi_layer_init_one() local
591 supported_ranges = BIT(DRM_COLOR_YCBCR_LIMITED_RANGE) | in sun8i_vi_layer_init_one()
596 supported_ranges, in sun8i_vi_layer_init_one()