Searched refs:no_sync (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/net/mac80211/ |
H A D | mesh_sync.c | 112 goto no_sync; in mesh_sync_offset_rx_bcn_presp() 123 goto no_sync; in mesh_sync_offset_rx_bcn_presp() 145 goto no_sync; in mesh_sync_offset_rx_bcn_presp() 161 no_sync: in mesh_sync_offset_rx_bcn_presp()
|
/openbmc/linux/rust/alloc/ |
H A D | lib.rs | 80 not(no_sync), 247 #[cfg(all(not(no_rc), not(no_sync), not(no_global_oom_handling)))] 258 #[cfg(all(not(no_rc), not(no_sync), target_has_atomic = "ptr"))] 260 #[cfg(all(not(no_global_oom_handling), not(no_rc), not(no_sync), target_has_atomic = "ptr"))]
|
/openbmc/linux/drivers/scsi/ |
H A D | mvme147.c | 110 hdata->no_sync = 0xff; in mvme147_init()
|
H A D | wd33c93.c | 850 if (hostdata->no_sync & (1 << cmd->device->id)) { in wd33c93_intr() 1936 hostdata->no_sync = val; in wd33c93_init() 1985 hostdata->microcode, hostdata->no_sync, hostdata->no_dma); in wd33c93_init() 2055 set_resync(hd, x ^ hd->no_sync); in wd33c93_write_info() 2056 hd->no_sync = x; in wd33c93_write_info() 2085 hd->clock_freq, hd->no_sync, hd->no_dma, hd->dma_mode, hd->fast); in wd33c93_show_info()
|
H A D | wd33c93.h | 242 uchar no_sync; /* bitmask: don't do sync on these targets */ member
|
H A D | a2091.c | 234 hdata->wh.no_sync = 0xff; in a2091_probe()
|
H A D | a3000.c | 254 hdata->wh.no_sync = 0xff; in amiga_a3000_scsi_probe()
|
H A D | sgiwd93.c | 259 hdata->wh.no_sync = 0; in sgiwd93_probe()
|
H A D | gvp11.c | 389 hdata->wh.no_sync = 0xff; in gvp11_probe()
|
H A D | qla1280.h | 997 uint32_t no_sync:1; member
|
H A D | qla1280.c | 1198 if (driver_setup.no_sync || in qla1280_slave_configure() 4061 driver_setup.no_sync = 1; in qla1280_setup()
|
/openbmc/linux/drivers/media/i2c/ |
H A D | tc358743.c | 269 static inline bool no_sync(struct v4l2_subdev *sd) in no_sync() function 316 if (no_sync(sd)) { in tc358743_get_detected_timings() 1082 if (no_sync(sd) || no_signal(sd)) { in tc358743_hdmi_misc_int_handler() 1159 if (!no_signal(sd) && !no_sync(sd)) in tc358743_hdmi_clk_int_handler() 1211 if (no_sync(sd) || no_signal(sd)) { in tc358743_hdmi_sys_int_handler() 1517 *status |= no_sync(sd) ? V4L2_IN_ST_NO_SYNC : 0; in tc358743_g_input_status()
|
/openbmc/linux/rust/ |
H A D | Makefile | 71 --cfg no_sync \
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.ncr53c8xx | 261 - 'no_sync' changed to 'no_disc' in the README file. This is an old
|