/linux-4.4.14/include/net/ |
D | act_api.h | 105 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/ |
D | act_simple.c | 49 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()
|
D | act_connmark.c | 98 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()
|
D | act_gact.c | 58 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()
|
D | act_skbedit.c | 62 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()
|
D | act_vlan.c | 69 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()
|
D | act_pedit.c | 34 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()
|
D | act_mirred.c | 36 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()
|
D | act_ipt.c | 71 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()
|
D | act_api.c | 56 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 …]
|
D | act_nat.c | 39 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()
|
D | act_bpf.c | 130 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
|
D | act_csum.c | 46 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()
|
D | act_police.c | 116 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/ |
D | evtchn.c | 443 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/ |
D | perf_event_p4.c | 708 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/ |
D | NinjaSCSI.txt | 72 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/ |
D | console.txt | 22 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/ |
D | component.h | 7 int (*bind)(struct device *, struct device *, void *); member 21 int (*bind)(struct device *); member
|
D | cgroup-defs.h | 443 void (*bind)(struct cgroup_subsys_state *root_css); member
|
D | netlink.h | 51 int (*bind)(struct net *net, int group); member
|
D | thermal.h | 96 int (*bind) (struct thermal_zone_device *, member
|
D | net.h | 136 int (*bind) (struct socket *sock, member
|
/linux-4.4.14/drivers/net/usb/ |
D | zaurus.c | 105 .bind = zaurus_bind, 115 .bind = zaurus_bind, 125 .bind = zaurus_bind, 262 .bind = blan_mdlm_bind,
|
D | asix_devices.c | 836 .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,
|
D | cdc_mbim.c | 554 .bind = cdc_mbim_bind, 578 .bind = cdc_mbim_bind, 597 .bind = cdc_mbim_bind,
|
D | gl620a.c | 203 .bind = genelink_bind,
|
D | int51x1.c | 168 .bind = int51x1_bind,
|
D | ax88179_178a.c | 1635 .bind = ax88179_bind, 1648 .bind = ax88179_bind, 1661 .bind = ax88179_bind, 1674 .bind = ax88179_bind, 1687 .bind = ax88179_bind, 1700 .bind = ax88179_bind,
|
D | huawei_cdc_ncm.c | 182 .bind = huawei_cdc_ncm_bind,
|
D | mcs7830.c | 575 .bind = mcs7830_bind, 585 .bind = mcs7830_bind,
|
D | cdc_ether.c | 438 .bind = usbnet_cdc_bind, 448 .bind = usbnet_cdc_bind,
|
D | cdc_eem.c | 348 .bind = eem_bind,
|
D | rndis_host.c | 592 .bind = rndis_bind, 603 .bind = rndis_bind,
|
D | kalmia.c | 336 .bind = kalmia_bind,
|
D | lg-vl600.c | 322 .bind = vl600_bind,
|
D | cx82310_eth.c | 315 .bind = cx82310_bind,
|
D | ch9200.c | 402 .bind = ch9200_bind,
|
D | ax88172a.c | 413 .bind = ax88172a_bind,
|
D | net1080.c | 511 .bind = net1080_bind,
|
/linux-4.4.14/Documentation/fb/ |
D | fbcon.txt | 183 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 …]
|
D | sstfb.txt | 58 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/ |
D | devpts.txt | 35 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.
|
D | sharedsubtree.txt | 51 # 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 …]
|
D | tmpfs.txt | 88 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
|
D | sysfs-tagging.txt | 31 through bind mounting and mounts propagation, a task can easily view
|
D | automount-support.txt | 64 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/ |
D | g84.c | 52 .bind = g84_cipher_oclass_bind, 66 .bind = g84_cipher_cclass_bind,
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-platform | 8 written to driver_override will have an opportunity to bind 17 the device will not bind to any driver. This also allows
|
D | sysfs-bus-amba | 8 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
|
D | configfs-usb-gadget | 15 UDC - bind a gadget to UDC/unbind a gadget; 17 to bind a gadget, empty string "" to unbind.
|
D | sysfs-bus-pci | 1 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/ |
D | nouveau_sgdma.c | 55 .bind = nv04_sgdma_bind, 86 .bind = nv50_sgdma_bind,
|
/linux-4.4.14/tools/testing/selftests/net/ |
D | psock_lib.h | 93 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()
|
D | psock_tpacket.c | 376 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/ |
D | algif_rng.c | 106 .bind = sock_no_bind, 171 .bind = rng_bind,
|
D | algif_hash.c | 234 .bind = sock_no_bind, 342 .bind = sock_no_bind, 450 .bind = hash_bind,
|
D | af_alg.c | 178 private = type->bind(sa->salg_name, in alg_bind() 348 .bind = alg_bind,
|
D | algif_aead.c | 505 .bind = sock_no_bind, 590 .bind = aead_bind,
|
D | algif_skcipher.c | 749 .bind = sock_no_bind, 845 .bind = sock_no_bind, 973 .bind = skcipher_bind,
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
D | user.c | 39 return dmaobj->func->bind(dmaobj, gpuobj, align, pgpuobj); in nvkm_dmaobj_bind() 54 .bind = nvkm_dmaobj_bind,
|
D | priv.h | 7 int (*bind)(struct nvkm_dmaobj *, struct nvkm_gpuobj *, int align, member
|
D | usergf119.c | 64 .bind = gf119_dmaobj_bind,
|
D | usergf100.c | 66 .bind = gf100_dmaobj_bind,
|
D | usernv04.c | 77 .bind = nv04_dmaobj_bind,
|
D | usernv50.c | 66 .bind = nv50_dmaobj_bind,
|
/linux-4.4.14/fs/cachefiles/ |
D | Makefile | 6 bind.o \
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | agp_backend.h | 36 int (*bind)(alpha_agp_info *, off_t, struct agp_memory *); member
|
/linux-4.4.14/Documentation/blockdev/drbd/ |
D | conn-states-8.dot | 3 WFConnection -> Unconnected [ label = "unable to bind()" ]
|
/linux-4.4.14/tools/usb/usbip/ |
D | README | 50 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/ |
D | vmwgfx_resource_priv.h | 77 int (*bind) (struct vmw_resource *res, member
|
D | vmwgfx_context.c | 82 .bind = NULL, 94 .bind = vmw_gb_context_bind, 106 .bind = vmw_dx_context_bind,
|
D | vmwgfx_surface.c | 105 .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()
|
D | vmwgfx_shader.c | 101 .bind = vmw_gb_shader_bind, 118 .bind = vmw_dx_shader_bind,
|
D | vmwgfx_resource.c | 69 .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/ |
D | Makefile | 2 rds-y := af_rds.o bind.o cong.o connection.o info.o message.o \
|
D | tcp_connect.c | 93 ret = sock->ops->bind(sock, (struct sockaddr *)&src, sizeof(src)); in rds_tcp_conn_connect()
|
D | tcp_listen.c | 194 ret = sock->ops->bind(sock, (struct sockaddr *)&sin, sizeof(sin)); in rds_tcp_listen_init()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvnv04.c | 106 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/ |
D | dmacnv50.c | 75 object->hash = chan->func->bind(chan, object->oproxy.object, in nv50_disp_dmac_child_new_() 246 .bind = nv50_disp_dmac_bind,
|
D | dmacgf119.c | 99 .bind = gf119_disp_dmac_bind,
|
D | coregf119.c | 232 .bind = gf119_disp_dmac_bind,
|
D | dmacnv50.h | 15 int (*bind)(struct nv50_disp_dmac *, struct nvkm_object *, u32 handle); member
|
D | corenv50.c | 230 .bind = nv50_disp_dmac_bind,
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_qp.c | 574 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/ |
D | if_alg.h | 52 void *(*bind)(const char *name, u32 type, u32 mask); member
|
/linux-4.4.14/net/ieee802154/ |
D | socket.c | 112 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/ |
D | af_netlink.h | 80 int (*bind)(struct net *net, int group); member
|
D | af_netlink.c | 1212 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/ |
D | tproxy.txt | 27 option before calling bind: 37 bind(fd, &name, sizeof(name));
|
D | packet_mmap.txt | 118 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");
|
D | mac80211-injection.txt | 56 (which is easier than doing the work to bind the socket to the right
|
D | phonet.txt | 86 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/ |
D | nv50.c | 52 .bind = nv50_mpeg_cclass_bind,
|
D | nv44.c | 99 .bind = nv44_mpeg_chan_bind,
|
D | nv31.c | 57 .bind = nv31_mpeg_object_bind,
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/ |
D | object.c | 105 if (object->func->bind) in nvkm_object_bind() 106 return object->func->bind(object, gpuobj, align, pgpuobj); in nvkm_object_bind()
|
D | oproxy.c | 180 .bind = nvkm_oproxy_bind,
|
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl-sst-ipc.h | 75 bool bind; member
|
D | skl-messages.c | 721 msg.bind = false; in skl_unbind_modules() 779 msg.bind = true; in skl_bind_modules()
|
/linux-4.4.14/drivers/acpi/ |
D | glue.c | 320 else if (adev->handler && adev->handler->bind) in acpi_platform_notify() 321 adev->handler->bind(dev); in acpi_platform_notify()
|
D | thermal.c | 769 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/ |
D | composite.h | 202 int (*bind)(struct usb_configuration *, member 381 int (*bind)(struct usb_composite_dev *cdev); member
|
D | usbnet.h | 122 int (*bind)(struct usbnet *, struct usb_interface *); member
|
/linux-4.4.14/include/uapi/drm/ |
D | virtgpu_drm.h | 74 uint32_t bind; member
|
/linux-4.4.14/net/phonet/ |
D | socket.c | 174 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/ |
D | ttm_agp_backend.c | 108 .bind = ttm_agp_bind,
|
D | ttm_tt.c | 279 ret = ttm->func->bind(ttm, bo_mem); in ttm_tt_bind()
|
/linux-4.4.14/Documentation/connector/ |
D | connector.txt | 16 bind(); 161 if (bind(s, (struct sockaddr *)&l_local, sizeof(struct sockaddr_nl)) == -1) { 162 perror("bind");
|
D | ucon.c | 165 if (bind(s, (struct sockaddr *)&l_local, sizeof(struct sockaddr_nl)) == -1) { in main()
|
/linux-4.4.14/Documentation/thermal/ |
D | sysfs-api.txt | 41 /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/ |
D | ncm.c | 207 .bind = gncm_bind,
|
D | gmidi.c | 191 .bind = midi_bind,
|
D | printer.c | 216 .bind = printer_bind,
|
D | cdc2.c | 233 .bind = cdc_bind,
|
D | acm_ms.c | 259 .bind = acm_ms_bind,
|
D | mass_storage.c | 250 .bind = msg_bind,
|
D | serial.c | 242 .bind = gs_bind,
|
D | hid.c | 263 .bind = hid_bind,
|
D | audio.c | 303 .bind = audio_bind,
|
D | ether.c | 478 .bind = eth_bind,
|
D | zero.c | 409 .bind = zero_bind,
|
D | nokia.c | 432 .bind = nokia_bind,
|
D | webcam.c | 430 .bind = webcam_bind,
|
D | multi.c | 490 .bind = multi_bind,
|
D | dbgp.c | 398 .bind = dbgp_bind,
|
/linux-4.4.14/drivers/usb/atm/ |
D | usbatm.h | 91 int (*bind) (struct usbatm_data *, struct usb_interface *, member
|
D | usbatm.c | 1053 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()
|
D | xusbatm.c | 209 xusbatm_drivers[i].bind = xusbatm_bind; in xusbatm_init()
|
/linux-4.4.14/net/ipv6/ |
D | af_inet6.c | 269 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,
|
D | ping.c | 40 .bind = ping_bind,
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | object.h | 37 int (*bind)(struct nvkm_object *, struct nvkm_gpuobj *, int align, member
|
/linux-4.4.14/samples/bpf/ |
D | libbpf.c | 140 if (bind(sock, (struct sockaddr *)&sll, sizeof(sll)) < 0) { in open_raw_sock()
|
/linux-4.4.14/drivers/base/ |
D | component.c | 186 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/ |
D | rawsock.c | 282 .bind = sock_no_bind, 302 .bind = sock_no_bind,
|
D | llcp_sock.c | 889 .bind = llcp_sock_bind, 909 .bind = llcp_raw_sock_bind,
|
/linux-4.4.14/drivers/usb/gadget/ |
D | composite.c | 220 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/ |
D | pvc.c | 111 .bind = pvc_bind,
|
/linux-4.4.14/drivers/gpu/drm/vc4/ |
D | vc4_hvs.c | 136 .bind = vc4_hvs_bind,
|
D | vc4_drv.c | 223 .bind = vc4_drm_bind,
|
/linux-4.4.14/arch/um/drivers/ |
D | umcast_user.c | 115 if (bind(fd, (struct sockaddr *) lsin, sizeof(*lsin)) < 0) { in umcast_open()
|
D | port_user.c | 129 if (bind(fd, (struct sockaddr *) &addr, sizeof(addr)) < 0) { in port_listen_fd()
|
D | daemon_user.c | 78 if (bind(fd, (struct sockaddr *) local_addr, sizeof(*local_addr)) < 0) { in connect_to_switch()
|
/linux-4.4.14/Documentation/i2c/ |
D | old-module-parameters | 43 problematic address, and you want another driver to bind to it, then simply
|
/linux-4.4.14/sound/hda/ |
D | hdac_i915.c | 163 .bind = hdac_component_master_bind,
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | ABI.txt | 14 at the same time. The driver can bind against both the old and the
|
/linux-4.4.14/drivers/gpu/drm/msm/edp/ |
D | edp.c | 103 .bind = edp_bind,
|
/linux-4.4.14/Documentation/devicetree/bindings/ufs/ |
D | ufs-qcom.txt | 6 To bind UFS PHY with UFS host controller, the controller node should
|
/linux-4.4.14/drivers/gpu/drm/imx/ |
D | dw_hdmi-imx.c | 266 .bind = dw_hdmi_imx_bind,
|
D | parallel-display.c | 280 .bind = imx_pd_bind,
|
D | ipuv3-crtc.c | 449 .bind = ipu_drm_bind,
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ehca_qes.h | 198 } bind; member
|
/linux-4.4.14/include/uapi/linux/ |
D | virtio_gpu.h | 224 __le32 bind; member
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | nv40.c | 66 .bind = nv40_gr_object_bind, 144 .bind = nv40_gr_chan_bind,
|
D | nv50.c | 59 .bind = nv50_gr_object_bind, 83 .bind = nv50_gr_chan_bind,
|
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
D | dw_hdmi-rockchip.c | 310 .bind = dw_hdmi_rockchip_bind,
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/ |
D | xtensa.c | 53 .bind = nvkm_xtensa_cclass_bind,
|
D | falcon.c | 54 .bind = nvkm_falcon_cclass_bind,
|
/linux-4.4.14/net/bluetooth/cmtp/ |
D | sock.c | 177 .bind = sock_no_bind,
|
/linux-4.4.14/net/bluetooth/bnep/ |
D | sock.c | 174 .bind = sock_no_bind,
|
/linux-4.4.14/drivers/char/agp/ |
D | alpha-agp.c | 101 status = agp->ops->bind(agp, pg_start, mem); in alpha_core_agp_insert_memory()
|
/linux-4.4.14/Documentation/ |
D | rpmsg.txt | 162 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
|
D | kernel-per-CPU-kthreads.txt | 5 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/ |
D | af_inet.c | 434 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/ |
D | l2tp_ip.c | 562 .bind = l2tp_ip_bind, 585 .bind = inet_bind,
|
D | l2tp_ip6.c | 713 .bind = l2tp_ip6_bind, 736 .bind = inet6_bind,
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_drv.c | 240 .bind = sti_bind,
|
D | sti_compositor.c | 160 .bind = sti_compositor_bind,
|
/linux-4.4.14/Documentation/devicetree/bindings/power/ |
D | power_domain.txt | 7 This device tree binding can be used to bind PM domain consumer devices with
|
/linux-4.4.14/drivers/gpu/drm/msm/dsi/ |
D | dsi.c | 145 .bind = dsi_bind,
|
/linux-4.4.14/arch/x86/tools/ |
D | relocs.c | 157 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/ |
D | udc-core.c | 501 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/ |
D | virtgpu_ioctl.c | 289 rc_3d.bind = cpu_to_le32(rc->bind); in virtio_gpu_resource_create_ioctl()
|
D | virtgpu_ttm.c | 323 .bind = &virtio_gpu_ttm_backend_bind,
|
/linux-4.4.14/drivers/thermal/ |
D | thermal_core.c | 326 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/ |
D | sock.c | 207 .bind = sock_no_bind,
|
/linux-4.4.14/Documentation/driver-model/ |
D | driver.txt | 154 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
|
D | binding.txt | 84 over, to bind as many devices as possible to the driver.
|
/linux-4.4.14/drivers/gpu/drm/msm/adreno/ |
D | adreno_device.c | 267 .bind = adreno_bind,
|
/linux-4.4.14/net/ipx/ |
D | Kconfig | 49 bind call. So applications should always initialize the node field
|
/linux-4.4.14/Documentation/spi/ |
D | butterfly | 51 DataFlash in reset) and tweak the spi_butterfly driver to make it bind to
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_drv.c | 267 .bind = armada_drm_bind,
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_serial.c | 349 gser->port.func.bind = gser_bind; in gser_alloc()
|
D | f_subset.c | 499 geth->port.func.bind = geth_bind; in geth_alloc()
|
D | f_obex.c | 481 obex->port.func.bind = obex_bind; in obex_alloc()
|
/linux-4.4.14/Documentation/misc-devices/mei/ |
D | mei-client-bus.txt | 42 The mei_cl_id structure allows the driver to bind itself against a device name.
|
/linux-4.4.14/net/core/ |
D | sock_diag.c | 303 .bind = sock_diag_bind, in diag_net_init()
|
/linux-4.4.14/include/drm/ttm/ |
D | ttm_bo_driver.h | 57 int (*bind) (struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem); member
|
/linux-4.4.14/drivers/thermal/ti-soc-thermal/ |
D | ti-thermal-common.c | 297 .bind = ti_thermal_bind,
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | sdi.c | 380 .bind = sdi_bind,
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | rpc-server-gss.txt | 82 legacy mechanism. To switch to the new mechanism, gss-proxy must bind
|
/linux-4.4.14/drivers/platform/x86/ |
D | acerhdf.c | 487 .bind = acerhdf_bind,
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | socket.c | 588 .bind = data_sock_bind, 742 .bind = base_sock_bind,
|
/linux-4.4.14/net/irda/ |
D | af_irda.c | 2598 .bind = irda_bind, 2622 .bind = irda_bind, 2646 .bind = irda_bind, 2671 .bind = irda_bind,
|
/linux-4.4.14/Documentation/networking/timestamping/ |
D | timestamping.c | 403 if (bind(sock, in main()
|
/linux-4.4.14/Documentation/accounting/ |
D | getdelays.c | 108 if (bind(fd, (struct sockaddr *) &local, sizeof(local)) < 0) in create_nl_socket()
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_vidi.c | 496 .bind = vidi_bind,
|
/linux-4.4.14/tools/usb/usbip/src/ |
D | usbipd.c | 396 ret = bind(sock, ai->ai_addr, ai->ai_addrlen); in listen_all_addrinfo()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 86 ENTRY_SAME(bind)
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_ttm.c | 292 .bind = &qxl_ttm_backend_bind,
|