Searched refs:bind (Results 626 - 650 of 2290) sorted by relevance
1...<<21222324252627282930>>...92
| /kernel/linux/linux-6.6/include/linux/usb/ |
| H A D | gadget.h | 666 * @bind: the driver's bind callback 681 * Devices are disabled till a gadget driver successfully bind()s, which 686 * descriptor during enumeration, or else fail the bind() call. In such 687 * cases, no USB traffic may flow until both bind() returns without 728 int (*bind)(struct usb_gadget *gadget, member 765 * The @bind() function will be called to bind it to a gadget before this 766 * registration call returns. It's expected that the @bind() function will
|
| /kernel/linux/linux-6.6/drivers/power/supply/ |
| H A D | ab8500_btemp.c | 694 .bind = ab8500_btemp_bind,
|
| /kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
| H A D | f_eem.c | 319 ERROR(cdev, "%s: can't bind, err %d\n", f->name, status); in eem_bind() 663 eem->port.func.bind = eem_bind; in eem_alloc()
|
| H A D | f_subset.c | 375 ERROR(cdev, "%s: can't bind, err %d\n", f->name, status); in geth_bind() 493 geth->port.func.bind = geth_bind; in geth_alloc()
|
| H A D | f_obex.c | 375 ERROR(cdev, "%s/%p: can't bind, err %d\n", f->name, f, status); in obex_bind() 477 obex->port.func.bind = obex_bind; in obex_alloc()
|
| H A D | f_loopback.c | 444 loop->function.bind = loopback_bind; in loopback_alloc()
|
| /kernel/linux/linux-6.6/drivers/usb/gadget/legacy/ |
| H A D | g_ffs.c | 153 .bind = gfs_bind,
|
| H A D | webcam.c | 599 .bind = webcam_bind,
|
| /kernel/linux/linux-6.6/drivers/thermal/ |
| H A D | thermal_of.c | 348 pr_err("Failed to bind '%s' with '%s': %d\n", tz->type, cdev->type, ret); in __thermal_of_bind() 377 * error, we will try to bind/unbind as many as possible in thermal_of_for_each_cooling_device() 509 of_ops->bind = thermal_of_bind; in thermal_of_zone_register()
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/ |
| H A D | qplib_fp.h | 244 } bind; member
|
| /kernel/linux/linux-6.6/drivers/net/usb/ |
| H A D | sr9700.c | 526 .bind = sr9700_bind,
|
| H A D | net1080.c | 489 .bind = net1080_bind,
|
| H A D | ch9200.c | 396 .bind = ch9200_bind,
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_mic.c | 339 .bind = exynos_mic_bind,
|
| H A D | exynos_drm_drv.c | 272 /* Try to bind all sub drivers. */ in exynos_drm_bind() 331 .bind = exynos_drm_bind,
|
| H A D | exynos_drm_vidi.c | 441 .bind = vidi_bind,
|
| H A D | exynos_drm_rotator.c | 274 .bind = rotator_bind,
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ |
| H A D | drm_sysfs.c | 125 .bind = typec_connector_bind,
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/mcde/ |
| H A D | mcde_drv.c | 228 dev_err(dev, "can't bind component devices\n"); in mcde_drm_bind() 259 .bind = mcde_drm_bind, 389 /* Create something that will match the subdrivers when we bind */ in mcde_probe()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/ |
| H A D | mtk_disp_rdma.c | 308 .bind = mtk_disp_rdma_bind,
|
| H A D | mtk_ethdr.c | 288 .bind = mtk_ethdr_bind,
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/imx/ipuv3/ |
| H A D | ipuv3-crtc.c | 426 .bind = ipu_drm_bind,
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/meson/ |
| H A D | meson_drv.c | 322 dev_err(drm->dev, "Couldn't bind all components\n"); in meson_drv_bind_master() 421 .bind = meson_drv_bind,
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/msm/hdmi/ |
| H A D | hdmi.c | 115 /* construct hdmi at bind/probe time, grab all the resources. If 154 * driver (not hdmi sub-device's probe/bind!) 404 .bind = msm_hdmi_bind,
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/pxp/ |
| H A D | intel_pxp_tee.c | 144 * i915_pxp_tee_component_bind - bind function to pass the function pointers to pxp_tee 149 * This bind function is called during the system boot or resume from system sleep. 218 .bind = i915_pxp_tee_component_bind,
|
Completed in 21 milliseconds
1...<<21222324252627282930>>...92