/dports/net-mgmt/spectools/spectools-2011-08-R1/ |
H A D | wispy_hw_24x.c | 290 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 D | ubertooth_hw_u1.c | 271 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 D | wispy_hw_gen1.c | 242 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 D | wispy_hw_dbx.c | 516 &(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 D | spectool_net_client.c | 531 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 D | spectool_container.h | 136 spectool_sample_sweep *supported_ranges; member 230 spectool_sample_sweep *supported_ranges; member
|
H A D | spectool_curses.c | 137 &(list.list[x].supported_ranges[r]); in main() 345 spectool_sample_sweep *ran = &(dev->device_spec->supported_ranges[0]); in main()
|
H A D | spectool_raw.c | 149 &(list.list[x].supported_ranges[r]); in main()
|
H A D | spectool_container.c | 370 return &(phydev->device_spec->supported_ranges[phydev->device_spec->cur_profile]); in spectool_phy_getcurprofile()
|
H A D | spectool_net_server.c | 850 &(list.list[x].supported_ranges[r]); in main()
|
H A D | spectool_gtk_hw_registry.c | 710 dpaux->devlist.list[x].supported_ranges[s].name); in wdr_devpicker_populate()
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/ |
H A D | drm_color_mgmt.c | 525 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 D | drm_color_mgmt.c | 525 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 D | drm_color_mgmt.c | 525 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 D | drm_color_mgmt.h | 92 u32 supported_ranges,
|
/dports/multimedia/libv4l/linux-5.13-rc2/include/drm/ |
H A D | drm_color_mgmt.h | 92 u32 supported_ranges,
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/drm/ |
H A D | drm_color_mgmt.h | 92 u32 supported_ranges,
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/sun4i/ |
H A D | sun8i_vi_layer.c | 541 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 D | sun8i_vi_layer.c | 541 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 D | sun8i_vi_layer.c | 541 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()
|