Home
last modified time | relevance | path

Searched refs:bind (Results 1 – 200 of 388) sorted by relevance

12

/linux-4.4.14/include/net/
Dact_api.h105 void (*cleanup)(struct tc_action *, int bind);
109 int bind);
115 int tcf_hash_check(u32 index, struct tc_action *a, int bind);
117 int size, int bind, bool cpustats);
121 int __tcf_hash_release(struct tc_action *a, bool bind, bool strict);
123 static inline int tcf_hash_release(struct tc_action *a, bool bind) in tcf_hash_release() argument
125 return __tcf_hash_release(a, bind, false); in tcf_hash_release()
130 int tcf_action_destroy(struct list_head *actions, int bind);
135 int bind, struct list_head *);
138 int bind);
/linux-4.4.14/net/sched/
Dact_simple.c49 static void tcf_simp_release(struct tc_action *a, int bind) in tcf_simp_release() argument
81 int ovr, int bind) in tcf_simp_init() argument
105 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_simp_init()
107 bind, false); in tcf_simp_init()
122 if (bind) in tcf_simp_init()
124 tcf_hash_release(a, bind); in tcf_simp_init()
137 int bind, int ref) in tcf_simp_dump() argument
144 .bindcnt = d->tcf_bindcnt - bind, in tcf_simp_dump()
Dact_connmark.c98 int ovr, int bind) in tcf_connmark_init() argument
114 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_connmark_init()
116 bind, false); in tcf_connmark_init()
129 if (bind) in tcf_connmark_init()
131 tcf_hash_release(a, bind); in tcf_connmark_init()
143 int bind, int ref) in tcf_connmark_dump() argument
151 .bindcnt = ci->tcf_bindcnt - bind, in tcf_connmark_dump()
Dact_gact.c58 int ovr, int bind) in tcf_gact_init() argument
91 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_gact_init()
93 bind, true); in tcf_gact_init()
98 if (bind)/* dont override defaults */ in tcf_gact_init()
100 tcf_hash_release(a, bind); in tcf_gact_init()
148 static int tcf_gact_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_gact_dump() argument
155 .bindcnt = gact->tcf_bindcnt - bind, in tcf_gact_dump()
Dact_skbedit.c62 int ovr, int bind) in tcf_skbedit_init() argument
101 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_skbedit_init()
103 bind, false); in tcf_skbedit_init()
111 if (bind) in tcf_skbedit_init()
113 tcf_hash_release(a, bind); in tcf_skbedit_init()
138 int bind, int ref) in tcf_skbedit_dump() argument
145 .bindcnt = d->tcf_bindcnt - bind, in tcf_skbedit_dump()
Dact_vlan.c69 int ovr, int bind) in tcf_vlan_init() argument
118 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_vlan_init()
120 bind, false); in tcf_vlan_init()
126 if (bind) in tcf_vlan_init()
128 tcf_hash_release(a, bind); in tcf_vlan_init()
151 int bind, int ref) in tcf_vlan_dump() argument
158 .bindcnt = v->tcf_bindcnt - bind, in tcf_vlan_dump()
Dact_pedit.c34 int ovr, int bind) in tcf_pedit_init() argument
57 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_pedit_init()
61 bind, false); in tcf_pedit_init()
72 if (bind) in tcf_pedit_init()
74 tcf_hash_release(a, bind); in tcf_pedit_init()
100 static void tcf_pedit_cleanup(struct tc_action *a, int bind) in tcf_pedit_cleanup() argument
174 int bind, int ref) in tcf_pedit_dump() argument
196 opt->bindcnt = p->tcf_bindcnt - bind; in tcf_pedit_dump()
Dact_mirred.c36 static void tcf_mirred_release(struct tc_action *a, int bind) in tcf_mirred_release() argument
55 int bind) in tcf_mirred_init() argument
99 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_mirred_init()
103 bind, true); in tcf_mirred_init()
108 if (bind) in tcf_mirred_init()
111 tcf_hash_release(a, bind); in tcf_mirred_init()
196 static int tcf_mirred_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_mirred_dump() argument
204 .bindcnt = m->tcf_bindcnt - bind, in tcf_mirred_dump()
Dact_ipt.c71 static void tcf_ipt_release(struct tc_action *a, int bind) in tcf_ipt_release() argument
87 struct tc_action *a, int ovr, int bind) in tcf_ipt_init() argument
116 if (!tcf_hash_check(index, a, bind) ) { in tcf_ipt_init()
117 ret = tcf_hash_create(index, est, a, sizeof(*ipt), bind, false); in tcf_ipt_init()
122 if (bind)/* dont override defaults */ in tcf_ipt_init()
124 tcf_hash_release(a, bind); in tcf_ipt_init()
222 static int tcf_ipt_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_ipt_dump() argument
239 c.bindcnt = ipt->tcf_bindcnt - bind; in tcf_ipt_dump()
Dact_api.c56 int __tcf_hash_release(struct tc_action *a, bool bind, bool strict) in __tcf_hash_release() argument
62 if (bind) in __tcf_hash_release()
70 a->ops->cleanup(a, bind); in __tcf_hash_release()
221 int tcf_hash_check(u32 index, struct tc_action *a, int bind) in tcf_hash_check() argument
226 if (bind) in tcf_hash_check()
247 int size, int bind, bool cpustats) in tcf_hash_create() argument
256 if (bind) in tcf_hash_create()
429 int tcf_action_destroy(struct list_head *actions, int bind) in tcf_action_destroy() argument
435 ret = __tcf_hash_release(a, bind, true); in tcf_action_destroy()
447 tcf_action_dump_old(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_old() argument
[all …]
Dact_nat.c39 struct tc_action *a, int ovr, int bind) in tcf_nat_init() argument
57 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_nat_init()
59 bind, false); in tcf_nat_init()
64 if (bind) in tcf_nat_init()
66 tcf_hash_release(a, bind); in tcf_nat_init()
253 int bind, int ref) in tcf_nat_dump() argument
266 .bindcnt = p->tcf_bindcnt - bind, in tcf_nat_dump()
Dact_bpf.c130 int bind, int ref) in tcf_bpf_dump() argument
137 .bindcnt = prog->tcf_bindcnt - bind, in tcf_bpf_dump()
276 int replace, int bind) in tcf_bpf_init() argument
297 if (!tcf_hash_check(parm->index, act, bind)) { in tcf_bpf_init()
299 sizeof(*prog), bind, true); in tcf_bpf_init()
306 if (bind) in tcf_bpf_init()
309 tcf_hash_release(act, bind); in tcf_bpf_init()
362 static void tcf_bpf_cleanup(struct tc_action *act, int bind) in tcf_bpf_cleanup() argument
Dact_csum.c46 struct tc_action *a, int ovr, int bind) in tcf_csum_init() argument
64 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_csum_init()
66 bind, false); in tcf_csum_init()
71 if (bind)/* dont override defaults */ in tcf_csum_init()
73 tcf_hash_release(a, bind); in tcf_csum_init()
534 struct tc_action *a, int bind, int ref) in tcf_csum_dump() argument
543 .bindcnt = p->tcf_bindcnt - bind, in tcf_csum_dump()
Dact_police.c116 int ovr, int bind) in tcf_act_police_locate() argument
144 if (bind) { in tcf_act_police_locate()
162 if (bind) in tcf_act_police_locate()
313 tcf_act_police_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_act_police_dump() argument
323 .bindcnt = police->tcf_bindcnt - bind, in tcf_act_police_dump()
/linux-4.4.14/drivers/xen/
Devtchn.c443 struct ioctl_evtchn_bind_virq bind; in evtchn_ioctl() local
447 if (copy_from_user(&bind, uarg, sizeof(bind))) in evtchn_ioctl()
450 bind_virq.virq = bind.virq; in evtchn_ioctl()
464 struct ioctl_evtchn_bind_interdomain bind; in evtchn_ioctl() local
468 if (copy_from_user(&bind, uarg, sizeof(bind))) in evtchn_ioctl()
471 bind_interdomain.remote_dom = bind.remote_domain; in evtchn_ioctl()
472 bind_interdomain.remote_port = bind.remote_port; in evtchn_ioctl()
485 struct ioctl_evtchn_bind_unbound_port bind; in evtchn_ioctl() local
489 if (copy_from_user(&bind, uarg, sizeof(bind))) in evtchn_ioctl()
493 alloc_unbound.remote_dom = bind.remote_domain; in evtchn_ioctl()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_p4.c708 struct p4_event_bind *bind = NULL; in p4_config_get_bind() local
711 bind = &p4_event_bind_map[evnt]; in p4_config_get_bind()
713 return bind; in p4_config_get_bind()
718 struct p4_event_bind *bind; in p4_pmu_event_map() local
723 bind = p4_config_get_bind(config); in p4_pmu_event_map()
724 esel = P4_OPCODE_ESEL(bind->opcode); in p4_pmu_event_map()
823 struct p4_event_bind *bind; in p4_hw_config() local
840 bind = p4_config_get_bind(event->attr.config); in p4_hw_config()
841 if (!bind) { in p4_hw_config()
845 esel = P4_OPCODE_ESEL(bind->opcode); in p4_hw_config()
[all …]
/linux-4.4.14/Documentation/scsi/
DNinjaSCSI.txt72 bind "nsp_cs"
76 bind "nsp_cs"
81 bind "nsp_cs"
86 bind "nsp_cs"
89 bind "nsp_cs"
92 bind "nsp_cs"
95 bind "nsp_cs"
/linux-4.4.14/Documentation/console/
Dconsole.txt22 do_take_over_console() - load and bind driver to console layer
40 . .. bind name uevent
44 1. bind - this is a read/write file. It shows the status of the driver if
45 read, or acts to bind or unbind the driver to the virtual consoles
52 bind
60 commanded to bind or unbind
68 directly commanded to bind or unbind.
74 hand, will bind the driver to the consoles that are currently occupied by a
116 bind to) the console.
/linux-4.4.14/include/linux/
Dcomponent.h7 int (*bind)(struct device *, struct device *, void *); member
21 int (*bind)(struct device *); member
Dcgroup-defs.h443 void (*bind)(struct cgroup_subsys_state *root_css); member
Dnetlink.h51 int (*bind)(struct net *net, int group); member
Dthermal.h96 int (*bind) (struct thermal_zone_device *, member
Dnet.h136 int (*bind) (struct socket *sock, member
/linux-4.4.14/drivers/net/usb/
Dzaurus.c105 .bind = zaurus_bind,
115 .bind = zaurus_bind,
125 .bind = zaurus_bind,
262 .bind = blan_mdlm_bind,
Dasix_devices.c836 .bind = ax88172_bind,
846 .bind = ax88172_bind,
856 .bind = ax88172_bind,
866 .bind = ax88172_bind,
876 .bind = ax88772_bind,
888 .bind = ax88772_bind,
902 .bind = ax88178_bind,
924 .bind = ax88772_bind,
Dcdc_mbim.c554 .bind = cdc_mbim_bind,
578 .bind = cdc_mbim_bind,
597 .bind = cdc_mbim_bind,
Dgl620a.c203 .bind = genelink_bind,
Dint51x1.c168 .bind = int51x1_bind,
Dax88179_178a.c1635 .bind = ax88179_bind,
1648 .bind = ax88179_bind,
1661 .bind = ax88179_bind,
1674 .bind = ax88179_bind,
1687 .bind = ax88179_bind,
1700 .bind = ax88179_bind,
Dhuawei_cdc_ncm.c182 .bind = huawei_cdc_ncm_bind,
Dmcs7830.c575 .bind = mcs7830_bind,
585 .bind = mcs7830_bind,
Dcdc_ether.c438 .bind = usbnet_cdc_bind,
448 .bind = usbnet_cdc_bind,
Dcdc_eem.c348 .bind = eem_bind,
Drndis_host.c592 .bind = rndis_bind,
603 .bind = rndis_bind,
Dkalmia.c336 .bind = kalmia_bind,
Dlg-vl600.c322 .bind = vl600_bind,
Dcx82310_eth.c315 .bind = cx82310_bind,
Dch9200.c402 .bind = ch9200_bind,
Dax88172a.c413 .bind = ax88172a_bind,
Dnet1080.c511 .bind = net1080_bind,
/linux-4.4.14/Documentation/fb/
Dfbcon.txt183 Echo a value to the bind file that represents the framebuffer console
186 echo 1 > sys/class/vtconsole/vtcon1/bind - attach framebuffer console to
188 echo 0 > sys/class/vtconsole/vtcon1/bind - detach framebuffer console from
218 echo 0 > /sys/class/vtconsole/vtcon1/bind
225 echo 1 > /sys/class/vtconsole/vtcon1/bind
230 automatically bind the console, fbcon and the drivers together. Unloading
232 console to bind fbcon.
256 echo 1 > /sys/class/vtconsole/vtcon1/bind
261 echo <ID> > /sys/class/tty/console/bind
273 echo 1 > /sys/class/vtconsole/vtcon1/bind
[all …]
Dsstfb.txt58 bind a tty to the new frame buffer. if you already have a frame
68 bind the tty to the old frame buffer so the module can be removed.
/linux-4.4.14/Documentation/filesystems/
Ddevpts.txt35 bind-mount.
65 /dev/pts/ptmx using either a bind mount or symlink.
75 $ mount -o bind /dev/pts/ptmx /dev/ptmx
90 should bind mount /dev/ptmx to /dev/pts/ptmx to avoid breaking single-
97 mount -o bind /dev/pts/ptmx /dev/ptmx
101 a symlink to pts/ptmx and the bind mount can be ignored.
Dsharedsubtree.txt51 # mount --bind /mnt /tmp
86 Let's bind mount /mnt to /tmp
87 # mount --bind /mnt /tmp
130 Let's try to bind mount this mount somewhere else.
131 # mount --bind /mnt /tmp
158 mount --bind /cdrom /cdrom
230 bind, rbind, move, mount, umount and clone-namespace operations.
257 mount --bind /mnt /tmp
306 be bind mounted.
343 mount --bind A/a B/b
[all …]
Dtmpfs.txt88 mpol=bind:NodeList allocates memory only from nodes in NodeList
95 largest node numbers in the range. For example, mpol=bind:0-3,5,7,9-15
114 For example, mpol=bind=static:NodeList, is the equivalent of an
Dsysfs-tagging.txt31 through bind mounting and mounts propagation, a task can easily view
Dautomount-support.txt64 If a mountpoint is moved, it gets removed from the expiration list. If a bind
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/cipher/
Dg84.c52 .bind = g84_cipher_oclass_bind,
66 .bind = g84_cipher_cclass_bind,
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-platform8 written to driver_override will have an opportunity to bind
17 the device will not bind to any driver. This also allows
Dsysfs-bus-amba8 written to driver_override will have an opportunity to bind to
17 not bind to any driver. This also allows devices to opt-out of
Dconfigfs-usb-gadget15 UDC - bind a gadget to UDC/unbind a gadget;
17 to bind a gadget, empty string "" to unbind.
Dsysfs-bus-pci1 What: /sys/bus/pci/drivers/.../bind
6 the driver to attempt to bind to the device found at
11 # echo 0000:00:19.0 > /sys/bus/pci/drivers/foo/bind
41 for the device and attempt to bind to it. For example:
271 to driver_override will have an opportunity to bind to the
280 will not bind to any driver. This also allows devices to
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_sgdma.c55 .bind = nv04_sgdma_bind,
86 .bind = nv50_sgdma_bind,
/linux-4.4.14/tools/testing/selftests/net/
Dpsock_lib.h93 if (bind(fds[1], (void *) &daddr, sizeof(daddr))) { in pair_udp_open()
97 if (bind(fds[0], (void *) &saddr, sizeof(saddr))) { in pair_udp_open()
Dpsock_tpacket.c376 ret = bind(rcv_sock, (struct sockaddr *) &ll, sizeof(ll)); in walk_v1_v2_tx()
695 ret = bind(sock, (struct sockaddr *) &ring->ll, sizeof(ring->ll)); in bind_ring()
/linux-4.4.14/crypto/
Dalgif_rng.c106 .bind = sock_no_bind,
171 .bind = rng_bind,
Dalgif_hash.c234 .bind = sock_no_bind,
342 .bind = sock_no_bind,
450 .bind = hash_bind,
Daf_alg.c178 private = type->bind(sa->salg_name, in alg_bind()
348 .bind = alg_bind,
Dalgif_aead.c505 .bind = sock_no_bind,
590 .bind = aead_bind,
Dalgif_skcipher.c749 .bind = sock_no_bind,
845 .bind = sock_no_bind,
973 .bind = skcipher_bind,
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/dma/
Duser.c39 return dmaobj->func->bind(dmaobj, gpuobj, align, pgpuobj); in nvkm_dmaobj_bind()
54 .bind = nvkm_dmaobj_bind,
Dpriv.h7 int (*bind)(struct nvkm_dmaobj *, struct nvkm_gpuobj *, int align, member
Dusergf119.c64 .bind = gf119_dmaobj_bind,
Dusergf100.c66 .bind = gf100_dmaobj_bind,
Dusernv04.c77 .bind = nv04_dmaobj_bind,
Dusernv50.c66 .bind = nv50_dmaobj_bind,
/linux-4.4.14/fs/cachefiles/
DMakefile6 bind.o \
/linux-4.4.14/arch/alpha/include/asm/
Dagp_backend.h36 int (*bind)(alpha_agp_info *, off_t, struct agp_memory *); member
/linux-4.4.14/Documentation/blockdev/drbd/
Dconn-states-8.dot3 WFConnection -> Unconnected [ label = "unable to bind()" ]
/linux-4.4.14/tools/usb/usbip/
DREADME50 server:# usbip bind --busid 1-2
118 trois:# usbip --debug bind --busid 3-3.2
122 bind device on busid 3-3.2: complete
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource_priv.h77 int (*bind) (struct vmw_resource *res, member
Dvmwgfx_context.c82 .bind = NULL,
94 .bind = vmw_gb_context_bind,
106 .bind = vmw_dx_context_bind,
Dvmwgfx_surface.c105 .bind = &vmw_legacy_srf_bind,
117 .bind = vmw_gb_surface_bind,
440 bool bind) in vmw_legacy_srf_dma() argument
459 vmw_surface_dma_encode(srf, cmd, &ptr, bind); in vmw_legacy_srf_dma()
Dvmwgfx_shader.c101 .bind = vmw_gb_shader_bind,
118 .bind = vmw_dx_shader_bind,
Dvmwgfx_resource.c69 .bind = NULL,
1134 if (func->bind && in vmw_resource_do_validate()
1138 ret = func->bind(res, val_buf); in vmw_resource_do_validate()
/linux-4.4.14/net/rds/
DMakefile2 rds-y := af_rds.o bind.o cong.o connection.o info.o message.o \
Dtcp_connect.c93 ret = sock->ops->bind(sock, (struct sockaddr *)&src, sizeof(src)); in rds_tcp_conn_connect()
Dtcp_listen.c194 ret = sock->ops->bind(sock, (struct sockaddr *)&sin, sizeof(sin)); in rds_tcp_listen_init()
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/
Dtvnv04.c106 static void nv04_tv_bind(struct drm_device *dev, int head, bool bind) in nv04_tv_bind() argument
112 if (bind) in nv04_tv_bind()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Ddmacnv50.c75 object->hash = chan->func->bind(chan, object->oproxy.object, in nv50_disp_dmac_child_new_()
246 .bind = nv50_disp_dmac_bind,
Ddmacgf119.c99 .bind = gf119_disp_dmac_bind,
Dcoregf119.c232 .bind = gf119_disp_dmac_bind,
Ddmacnv50.h15 int (*bind)(struct nv50_disp_dmac *, struct nvkm_object *, u32 handle); member
Dcorenv50.c230 .bind = nv50_disp_dmac_bind,
/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Diwch_qp.c574 wqe->bind.reserved = 0; in iwch_bind_mw()
575 wqe->bind.type = TPT_VATO; in iwch_bind_mw()
578 wqe->bind.perms = iwch_ib_to_tpt_bind_access( in iwch_bind_mw()
580 wqe->bind.mr_stag = cpu_to_be32(mw_bind->bind_info.mr->lkey); in iwch_bind_mw()
581 wqe->bind.mw_stag = cpu_to_be32(mw->rkey); in iwch_bind_mw()
582 wqe->bind.mw_len = cpu_to_be32(mw_bind->bind_info.length); in iwch_bind_mw()
583 wqe->bind.mw_va = cpu_to_be64(mw_bind->bind_info.addr); in iwch_bind_mw()
596 wqe->bind.mr_pbl_addr = cpu_to_be32(pbl_addr); in iwch_bind_mw()
597 wqe->bind.mr_pagesz = page_size; in iwch_bind_mw()
/linux-4.4.14/include/crypto/
Dif_alg.h52 void *(*bind)(const char *name, u32 type, u32 mask); member
/linux-4.4.14/net/ieee802154/
Dsocket.c112 if (sk->sk_prot->bind) in ieee802154_sock_bind()
113 return sk->sk_prot->bind(sk, uaddr, addr_len); in ieee802154_sock_bind()
405 .bind = raw_bind,
420 .bind = ieee802154_sock_bind,
949 .bind = dgram_bind,
965 .bind = ieee802154_sock_bind,
/linux-4.4.14/net/netlink/
Daf_netlink.h80 int (*bind)(struct net *net, int group); member
Daf_netlink.c1212 int (*bind)(struct net *net, int group); in netlink_create() local
1238 bind = nl_table[protocol].bind; in netlink_create()
1255 nlk->netlink_bind = bind; in netlink_create()
1330 nl_table[sk->sk_protocol].bind = NULL; in netlink_release()
2668 nl_table[unit].bind = cfg->bind; in __netlink_kernel_create()
3237 .bind = netlink_bind,
/linux-4.4.14/Documentation/networking/
Dtproxy.txt27 option before calling bind:
37 bind(fd, &name, sizeof(name));
Dpacket_mmap.txt118 bind() ---------> bind transmission socket with a network interface
138 In this case, you also need to bind(2) the TX_RING with sll_protocol = 0
155 bind() associates the socket to your network interface thanks to
174 /* bind socket to eth0 */
175 bind(this->socket, (struct sockaddr *)&my_addr, sizeof(struct sockaddr_ll));
648 err = bind(fd, (struct sockaddr *) &ll, sizeof(ll));
650 perror("bind");
863 err = bind(fd, (struct sockaddr *) &ll, sizeof(ll));
865 perror("bind");
Dmac80211-injection.txt56 (which is easier than doing the work to bind the socket to the right
Dphonet.txt86 It is ignored by bind() and getsockname().
103 bind(fd, (struct sockaddr *)&addr, sizeof(addr));
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
Dnv50.c52 .bind = nv50_mpeg_cclass_bind,
Dnv44.c99 .bind = nv44_mpeg_chan_bind,
Dnv31.c57 .bind = nv31_mpeg_object_bind,
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/
Dobject.c105 if (object->func->bind) in nvkm_object_bind()
106 return object->func->bind(object, gpuobj, align, pgpuobj); in nvkm_object_bind()
Doproxy.c180 .bind = nvkm_oproxy_bind,
/linux-4.4.14/sound/soc/intel/skylake/
Dskl-sst-ipc.h75 bool bind; member
Dskl-messages.c721 msg.bind = false; in skl_unbind_modules()
779 msg.bind = true; in skl_bind_modules()
/linux-4.4.14/drivers/acpi/
Dglue.c320 else if (adev->handler && adev->handler->bind) in acpi_platform_notify()
321 adev->handler->bind(dev); in acpi_platform_notify()
Dthermal.c769 bool bind) in acpi_thermal_cooling_device_cb() argument
795 if (bind) in acpi_thermal_cooling_device_cb()
821 if (bind) in acpi_thermal_cooling_device_cb()
838 if (bind) in acpi_thermal_cooling_device_cb()
872 .bind = acpi_thermal_bind_cooling_device,
/linux-4.4.14/include/linux/usb/
Dcomposite.h202 int (*bind)(struct usb_configuration *, member
381 int (*bind)(struct usb_composite_dev *cdev); member
Dusbnet.h122 int (*bind)(struct usbnet *, struct usb_interface *); member
/linux-4.4.14/include/uapi/drm/
Dvirtgpu_drm.h74 uint32_t bind; member
/linux-4.4.14/net/phonet/
Dsocket.c174 if (sk->sk_prot->bind) in pn_socket_bind()
175 return sk->sk_prot->bind(sk, addr, len); in pn_socket_bind()
443 .bind = pn_socket_bind,
468 .bind = pn_socket_bind,
/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_agp_backend.c108 .bind = ttm_agp_bind,
Dttm_tt.c279 ret = ttm->func->bind(ttm, bo_mem); in ttm_tt_bind()
/linux-4.4.14/Documentation/connector/
Dconnector.txt16 bind();
161 if (bind(s, (struct sockaddr *)&l_local, sizeof(struct sockaddr_nl)) == -1) {
162 perror("bind");
Ducon.c165 if (bind(s, (struct sockaddr *)&l_local, sizeof(struct sockaddr_nl)) == -1) { in main()
/linux-4.4.14/Documentation/thermal/
Dsysfs-api.txt41 /sys/class/thermal folder as thermal_zone[0-*]. It tries to bind all the
49 .bind: bind the thermal zone device with a thermal cooling device.
80 to /sys/class/thermal/ folder as cooling_device[0-*]. It tries to bind itself
100 This interface function bind a thermal cooling device to the certain trip
102 This function is usually called in the thermal zone device .bind callback.
129 This structure defines the following parameters that are used to bind
/linux-4.4.14/drivers/usb/gadget/legacy/
Dncm.c207 .bind = gncm_bind,
Dgmidi.c191 .bind = midi_bind,
Dprinter.c216 .bind = printer_bind,
Dcdc2.c233 .bind = cdc_bind,
Dacm_ms.c259 .bind = acm_ms_bind,
Dmass_storage.c250 .bind = msg_bind,
Dserial.c242 .bind = gs_bind,
Dhid.c263 .bind = hid_bind,
Daudio.c303 .bind = audio_bind,
Dether.c478 .bind = eth_bind,
Dzero.c409 .bind = zero_bind,
Dnokia.c432 .bind = nokia_bind,
Dwebcam.c430 .bind = webcam_bind,
Dmulti.c490 .bind = multi_bind,
Ddbgp.c398 .bind = dbgp_bind,
/linux-4.4.14/drivers/usb/atm/
Dusbatm.h91 int (*bind) (struct usbatm_data *, struct usb_interface *, member
Dusbatm.c1053 goto bind; in usbatm_usb_probe()
1063 goto bind; in usbatm_usb_probe()
1070 bind: in usbatm_usb_probe()
1071 if (driver->bind && (error = driver->bind(instance, intf, id)) < 0) { in usbatm_usb_probe()
Dxusbatm.c209 xusbatm_drivers[i].bind = xusbatm_bind; in xusbatm_init()
/linux-4.4.14/net/ipv6/
Daf_inet6.c269 if (sk->sk_prot->bind) in inet6_bind()
270 return sk->sk_prot->bind(sk, uaddr, addr_len); in inet6_bind()
519 .bind = inet6_bind,
545 .bind = inet6_bind,
Dping.c40 .bind = ping_bind,
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/
Dobject.h37 int (*bind)(struct nvkm_object *, struct nvkm_gpuobj *, int align, member
/linux-4.4.14/samples/bpf/
Dlibbpf.c140 if (bind(sock, (struct sockaddr *)&sll, sizeof(sll)) < 0) { in open_raw_sock()
/linux-4.4.14/drivers/base/
Dcomponent.c186 ret = master->ops->bind(master->dev); in try_to_bring_up_master()
407 ret = component->ops->bind(component->dev, master->dev, data); in component_bind()
/linux-4.4.14/net/nfc/
Drawsock.c282 .bind = sock_no_bind,
302 .bind = sock_no_bind,
Dllcp_sock.c889 .bind = llcp_sock_bind,
909 .bind = llcp_raw_sock_bind,
/linux-4.4.14/drivers/usb/gadget/
Dcomposite.c220 if (function->bind) { in usb_add_function()
221 value = function->bind(config, function); in usb_add_function()
787 int (*bind)(struct usb_configuration *)) in usb_add_config()
791 if (!bind) in usb_add_config()
802 status = bind(config); in usb_add_config()
2088 status = composite->bind(cdev); in composite_bind()
2167 .bind = composite_bind,
2202 if (!driver || !driver->dev || !driver->bind) in usb_composite_probe()
/linux-4.4.14/net/atm/
Dpvc.c111 .bind = pvc_bind,
/linux-4.4.14/drivers/gpu/drm/vc4/
Dvc4_hvs.c136 .bind = vc4_hvs_bind,
Dvc4_drv.c223 .bind = vc4_drm_bind,
/linux-4.4.14/arch/um/drivers/
Dumcast_user.c115 if (bind(fd, (struct sockaddr *) lsin, sizeof(*lsin)) < 0) { in umcast_open()
Dport_user.c129 if (bind(fd, (struct sockaddr *) &addr, sizeof(addr)) < 0) { in port_listen_fd()
Ddaemon_user.c78 if (bind(fd, (struct sockaddr *) local_addr, sizeof(*local_addr)) < 0) { in connect_to_switch()
/linux-4.4.14/Documentation/i2c/
Dold-module-parameters43 problematic address, and you want another driver to bind to it, then simply
/linux-4.4.14/sound/hda/
Dhdac_i915.c163 .bind = hdac_component_master_bind,
/linux-4.4.14/Documentation/devicetree/bindings/
DABI.txt14 at the same time. The driver can bind against both the old and the
/linux-4.4.14/drivers/gpu/drm/msm/edp/
Dedp.c103 .bind = edp_bind,
/linux-4.4.14/Documentation/devicetree/bindings/ufs/
Dufs-qcom.txt6 To bind UFS PHY with UFS host controller, the controller node should
/linux-4.4.14/drivers/gpu/drm/imx/
Ddw_hdmi-imx.c266 .bind = dw_hdmi_imx_bind,
Dparallel-display.c280 .bind = imx_pd_bind,
Dipuv3-crtc.c449 .bind = ipu_drm_bind,
/linux-4.4.14/drivers/staging/rdma/ehca/
Dehca_qes.h198 } bind; member
/linux-4.4.14/include/uapi/linux/
Dvirtio_gpu.h224 __le32 bind; member
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv40.c66 .bind = nv40_gr_object_bind,
144 .bind = nv40_gr_chan_bind,
Dnv50.c59 .bind = nv50_gr_object_bind,
83 .bind = nv50_gr_chan_bind,
/linux-4.4.14/drivers/gpu/drm/rockchip/
Ddw_hdmi-rockchip.c310 .bind = dw_hdmi_rockchip_bind,
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/
Dxtensa.c53 .bind = nvkm_xtensa_cclass_bind,
Dfalcon.c54 .bind = nvkm_falcon_cclass_bind,
/linux-4.4.14/net/bluetooth/cmtp/
Dsock.c177 .bind = sock_no_bind,
/linux-4.4.14/net/bluetooth/bnep/
Dsock.c174 .bind = sock_no_bind,
/linux-4.4.14/drivers/char/agp/
Dalpha-agp.c101 status = agp->ops->bind(agp, pg_start, mem); in alpha_core_agp_insert_memory()
/linux-4.4.14/Documentation/
Drpmsg.txt162 bind a callback, and possibly some private data too, to an rpmsg address
177 additional rpmsg addresses, and bind them to different rx callbacks.
179 Drivers should provide their channel (so the new endpoint would bind
182 rx callback is invoked), and an address they want to bind with the
Dkernel-per-CPU-kthreads.txt5 not listed here. To reduce OS jitter from non-per-CPU kthreads, bind
13 o Documentation/cgroups: Using cgroups to bind tasks to sets of CPUs.
15 o man taskset: Using the taskset command to bind tasks to sets
19 call to bind tasks to sets of CPUs.
/linux-4.4.14/net/ipv4/
Daf_inet.c434 if (sk->sk_prot->bind) { in inet_bind()
435 err = sk->sk_prot->bind(sk, uaddr, addr_len); in inet_bind()
904 .bind = inet_bind,
932 .bind = inet_bind,
963 .bind = inet_bind,
/linux-4.4.14/net/l2tp/
Dl2tp_ip.c562 .bind = l2tp_ip_bind,
585 .bind = inet_bind,
Dl2tp_ip6.c713 .bind = l2tp_ip6_bind,
736 .bind = inet6_bind,
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_drv.c240 .bind = sti_bind,
Dsti_compositor.c160 .bind = sti_compositor_bind,
/linux-4.4.14/Documentation/devicetree/bindings/power/
Dpower_domain.txt7 This device tree binding can be used to bind PM domain consumer devices with
/linux-4.4.14/drivers/gpu/drm/msm/dsi/
Ddsi.c145 .bind = dsi_bind,
/linux-4.4.14/arch/x86/tools/
Drelocs.c157 static const char *sym_bind(unsigned bind) in sym_bind() argument
167 if (bind < ARRAY_SIZE(bind_name)) { in sym_bind()
168 name = bind_name[bind]; in sym_bind()
/linux-4.4.14/drivers/usb/gadget/udc/
Dudc-core.c501 ret = driver->bind(udc->gadget, driver); in udc_bind_to_driver()
554 if (!driver || !driver->bind || !driver->setup) in usb_gadget_probe_driver()
/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_ioctl.c289 rc_3d.bind = cpu_to_le32(rc->bind); in virtio_gpu_resource_create_ioctl()
Dvirtgpu_ttm.c323 .bind = &virtio_gpu_ttm_backend_bind,
/linux-4.4.14/drivers/thermal/
Dthermal_core.c326 if (!pos->tzp && !pos->ops->bind) in bind_cdev()
329 if (pos->ops->bind) { in bind_cdev()
330 ret = pos->ops->bind(pos, cdev); in bind_cdev()
361 if (!tzp && !tz->ops->bind) in bind_tz()
367 if (tz->ops->bind) { in bind_tz()
369 ret = tz->ops->bind(tz, pos); in bind_tz()
/linux-4.4.14/net/bluetooth/hidp/
Dsock.c207 .bind = sock_no_bind,
/linux-4.4.14/Documentation/driver-model/
Ddriver.txt154 This callback holds the driver-specific logic to bind the driver to a
164 the driver did not bind to this device, in which case it should have
Dbinding.txt84 over, to bind as many devices as possible to the driver.
/linux-4.4.14/drivers/gpu/drm/msm/adreno/
Dadreno_device.c267 .bind = adreno_bind,
/linux-4.4.14/net/ipx/
DKconfig49 bind call. So applications should always initialize the node field
/linux-4.4.14/Documentation/spi/
Dbutterfly51 DataFlash in reset) and tweak the spi_butterfly driver to make it bind to
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_drv.c267 .bind = armada_drm_bind,
/linux-4.4.14/drivers/usb/gadget/function/
Df_serial.c349 gser->port.func.bind = gser_bind; in gser_alloc()
Df_subset.c499 geth->port.func.bind = geth_bind; in geth_alloc()
Df_obex.c481 obex->port.func.bind = obex_bind; in obex_alloc()
/linux-4.4.14/Documentation/misc-devices/mei/
Dmei-client-bus.txt42 The mei_cl_id structure allows the driver to bind itself against a device name.
/linux-4.4.14/net/core/
Dsock_diag.c303 .bind = sock_diag_bind, in diag_net_init()
/linux-4.4.14/include/drm/ttm/
Dttm_bo_driver.h57 int (*bind) (struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem); member
/linux-4.4.14/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c297 .bind = ti_thermal_bind,
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Dsdi.c380 .bind = sdi_bind,
/linux-4.4.14/Documentation/filesystems/nfs/
Drpc-server-gss.txt82 legacy mechanism. To switch to the new mechanism, gss-proxy must bind
/linux-4.4.14/drivers/platform/x86/
Dacerhdf.c487 .bind = acerhdf_bind,
/linux-4.4.14/drivers/isdn/mISDN/
Dsocket.c588 .bind = data_sock_bind,
742 .bind = base_sock_bind,
/linux-4.4.14/net/irda/
Daf_irda.c2598 .bind = irda_bind,
2622 .bind = irda_bind,
2646 .bind = irda_bind,
2671 .bind = irda_bind,
/linux-4.4.14/Documentation/networking/timestamping/
Dtimestamping.c403 if (bind(sock, in main()
/linux-4.4.14/Documentation/accounting/
Dgetdelays.c108 if (bind(fd, (struct sockaddr *) &local, sizeof(local)) < 0) in create_nl_socket()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_vidi.c496 .bind = vidi_bind,
/linux-4.4.14/tools/usb/usbip/src/
Dusbipd.c396 ret = bind(sock, ai->ai_addr, ai->ai_addrlen); in listen_all_addrinfo()
/linux-4.4.14/arch/parisc/kernel/
Dsyscall_table.S86 ENTRY_SAME(bind)
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_ttm.c292 .bind = &qxl_ttm_backend_bind,

12