/linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
D | cmd.c | 276 struct cmd_join *join; in wl1251_cmd_join() local 280 join = kzalloc(sizeof(*join), GFP_KERNEL); in wl1251_cmd_join() 281 if (!join) { in wl1251_cmd_join() 291 bssid = (u8 *) &join->bssid_lsb; in wl1251_cmd_join() 295 join->rx_config_options = wl->rx_config; in wl1251_cmd_join() 296 join->rx_filter_options = wl->rx_filter; in wl1251_cmd_join() 298 join->basic_rate_set = RATE_MASK_1MBPS | RATE_MASK_2MBPS | in wl1251_cmd_join() 301 join->beacon_interval = beacon_interval; in wl1251_cmd_join() 302 join->dtim_interval = dtim_interval; in wl1251_cmd_join() 303 join->bss_type = bss_type; in wl1251_cmd_join() [all …]
|
/linux-4.4.14/drivers/net/wireless/cw1200/ |
D | sta.c | 1219 struct wsm_join join = { in cw1200_do_join() local 1260 if (!join.basic_rate_set) in cw1200_do_join() 1261 join.basic_rate_set = 7; in cw1200_do_join() 1267 join.beacon_interval = priv->beacon_int; in cw1200_do_join() 1284 join.dtim_period = priv->join_dtim_period; in cw1200_do_join() 1286 join.channel_number = priv->channel->hw_value; in cw1200_do_join() 1287 join.band = (priv->channel->band == IEEE80211_BAND_5GHZ) ? in cw1200_do_join() 1290 memcpy(join.bssid, bssid, sizeof(join.bssid)); in cw1200_do_join() 1293 join.bssid, in cw1200_do_join() 1294 join.dtim_period, priv->beacon_int); in cw1200_do_join() [all …]
|
/linux-4.4.14/arch/powerpc/sysdev/xics/ |
D | xics-common.c | 91 void xics_set_cpu_giq(unsigned int gserver, unsigned int join) in xics_set_cpu_giq() argument 102 status = rtas_set_indicator_fast(GLOBAL_INTERRUPT_QUEUE, index, join); in xics_set_cpu_giq() 105 GLOBAL_INTERRUPT_QUEUE, index, join, status); in xics_set_cpu_giq()
|
/linux-4.4.14/scripts/ |
D | checkkconfigsymbols.py | 141 print "%s\t%s" % (yel(feature), ", ".join(files)) 150 print "%s\t%s" % (yel(feature), ", ".join(files)) 163 print "%s\t%s" % (yel(feature), ", ".join(files))
|
/linux-4.4.14/drivers/xen/xenbus/ |
D | xenbus_xs.c | 356 static char *join(const char *dir, const char *name) in join() function 396 path = join(dir, node); in xenbus_directory() 434 path = join(dir, node); in xenbus_read() 454 path = join(dir, node); in xenbus_write() 476 path = join(dir, node); in xenbus_mkdir() 492 path = join(dir, node); in xenbus_rm()
|
/linux-4.4.14/drivers/md/ |
D | md-cluster.h | 12 int (*join)(struct mddev *mddev, int nodes); member
|
D | md-cluster.c | 696 static int join(struct mddev *mddev, int nodes) in join() function 1022 .join = join,
|
D | md.c | 7590 return md_cluster_ops->join(mddev, nodes); in md_setup_cluster()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | Makefile | 30 mwifiex-y += join.o
|
D | README | 54 iw dev mlan0 ibss join <SSID> <freq in MHz> [fixed-freq] [fixed-bssid] [key 0:abcde] 55 The command will be used to join or create an ibss. Optionally, operating frequency,
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | xics.h | 146 extern void xics_set_cpu_giq(unsigned int gserver, unsigned int join);
|
/linux-4.4.14/tools/hv/ |
D | lsvmbus | 79 d.chn_vp_mapping = '\n'.join(chn_vp_mapping)
|
/linux-4.4.14/Documentation/trace/ |
D | function-graph-fold.vim | 36 return join(s, '|')
|
/linux-4.4.14/Documentation/device-mapper/ |
D | linear.txt | 35 # Split a device into 4M chunks and then join them together in reverse order.
|
/linux-4.4.14/Documentation/networking/ |
D | gianfar.txt | 29 before the hash tables. See Linux documentation on how to join
|
D | ray_cs.txt | 61 To join an existing network with 87 essid string ESS ID - network name to join
|
D | tlan.txt | 114 There is also a tlan mailing list which you can join by sending "subscribe tlan"
|
D | README.ipw2200 | 352 sequence and requirements for the driver to be able to create, join, or 362 The easiest way to get onto an Ad-Hoc network is to join one that
|
D | decnet.txt | 219 list that you can join, details are at:
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | event_analyzing_sample.py | 189 print ' '.join(['%s=%s'%(k,str(v))for k,v in sorted(event_fields_dict.items())])
|
/linux-4.4.14/scripts/gdb/linux/ |
D | symbols.py | 107 return "".join(args)
|
/linux-4.4.14/drivers/net/wireless/ |
D | at76c50x-usb.c | 1684 struct at76_req_join join; in at76_join() local 1687 memset(&join, 0, sizeof(struct at76_req_join)); in at76_join() 1688 memcpy(join.essid, priv->essid, priv->essid_size); in at76_join() 1689 join.essid_size = priv->essid_size; in at76_join() 1690 memcpy(join.bssid, priv->bssid, ETH_ALEN); in at76_join() 1691 join.bss_type = INFRASTRUCTURE_MODE; in at76_join() 1692 join.channel = priv->channel; in at76_join() 1693 join.timeout = cpu_to_le16(2000); in at76_join() 1696 ret = at76_set_card_command(priv->udev, CMD_JOIN, &join, in at76_join()
|
D | atmel.c | 2794 static void join(struct atmel_private *priv, int type) in join() function 2860 join(priv, BSS_TYPE_INFRASTRUCTURE); in handle_beacon_probe() 2862 join(priv, BSS_TYPE_AD_HOC); in handle_beacon_probe() 3272 join(priv, BSS_TYPE_INFRASTRUCTURE); in atmel_join_bss() 3274 join(priv, BSS_TYPE_AD_HOC); in atmel_join_bss() 3425 join(priv, BSS_TYPE_INFRASTRUCTURE); in atmel_management_frame() 3436 join(priv, BSS_TYPE_INFRASTRUCTURE); in atmel_management_frame()
|
/linux-4.4.14/fs/reiserfs/ |
D | journal.c | 112 unsigned long nblocks, int join); 3022 int join) in do_journal_begin_r() argument 3042 if (join != JBEGIN_ABORT && reiserfs_is_journal_aborted(journal)) { in do_journal_begin_r() 3066 if ((!join && journal->j_must_wait > 0) || in do_journal_begin_r() 3067 (!join in do_journal_begin_r() 3069 || (!join && atomic_read(&journal->j_wcount) > 0 in do_journal_begin_r() 3072 journal->j_max_trans_age) || (!join in do_journal_begin_r() 3074 || (!join && journal->j_cnode_free < (journal->j_trans_max * 3))) { in do_journal_begin_r() 3080 if (!join && (journal->j_len_alloc + nblocks + 2) >= in do_journal_begin_r()
|
/linux-4.4.14/Documentation/development-process/ |
D | 8.Conclusion | 69 everybody involved wins. Fire up your editor and come join us; you will be
|
D | 1.Intro | 109 join our community.
|
/linux-4.4.14/tools/perf/tests/ |
D | attr.py | 309 parser.error('FAILED wrong arguments %s' % ' '.join(args))
|
/linux-4.4.14/Documentation/filesystems/ |
D | gfs2-uevents.txt | 78 able to join the cluster.
|
D | dlmfs.txt | 83 mkdir(2) signals dlmfs to join a domain (which will have the same name
|
D | romfs.txt | 153 traffic, so you are welcome to join it to discuss your ideas. :)
|
D | ext4.txt | 292 commit time to see if other operations will join
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | arm-boards | 172 connectors to join the coherency domain.
|
/linux-4.4.14/Documentation/isdn/ |
D | README.sc | 13 total risk by using this driver, we encourage you to join the beta 16 To join the Linux beta mailing list, send a message to:
|
D | README | 594 (fritz@isdn4linux.de), if you want to join that list.
|
/linux-4.4.14/Documentation/blockdev/ |
D | paride.txt | 393 by e-mail to grant@torque.net, or join the linux-parport mailing list 398 You can join the linux-parport mailing list by sending a mail message
|
D | README.DAC960 | 263 for DAC960 PCI RAID Controllers. To join the mailing list, send a message to
|
/linux-4.4.14/kernel/sched/ |
D | fair.c | 1937 bool join = false; in task_numa_group() local 1996 join = true; in task_numa_group() 2000 join = true; in task_numa_group() 2003 *priv = !join; in task_numa_group() 2005 if (join && !get_numa_group(grp)) in task_numa_group() 2010 if (!join) in task_numa_group()
|
/linux-4.4.14/net/ipv4/ |
D | devinet.c | 555 static int ip_mc_config(struct sock *sk, bool join, const struct in_ifaddr *ifa) in ip_mc_config() argument 566 if (join) in ip_mc_config()
|
/linux-4.4.14/Documentation/ |
D | kernel-docs.txt | 667 it. Read it to see how to join the mailing list. Dozens of 709 Try irc.oftc.net as your server and then /join #kernelnewbies.
|
D | HOWTO | 188 some task to start doing to join into the kernel development community,
|
/linux-4.4.14/drivers/acpi/ |
D | Kconfig | 37 the UEFI Forum and any UEFI member can join the ASWG and contribute
|
/linux-4.4.14/Documentation/PCI/ |
D | pci-error-recovery.txt | 170 >>> to "join" before proceeding with recovery.) This seems excessively
|
/linux-4.4.14/Documentation/usb/ |
D | usb-serial.txt | 489 above, or join the Linux-USB mailing list (information on joining the
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi_fc_transport.txt | 44 interact with the Fabric Port to join multiple fabrics. The port will
|
D | BusLogic.txt | 564 for BusLogic SCSI Host Adapters. To join the mailing list, send a message to
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | dsa.txt | 529 specified bridge being requested the join
|
/linux-4.4.14/net/ipv6/ |
D | addrconf.c | 2613 static int ipv6_mc_config(struct sock *sk, bool join, in ipv6_mc_config() argument 2621 if (join) in ipv6_mc_config()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_btree.c | 3811 XFS_BTREE_STATS_INC(cur, join); in xfs_btree_delrec()
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 168 new one, or to attempt to create or join one of a specific name.
|