/linux-6.6.21/Documentation/devicetree/bindings/phy/ |
D | qcom,usb-snps-femto-v2.yaml | 69 The hardware accepts only discrete values. The value closest to the 78 The hardware accepts only discrete values. The value closest to the 86 The hardware accepts only discrete values. The value closest to the 98 The hardware accepts only discrete values. The value closest to the 110 The hardware accepts only discrete values. The value closest to the 118 The hardware accepts only discrete values. The value closest to the 127 The hardware accepts only discrete values. The value closest to the 137 resistance on the USB. The hardware accepts only discrete values. The 148 The hardware accepts only discrete values. The value closest to the
|
/linux-6.6.21/Documentation/gpu/rfc/ |
D | i915_gem_lmem.rst | 15 * TTM shrinker for discrete 18 * Route shmem backend over to TTM SYSTEM for discrete
|
D | i915_small_bar.rst | 45 2) On discrete and newer integrated platforms we now reject error capture
|
/linux-6.6.21/drivers/usb/gadget/function/ |
D | uvc_v4l2.c | 323 fival->discrete.numerator = in uvc_v4l2_enum_frameintervals() 328 fival->discrete.denominator = 10000000; in uvc_v4l2_enum_frameintervals() 329 v4l2_simplify_fraction(&fival->discrete.numerator, in uvc_v4l2_enum_frameintervals() 330 &fival->discrete.denominator, 8, 333); in uvc_v4l2_enum_frameintervals() 356 fsize->discrete.width = uframe->frame.w_width; in uvc_v4l2_enum_framesizes() 357 fsize->discrete.height = uframe->frame.w_height; in uvc_v4l2_enum_framesizes()
|
/linux-6.6.21/drivers/platform/x86/intel/int3472/ |
D | Makefile | 3 intel_skl_int3472_discrete-y := discrete.o clk_and_regulator.o led.o common.o
|
D | Kconfig | 20 set of discrete GPIOs and power gates.
|
/linux-6.6.21/drivers/usb/renesas_usbhs/ |
D | Kconfig | 12 Renesas USBHS is a discrete USB host and peripheral controller chip
|
/linux-6.6.21/Documentation/hwmon/ |
D | amc6821.rst | 75 It can only have certain discrete values 91 speed. It can only have certain discrete
|
/linux-6.6.21/drivers/usb/gadget/udc/ |
D | Kconfig | 21 # before discrete ones so they will be the initial/default value: 23 # - licensed IP used in both SOC and discrete versions 24 # - discrete ones (including all PCI-only controllers) 162 R8A66597 is a discrete USB host and peripheral controller chip that 174 Renesas USBHS is a discrete USB host and peripheral controller chip 276 # Controllers available in both integrated and discrete versions 283 M66592 is a discrete USB peripheral controller chip that 294 # Controllers available only in discrete form (and all PCI controllers)
|
/linux-6.6.21/drivers/media/platform/verisilicon/ |
D | hantro_postproc.c | 171 fsize->discrete.width = ctx->src_fmt.width >> fsize->index; in hantro_postproc_g2_enum_framesizes() 172 fsize->discrete.height = ctx->src_fmt.height >> fsize->index; in hantro_postproc_g2_enum_framesizes()
|
/linux-6.6.21/Documentation/devicetree/bindings/media/i2c/ |
D | chrontel,ch7322.yaml | 13 The Chrontel CH7322 is a discrete HDMI-CEC controller. It is
|
/linux-6.6.21/Documentation/devicetree/bindings/clock/ |
D | maxim,max9485.txt | 6 - MAX9485_CLKOUT: A PLL that can be configured to 16 different discrete
|
/linux-6.6.21/Documentation/userspace-api/media/v4l/ |
D | vidioc-enum-framesizes.rst | 52 ``discrete`` member is valid. 153 - ``discrete``
|
D | vidioc-enum-frameintervals.rst | 51 the `discrete` member is valid. 145 - ``discrete``
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-platform-asus-wmi | 67 can be toggled to boot with only the dGPU (discrete mode) or in 78 Disable discrete GPU:
|
/linux-6.6.21/Documentation/admin-guide/ |
D | rtc.rst | 128 integrated into embeddable system-on-chip (SOC) processors to discrete chips 134 example, maybe the low-power battery-backed RTC is a discrete I2C chip, but 136 the system clock from the discrete RTC, but use the integrated one for all
|
/linux-6.6.21/Documentation/trace/rv/ |
D | deterministic_automata.rst | 158 The automata formalism allows modeling discrete event systems (DES) in 176 Cassandras, Christos G., and Stephane Lafortune, eds. Introduction to discrete
|
/linux-6.6.21/drivers/input/touchscreen/ |
D | sur40.c | 1074 f->discrete.width = sur40->pix_fmt.width; in sur40_vidioc_enum_framesizes() 1075 f->discrete.height = sur40->pix_fmt.height; in sur40_vidioc_enum_framesizes() 1091 f->discrete.denominator = 60; in sur40_vidioc_enum_frameintervals() 1092 f->discrete.numerator = 1; in sur40_vidioc_enum_frameintervals()
|
/linux-6.6.21/Documentation/driver-api/surface_aggregator/clients/ |
D | san.rst | 14 relating to the discrete GPU (dGPU) of the Surface Book 2 can be sent from
|
/linux-6.6.21/drivers/platform/surface/ |
D | Kconfig | 161 battery, the keyboard, and, optionally, a discrete GPU) by (if 191 hot-pluggable discrete GPU (dGPU). When not in use, the dGPU on those 218 'low-power' can significantly limit performance of the discrete GPU on
|
/linux-6.6.21/drivers/media/usb/pwc/ |
D | pwc-v4l.c | 922 fsize->discrete.width = pwc_image_sizes[i][0]; in pwc_enum_framesizes() 923 fsize->discrete.height = pwc_image_sizes[i][1]; in pwc_enum_framesizes() 955 fival->discrete.numerator = 1; in pwc_enum_frameintervals() 956 fival->discrete.denominator = i; in pwc_enum_frameintervals()
|
/linux-6.6.21/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 1283 fsize->discrete.width = frame->wWidth; in uvc_ioctl_enum_framesizes() 1284 fsize->discrete.height = frame->wHeight; in uvc_ioctl_enum_framesizes() 1325 fival->discrete.numerator = in uvc_ioctl_enum_frameintervals() 1327 fival->discrete.denominator = 10000000; in uvc_ioctl_enum_frameintervals() 1328 v4l2_simplify_fraction(&fival->discrete.numerator, in uvc_ioctl_enum_frameintervals() 1329 &fival->discrete.denominator, 8, 333); in uvc_ioctl_enum_frameintervals()
|
/linux-6.6.21/drivers/gpu/drm/i915/ |
D | TODO.txt | 4 - For discrete memory manager, merge enough dg1 to be able to refactor it to
|
/linux-6.6.21/drivers/media/usb/go7007/ |
D | go7007-v4l2.c | 522 fsize->discrete.width = (width >> fsize->index) & ~0xf; in vidioc_enum_framesizes() 523 fsize->discrete.height = (height >> fsize->index) & ~0xf; in vidioc_enum_framesizes() 550 fival->discrete.numerator = 1001 * (fival->index + 1); in vidioc_enum_frameintervals() 551 fival->discrete.denominator = go->sensor_framerate; in vidioc_enum_frameintervals()
|
/linux-6.6.21/drivers/media/i2c/ |
D | video-i2c.c | 641 fsize->discrete.width = size->width; in video_i2c_enum_framesizes() 642 fsize->discrete.height = size->height; in video_i2c_enum_framesizes() 660 fe->discrete = data->chip->frame_intervals[fe->index]; in video_i2c_enum_frameintervals()
|