Searched refs:no_sync (Results 1 - 12 of 12) sorted by relevance

/linux-master/net/mac80211/
H A Dmesh_sync.c114 goto no_sync;
125 goto no_sync;
147 goto no_sync;
163 no_sync:
/linux-master/drivers/scsi/
H A Dmvme147.c110 hdata->no_sync = 0xff;
H A Dwd33c93.h242 uchar no_sync; /* bitmask: don't do sync on these targets */ member in struct:WD33C93_hostdata
H A Da2091.c234 hdata->wh.no_sync = 0xff;
H A Dwd33c93.c850 if (hostdata->no_sync & (1 << cmd->device->id)) {
1936 hostdata->no_sync = val;
1979 printk("wd33c93-%d: chip=%s/%d no_sync=0x%x no_dma=%d",
1985 hostdata->microcode, hostdata->no_sync, hostdata->no_dma);
2055 set_resync(hd, x ^ hd->no_sync);
2056 hd->no_sync = x;
2083 seq_printf(m, "\nclock_freq=%02x no_sync=%02x no_dma=%d"
2085 hd->clock_freq, hd->no_sync, hd->no_dma, hd->dma_mode, hd->fast);
H A Da3000.c254 hdata->wh.no_sync = 0xff;
H A Dsgiwd93.c259 hdata->wh.no_sync = 0;
H A Dgvp11.c389 hdata->wh.no_sync = 0xff;
H A Dqla1280.h997 uint32_t no_sync:1; member in struct:qla_driver_setup
H A Dqla1280.c1200 if (driver_setup.no_sync ||
4062 driver_setup.no_sync = 1;
/linux-master/drivers/media/i2c/
H A Dtc358743.c269 static inline bool no_sync(struct v4l2_subdev *sd) function
316 if (no_sync(sd)) {
1082 if (no_sync(sd) || no_signal(sd)) {
1159 if (!no_signal(sd) && !no_sync(sd))
1211 if (no_sync(sd) || no_signal(sd)) {
1517 *status |= no_sync(sd) ? V4L2_IN_ST_NO_SYNC : 0;
/linux-master/rust/
H A DMakefile71 --cfg no_sync \

Completed in 279 milliseconds