Searched refs:joined (Results 1 - 10 of 10) sorted by relevance

/linux-master/net/mac80211/
H A Docb.c126 if (ifocb->joined != true)
179 if (ifocb->joined == true)
193 ifocb->joined = true;
210 ifocb->joined = false;
H A Dieee80211_i.h648 * @joined: indication if the interface is connected to an OCB network
657 bool joined; member in struct:ieee80211_if_ocb
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-i2c.c161 const struct i2c_msg *msg, int joined)
168 if (i2c_debug && !joined)
185 if (joined)
160 i2c_readbytes(struct i2c_adapter *i2c_adap, const struct i2c_msg *msg, int joined) argument
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-i2c.c149 const struct i2c_msg *msg, int joined)
157 if (i2c_debug && !joined)
175 if (joined)
148 i2c_readbytes(struct i2c_adapter *i2c_adap, const struct i2c_msg *msg, int joined) argument
/linux-master/fs/xfs/scrub/
H A Dquota_repair.c395 * joined.
410 bool joined = false; local
437 if (!joined) {
439 joined = true;
460 if (!joined) {
462 joined = true;
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dtx.c285 wl->joined = true;
310 if ((wl->vif == NULL) && !wl->joined)
H A Dwl1251.h295 bool joined; member in struct:wl1251
H A Dmain.c473 wl->joined = false;
641 wl->joined = false;
1605 wl->joined = false;
/linux-master/drivers/media/usb/au0828/
H A Dau0828-i2c.c210 const struct i2c_msg *msg, int joined)
209 i2c_readbytes(struct i2c_adapter *i2c_adap, const struct i2c_msg *msg, int joined) argument
/linux-master/fs/xfs/libxfs/
H A Dxfs_btree.c4372 * If we joined with the left neighbor, set the buffer in the
4381 * If we joined with the right neighbor and there's a level above
4433 bool joined = false; local
4446 joined = true;
4453 if (joined && (cur->bc_ops->geom_flags & XFS_BTGEO_OVERLAPPING)) {

Completed in 394 milliseconds