Home
last modified time | relevance | path

Searched refs:joined (Results 1 – 25 of 25) sorted by relevance

/linux/net/mac80211/
H A Docb.c126 if (ifocb->joined != true) in ieee80211_ocb_work()
179 if (ifocb->joined == true) in ieee80211_ocb_join()
193 ifocb->joined = true; in ieee80211_ocb_join()
210 ifocb->joined = false; in ieee80211_ocb_leave()
H A Dieee80211_i.h660 bool joined; member
/linux/fs/xfs/scrub/
H A Dquota_repair.c407 bool joined = false; in xrep_quota_data_fork() local
434 if (!joined) { in xrep_quota_data_fork()
436 joined = true; in xrep_quota_data_fork()
453 if (!joined) { in xrep_quota_data_fork()
455 joined = true; in xrep_quota_data_fork()
/linux/drivers/media/pci/cx23885/
H A Dcx23885-i2c.c149 const struct i2c_msg *msg, int joined) in i2c_readbytes() argument
157 if (i2c_debug && !joined) in i2c_readbytes()
175 if (joined) in i2c_readbytes()
/linux/drivers/media/pci/cx25821/
H A Dcx25821-i2c.c161 const struct i2c_msg *msg, int joined) in i2c_readbytes() argument
168 if (i2c_debug && !joined) in i2c_readbytes()
185 if (joined) in i2c_readbytes()
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx27-phytec-phycore-som.dtsi82 /* SW1A and SW1B joined operation */
90 /* SW2A and SW2B joined operation */
/linux/Documentation/admin-guide/device-mapper/
H A Dlinear.rst33 $size1 $size2 linear $2 0" | dmsetup create joined
/linux/Documentation/networking/dsa/
H A Dlan9303.rst24 When both user ports are joined to the same bridge, the normal HW MAC learning
/linux/drivers/net/wireless/ti/wl1251/
H A Dtx.c285 wl->joined = true; in enable_tx_for_packet_injection()
310 if ((wl->vif == NULL) && !wl->joined) in wl1251_tx_frame()
H A Dwl1251.h295 bool joined; member
H A Dmain.c473 wl->joined = false; in wl1251_op_stop()
641 wl->joined = false; in wl1251_op_config()
1605 wl->joined = false; in wl1251_alloc_hw()
/linux/Documentation/networking/device_drivers/ethernet/ti/
H A Dcpsw_switchdev.rst33 filtering, which is provides significant benefits when ports are joined
95 When the both interfaces joined the bridge - CPSW switch driver will enable
H A Dam65_nuss_cpsw_switchdev.rst45 When the both interfaces joined the bridge - CPSW switch driver will enable
/linux/Documentation/ABI/testing/
H A Dsysfs-ocfs224 number and minor number joined by a period, eg "1.10".
H A Dsysfs-bus-i3c96 Active Controller that a newly-joined Target is present on the
/linux/drivers/media/usb/au0828/
H A Dau0828-i2c.c210 const struct i2c_msg *msg, int joined) in i2c_readbytes() argument
/linux/Documentation/networking/
H A Dbridge.rst195 between multicast group addresses and the ports where hosts have joined these
215 individual host that is joined to a particular group or channel. The main
H A Dswitchdev.rst337 changed whether it is static configured or dynamically joined/leave.
/linux/tools/memory-model/
H A Dlinux-kernel.cat138 * critical sections (joined by rcu-link) induces order like a generalized
/linux/Documentation/process/
H A Dcode-of-conduct-interpretation.rst127 access reports made before they joined or after they have left the
/linux/Documentation/driver-api/i3c/
H A Dprotocol.rst107 device joined the bus and is waiting for a dynamic address.
/linux/fs/xfs/libxfs/
H A Dxfs_btree.c4382 bool joined = false; in xfs_btree_delete() local
4395 joined = true; in xfs_btree_delete()
4402 if (joined && (cur->bc_ops->geom_flags & XFS_BTGEO_OVERLAPPING)) { in xfs_btree_delete()
/linux/Documentation/filesystems/
H A Dproc.rst1318 igmp6 IP multicast addresses, which this host joined (IPv6)
1353 igmp IP multicast addresses, which this host joined
/linux/Documentation/filesystems/xfs/
H A Dxfs-delayed-logging-design.rst78 resources joined to it are released, along with the remaining unused reservation
H A Dxfs-online-fsck-design.rst3634 1. The inodes involved are joined and locked to a transaction.