Home
last modified time | relevance | path

Searched refs:discrete (Results 1 – 25 of 89) sorted by relevance

1234

/linux-6.3-rc2/Documentation/devicetree/bindings/phy/
A Dqcom,usb-snps-femto-v2.yaml68 The hardware accepts only discrete values. The value closest to the
77 The hardware accepts only discrete values. The value closest to the
85 The hardware accepts only discrete values. The value closest to the
97 The hardware accepts only discrete values. The value closest to the
109 The hardware accepts only discrete values. The value closest to the
117 The hardware accepts only discrete values. The value closest to the
126 The hardware accepts only discrete values. The value closest to the
136 resistance on the USB. The hardware accepts only discrete values. The
147 The hardware accepts only discrete values. The value closest to the
/linux-6.3-rc2/Documentation/gpu/rfc/
A Di915_gem_lmem.rst15 * TTM shrinker for discrete
18 * Route shmem backend over to TTM SYSTEM for discrete
A Di915_small_bar.rst45 2) On discrete and newer integrated platforms we now reject error capture
/linux-6.3-rc2/drivers/usb/gadget/function/
A Duvc_v4l2.c323 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.3-rc2/drivers/platform/x86/intel/int3472/
A DMakefile3 intel_skl_int3472_discrete-y := discrete.o clk_and_regulator.o led.o common.o
A DKconfig20 set of discrete GPIOs and power gates.
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-platform-asus-wmi67 can be toggled to boot with only the dGPU (discrete mode) or in
78 Disable discrete GPU:
/linux-6.3-rc2/drivers/usb/renesas_usbhs/
A DKconfig12 Renesas USBHS is a discrete USB host and peripheral controller chip
/linux-6.3-rc2/Documentation/hwmon/
A Damc6821.rst75 It can only have certain discrete values
91 speed. It can only have certain discrete
/linux-6.3-rc2/drivers/usb/gadget/udc/
A DKconfig21 # 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.3-rc2/drivers/media/platform/verisilicon/
A Dhantro_postproc.c167 fsize->discrete.width = ctx->src_fmt.width >> fsize->index; in hantro_postproc_g2_enum_framesizes()
168 fsize->discrete.height = ctx->src_fmt.height >> fsize->index; in hantro_postproc_g2_enum_framesizes()
/linux-6.3-rc2/Documentation/devicetree/bindings/media/i2c/
A Dchrontel,ch7322.yaml13 The Chrontel CH7322 is a discrete HDMI-CEC controller. It is
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/
A Dmaxim,max9485.txt6 - MAX9485_CLKOUT: A PLL that can be configured to 16 different discrete
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dvidioc-enum-framesizes.rst52 ``discrete`` member is valid.
153 - ``discrete``
A Dvidioc-enum-frameintervals.rst51 the `discrete` member is valid.
145 - ``discrete``
/linux-6.3-rc2/Documentation/admin-guide/
A Drtc.rst128 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.3-rc2/Documentation/trace/rv/
A Ddeterministic_automata.rst158 The automata formalism allows modeling discrete event systems (DES) in
176 Cassandras, Christos G., and Stephane Lafortune, eds. Introduction to discrete
/linux-6.3-rc2/drivers/input/touchscreen/
A Dsur40.c1074 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.3-rc2/Documentation/driver-api/surface_aggregator/clients/
A Dsan.rst14 relating to the discrete GPU (dGPU) of the Surface Book 2 can be sent from
/linux-6.3-rc2/drivers/platform/surface/
A DKconfig161 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.3-rc2/drivers/media/usb/pwc/
A Dpwc-v4l.c922 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.3-rc2/drivers/media/usb/uvc/
A Duvc_v4l2.c1282 fsize->discrete.width = frame->wWidth; in uvc_ioctl_enum_framesizes()
1283 fsize->discrete.height = frame->wHeight; in uvc_ioctl_enum_framesizes()
1324 fival->discrete.numerator = in uvc_ioctl_enum_frameintervals()
1326 fival->discrete.denominator = 10000000; in uvc_ioctl_enum_frameintervals()
1327 v4l2_simplify_fraction(&fival->discrete.numerator, in uvc_ioctl_enum_frameintervals()
1328 &fival->discrete.denominator, 8, 333); in uvc_ioctl_enum_frameintervals()
/linux-6.3-rc2/drivers/gpu/drm/i915/
A DTODO.txt4 - For discrete memory manager, merge enough dg1 to be able to refactor it to
/linux-6.3-rc2/drivers/media/usb/go7007/
A Dgo7007-v4l2.c522 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.3-rc2/drivers/media/i2c/
A Dvideo-i2c.c641 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()

Completed in 46 milliseconds

1234