Home
last modified time | relevance | path

Searched refs:bind (Results 801 - 825 of 2434) sorted by relevance

1...<<31323334353637383940>>...98

/kernel/linux/linux-6.6/drivers/net/usb/
H A Dcdc_ether.c95 /* We need to override usbnet_*_link_ksettings in bind() */
527 .bind = usbnet_cdc_bind,
537 .bind = usbnet_cdc_zte_bind,
548 .bind = usbnet_cdc_bind,
H A Drndis_host.c604 .bind = rndis_bind,
615 .bind = rndis_bind,
626 .bind = zte_rndis_bind,
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_surface.c285 rtempl.bind |= ZINK_BIND_TRANSIENT; in zink_create_surface()
409 templ.bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW; in zink_surface_create_null()
411 templ.bind |= PIPE_BIND_SHADER_IMAGE; in zink_surface_create_null()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c200 if (!(pt->bind & (PIPE_BIND_DEPTH_STENCIL | PIPE_BIND_RENDER_TARGET))) { in llvmpipe_create_surface()
201 debug_printf("Illegal surface creation without bind flag\n"); in llvmpipe_create_surface()
203 pt->bind |= PIPE_BIND_DEPTH_STENCIL; in llvmpipe_create_surface()
206 pt->bind |= PIPE_BIND_RENDER_TARGET; in llvmpipe_create_surface()
/third_party/node/deps/v8/src/baseline/loong64/
H A Dbaseline-assembler-loong64-inl.h90 void BaselineAssembler::Bind(Label* label) { __ bind(label); } in Bind()
92 void BaselineAssembler::BindWithoutJumpTarget(Label* label) { __ bind(label); } in BindWithoutJumpTarget()
445 __ bind(&fallthrough); in Switch()
/third_party/python/Tools/ccbench/
H A Dccbench.py298 sock.bind(("127.0.0.1", 0))
400 sock.bind(("127.0.0.1", 0))
431 sock.bind(("127.0.0.1", 0))
/third_party/python/Tools/unittestgui/
H A Dunittestgui.py355 self.errorListbox.bind("<Double-1>",
428 window.bind('<Key-Return>', lambda e, w=window: w.quit())
443 self.canvas.bind('<Configure>', self.paint)
/third_party/python/Lib/
H A Dsocket.py633 lsock.bind((host, 0))
819 for the socket to bind as a source address before making the connection.
835 sock.bind(source_address)
905 # 1) It's unnecessary: bind() will succeed even in case of a
908 # 2) If set, another socket is free to bind() on the same
918 # Fail later on bind(), for platforms which may not
930 sock.bind(address)
932 msg = '%s (while attempting to bind on address %r)' % \
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.hpp324 void bind(glw::GLenum target) const;
325 void bind(glw::GLenum target, glw::GLuint index) const;
362 void bind(glw::GLenum binding_point) const;
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fLifetimeTests.cpp174 void bind (GLuint name) { glBindVertexArray(name); } in bind() function in deqp::gles3::Functional::__anon30571::VertexArrayBinder
181 void bind (GLuint name) { glBindSampler(0, name); } in bind() function in deqp::gles3::Functional::__anon30571::SamplerBinder
197 void bind (GLuint name) in bind() function in deqp::gles3::Functional::__anon30571::QueryBinder
/kernel/linux/linux-5.10/drivers/usb/gadget/
H A Dcomposite.c293 * functions added to it. Adding a function involves calling its @bind()
297 * This function returns the value of the function's bind(), which is
321 /* REVISIT *require* function->bind? */ in usb_add_function()
322 if (function->bind) { in usb_add_function()
323 value = function->bind(config, function); in usb_add_function()
374 * normally called during @bind() processing to change from the
448 * usb_interface_id() is called from usb_function.bind() callbacks to
958 * @bind: the configuration's bind function
961 * One of the main tasks of a composite @bind() routin
[all...]
/kernel/linux/linux-5.10/net/sched/
H A Dact_ct.c1229 int replace, int bind, bool rtnl_held, in tcf_ct_init()
1257 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ct_init()
1263 &act_ct_ops, bind, flags); in tcf_ct_init()
1270 if (bind) in tcf_ct_init()
1274 tcf_idr_release(*a, bind); in tcf_ct_init()
1318 tcf_idr_release(*a, bind); in tcf_ct_init()
1396 int bind, int ref) in tcf_ct_dump()
1405 .bindcnt = atomic_read(&c->tcf_bindcnt) - bind, in tcf_ct_dump()
1227 tcf_ct_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int replace, int bind, bool rtnl_held, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_ct_init() argument
1395 tcf_ct_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_ct_dump() argument
/kernel/linux/linux-6.6/drivers/usb/gadget/
H A Dcomposite.c303 * functions added to it. Adding a function involves calling its @bind()
307 * This function returns the value of the function's bind(), which is
331 /* REVISIT *require* function->bind? */ in usb_add_function()
332 if (function->bind) { in usb_add_function()
333 value = function->bind(config, function); in usb_add_function()
384 * normally called during @bind() processing to change from the
458 * usb_interface_id() is called from usb_function.bind() callbacks to
1093 * @bind: the configuration's bind function
1096 * One of the main tasks of a composite @bind() routin
[all...]
/third_party/python/Lib/test/
H A Dtest_httpservers.py1371 server.test(ServerClass=mock_server, bind=None)
1380 server.test(ServerClass=mock_server, bind="localhost")
1400 for bind in self.ipv6_addrs:
1402 server.test(ServerClass=mock_server, bind=bind)
1407 for bind in self.ipv4_addrs:
1409 server.test(ServerClass=mock_server, bind=bind)
/third_party/python/Lib/idlelib/
H A Dconfigdialog.py85 # self.bind('<Escape>', self.Cancel) #dismiss dialog, no save
86 # self.bind('<Alt-a>', self.Apply) #apply changes, save
87 # self.bind('<F1>', self.Help) #context help
350 self.fontlist.bind('<ButtonRelease-1>', self.on_fontlist_select)
351 self.fontlist.bind('<KeyRelease-Up>', self.on_fontlist_select)
352 self.fontlist.bind('<KeyRelease-Down>', self.on_fontlist_select)
629 text.bind('<Double-Button-1>', lambda e: 'break')
630 text.bind('<B1-Motion>', lambda e: 'break')
1155 of one or more key combinations to bind to the same event.
1232 self.bindingslist.bind('<ButtonReleas
[all...]
/third_party/typescript/tests/baselines/reference/
H A DunderscoreTest1.js69 bind(object: any): T;
70 bind(object: any, ...args: any[]): Function;
554 bind<T extends Function>(func: T, object: any): T;
555 bind(func: Function, object: any, ...args: any[]): Function;
745 var func2 = _.bind(func, { name: 'moe' }, 'hi');
754 $('#underscore_button').bind('click', buttonView.onClick);
760 var log = _.bind((message?: string, ...rest: string[]) => { }, Date);
969 var func2 = _.bind(func, { name: 'moe' }, 'hi');
977 $('#underscore_button').bind('click', buttonView.onClick);
981 var log = _.bind(functio
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_base_events.py1188 self.skipTest('failed to bind to ::1')
1251 def bind(addr): function
1257 m_socket.socket.return_value.bind = bind
1587 m_sock.bind.side_effect = Err
1684 m_sock.bind.side_effect = Err
1694 sock.bind(('127.0.0.1', 0))
1718 sock.bind(path)
1827 m_socket.socket.return_value.bind = bind
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H A Dthermal.c255 * We need to re-bind the cooling devices of a thermal zone when this occurs.
699 bool bind) in acpi_thermal_cooling_device_cb()
725 if (bind) in acpi_thermal_cooling_device_cb()
751 if (bind) in acpi_thermal_cooling_device_cb()
768 if (bind) in acpi_thermal_cooling_device_cb()
802 .bind = acpi_thermal_bind_cooling_device,
697 acpi_thermal_cooling_device_cb(struct thermal_zone_device *thermal, struct thermal_cooling_device *cdev, bool bind) acpi_thermal_cooling_device_cb() argument
/kernel/linux/linux-5.10/drivers/usb/atm/
H A Dusbatm.c1037 goto bind; in usbatm_usb_probe()
1047 goto bind; in usbatm_usb_probe()
1054 bind: in usbatm_usb_probe()
1055 if (driver->bind && (error = driver->bind(instance, intf, id)) < 0) { in usbatm_usb_probe()
1056 dev_err(dev, "%s: bind failed: %d!\n", __func__, error); in usbatm_usb_probe()
/kernel/linux/linux-5.10/drivers/xen/
H A Dpvcalls-back.c644 ret = inet_bind(map->sock, (struct sockaddr *)&req->u.bind.addr, in pvcalls_back_bind()
645 req->u.bind.len); in pvcalls_back_bind()
650 map->id = req->u.bind.id; in pvcalls_back_bind()
676 rsp->u.bind.id = req->u.bind.id; in pvcalls_back_bind()
/kernel/linux/linux-6.6/drivers/xen/
H A Dpvcalls-back.c649 ret = inet_bind(map->sock, (struct sockaddr *)&req->u.bind.addr, in pvcalls_back_bind()
650 req->u.bind.len); in pvcalls_back_bind()
655 map->id = req->u.bind.id; in pvcalls_back_bind()
681 rsp->u.bind.id = req->u.bind.id; in pvcalls_back_bind()
/kernel/linux/linux-6.6/drivers/usb/atm/
H A Dusbatm.c1039 goto bind; in usbatm_usb_probe()
1049 goto bind; in usbatm_usb_probe()
1056 bind: in usbatm_usb_probe()
1057 if (driver->bind && (error = driver->bind(instance, intf, id)) < 0) { in usbatm_usb_probe()
1058 dev_err(dev, "%s: bind failed: %d!\n", __func__, error); in usbatm_usb_probe()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_texture.c831 unsigned bindings = template->bind; in svga_texture_create()
1048 * if they do not have SHARED, SCANOUT or DISPLAY_TARGET bind flags in svga_texture_create()
1059 debug_printf("Convert resource type %s -> %s (bind 0x%x)\n", in svga_texture_create()
1166 template->bind, true)) in svga_texture_from_handle()
1189 /* set bind flags for the imported texture handle according to the bind in svga_texture_from_handle()
1192 if (template->bind & PIPE_BIND_RENDER_TARGET){ in svga_texture_from_handle()
1197 if (template->bind & PIPE_BIND_DEPTH_STENCIL) { in svga_texture_from_handle()
1202 if (template->bind & PIPE_BIND_SAMPLER_VIEW) { in svga_texture_from_handle()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cClipDistance.cpp319 framebuffer.bind(); in MaxClipDistancesValueInFragmentShaderTest()
407 framebuffer.bind(); in ClipDistancesValuePassing()
593 framebuffer.bind(); in iterate()
1531 void gl3cts::ClipDistance::Utility::Framebuffer::bind() in bind() function in gl3cts::ClipDistance::Utility::Framebuffer
1599 void gl3cts::ClipDistance::Utility::VertexArrayObject::bind() in bind() function in gl3cts::ClipDistance::Utility::VertexArrayObject
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface_unix.c608 if (bind(priv->sock, (struct sockaddr *) &addr, sizeof(addr)) < 0) { in wpas_ctrl_iface_open_sock()
609 wpa_printf(MSG_DEBUG, "ctrl_iface bind(PF_UNIX) failed: %s", in wpas_ctrl_iface_open_sock()
622 if (bind(priv->sock, (struct sockaddr *) &addr, in wpas_ctrl_iface_open_sock()
624 wpa_printf(MSG_ERROR, "supp-ctrl-iface-init: bind(PF_UNIX): %s", in wpas_ctrl_iface_open_sock()
1167 if (bind(priv->sock, (struct sockaddr *) &addr, sizeof(addr)) < in wpas_global_ctrl_iface_open_sock()
1170 "bind(PF_UNIX;%s) failed: %s", in wpas_global_ctrl_iface_open_sock()
1180 if (bind(priv->sock, (struct sockaddr *) &addr, sizeof(addr)) < 0) { in wpas_global_ctrl_iface_open_sock()
1181 wpa_printf(MSG_INFO, "supp-global-ctrl-iface-init(%s) (will try fixup): bind(PF_UNIX): %s", in wpas_global_ctrl_iface_open_sock()
1194 if (bind(priv->sock, (struct sockaddr *) &addr, in wpas_global_ctrl_iface_open_sock()
1196 wpa_printf(MSG_ERROR, "supp-glb-iface-init: bind(PF_UNI in wpas_global_ctrl_iface_open_sock()
[all...]

Completed in 37 milliseconds

1...<<31323334353637383940>>...98