| /drivers/scsi/ |
| A D | dc395x.c | 211 u8 sync_mode; /* 0:async mode */ member 962 dcb->sync_mode &= ~WIDE_NEGO_ENABLE; in reset_dev_param() 1202 if (dcb->sync_mode & WIDE_NEGO_ENABLE in start_scsi() 2166 dcb->sync_mode |= SYNC_NEGO_DONE; in msgin_set_async() 2219 dcb->sync_mode |= SYNC_NEGO_DONE; in msgin_set_sync() 2241 dcb->sync_mode |= WIDE_NEGO_DONE; in msgin_set_nowide() 2439 i->sync_mode = dcb->sync_mode; in set_xfer_rate() 2627 dcb->sync_mode |= EN_TAG_QUEUEING; in disc_tagq_set() 3012 dcb->sync_mode = 0; in device_alloc() 3021 dcb->sync_mode |= WIDE_NEGO_ENABLE; in device_alloc() [all …]
|
| /drivers/iio/imu/ |
| A D | adis16550.c | 87 u16 sync_mode; member 94 const struct adis16550_sync *sync_mode; member 113 u32 sync_mode; member 426 if (st->sync_mode == ADIS16550_SYNC_MODE_SCALED) { in adis16550_get_freq() 461 if (st->sync_mode == ADIS16550_SYNC_MODE_SCALED) { in adis16550_set_freq_hz() 809 .sync_mode = adis16550_sync_modes, 928 if (st->clk_freq_hz >= st->info->sync_mode[i].min_rate && in adis16550_config_sync() 929 st->clk_freq_hz <= st->info->sync_mode[i].max_rate) { in adis16550_config_sync() 930 sync_mode_data = &st->info->sync_mode[i]; in adis16550_config_sync() 939 if (sync_mode_data->sync_mode == ADIS16550_SYNC_MODE_SCALED) { in adis16550_config_sync() [all …]
|
| A D | adis16475.c | 106 u16 sync_mode; member 140 u16 sync_mode; member 304 if (st->sync_mode == ADIS16475_SYNC_SCALED) { in adis16475_get_freq() 349 if (st->sync_mode == ADIS16475_SYNC_SCALED) { in adis16475_set_freq() 1775 u32 sync_mode; in adis16475_config_sync_mode() local 1795 if (sync_mode >= st->info->num_sync) { in adis16475_config_sync_mode() 1801 sync = &st->info->sync[sync_mode]; in adis16475_config_sync_mode() 1802 st->sync_mode = sync->sync_mode; in adis16475_config_sync_mode() 1805 if (sync->sync_mode != ADIS16475_SYNC_OUTPUT) { in adis16475_config_sync_mode() 1820 if (sync->sync_mode == ADIS16475_SYNC_SCALED) { in adis16475_config_sync_mode() [all …]
|
| /drivers/video/backlight/ |
| A D | mp3309c.c | 66 bool sync_mode; member 104 if (chip->pdata->sync_mode) in mp3309c_enable_device() 314 pdata->sync_mode = !device_property_read_bool(dev, "mps,no-sync-mode"); in mp3309c_parse_fwnode()
|
| /drivers/dpll/zl3073x/ |
| A D | dpll.c | 166 u8 ref, ref_sync_ctrl, sync_mode; in zl3073x_dpll_input_pin_esync_get() local 194 sync_mode = FIELD_GET(ZL_REF_SYNC_CTRL_MODE, ref_sync_ctrl); in zl3073x_dpll_input_pin_esync_get() 196 switch (sync_mode) { in zl3073x_dpll_input_pin_esync_get() 231 u8 ref, ref_sync_ctrl, sync_mode; in zl3073x_dpll_input_pin_esync_set() local 250 sync_mode = ZL_REF_SYNC_CTRL_MODE_REFSYNC_PAIR_OFF; in zl3073x_dpll_input_pin_esync_set() 252 sync_mode = ZL_REF_SYNC_CTRL_MODE_50_50_ESYNC_25_75; in zl3073x_dpll_input_pin_esync_set() 255 ref_sync_ctrl |= FIELD_PREP(ZL_REF_SYNC_CTRL_MODE, sync_mode); in zl3073x_dpll_input_pin_esync_set()
|
| /drivers/scsi/aacraid/ |
| A D | comminit.c | 463 dev->sync_mode) { in aac_define_int_mode() 545 dev->sync_mode = aac_sync_mode; in aac_init_adapter() 562 dev->sync_mode = 1; in aac_init_adapter()
|
| A D | sa.c | 385 dev->sync_mode = 0; /* sync. mode not supported */ in aac_sa_init()
|
| A D | src.c | 253 if ((!dev->sync_mode || command != SEND_SYNCHRONOUS_FIB) && in src_sync_cmd() 1013 if (!dev->sync_mode) { in aac_src_init() 1323 if (!dev->sync_mode) { in aac_srcv_init()
|
| A D | rx.c | 646 dev->sync_mode = 0; /* sync. mode not supported */ in _aac_rx_init()
|
| A D | linit.c | 1689 if (aac->sync_mode) { in aac_probe_one() 1847 if (!dev->sync_mode) { in aac_acquire_resources()
|
| A D | commsup.c | 589 if (dev->sync_mode) { in aac_fib_send() 2402 if (!dev->sync_mode && dev->msi_enabled && dev->max_msix > 1) { in aac_acquire_irq()
|
| A D | aachba.c | 1237 !dev->sync_mode) { in aac_read_raw_io() 1365 !dev->sync_mode) { in aac_write_raw_io() 2301 if (!dev->sync_mode && dev->sa_firmware && in aac_get_adapter_info()
|
| /drivers/bluetooth/ |
| A D | btbcm.h | 40 __u8 sync_mode; member
|
| /drivers/media/i2c/ |
| A D | gc0308.c | 1124 int ret, sync_mode; in gc0308_start_stream() local 1148 sync_mode = 0x3; in gc0308_start_stream() 1150 sync_mode &= ~BIT(0); in gc0308_start_stream() 1152 sync_mode &= ~BIT(1); in gc0308_start_stream() 1153 ret = cci_write(gc0308->regmap, GC0308_SYNC_MODE, sync_mode, NULL); in gc0308_start_stream()
|
| /drivers/clk/ |
| A D | clk-lmk04832.c | 255 unsigned int sync_mode; member 823 lmk->sync_mode)); in lmk04832_sclk_sync_sequence() 999 FIELD_PREP(LMK04832_BIT_SYNC_MODE, lmk->sync_mode)); in lmk04832_register_sclk() 1448 lmk->sync_mode = LMK04832_VAL_SYNC_MODE_OFF; in lmk04832_probe() 1450 &lmk->sync_mode); in lmk04832_probe()
|
| /drivers/iio/adc/ |
| A D | stm32-dfsdm-adc.c | 571 cr1 |= DFSDM_CR1_RSYNC(fl->sync_mode); in stm32_dfsdm_filter_configure() 592 if (!fl->sync_mode && !trig) in stm32_dfsdm_filter_configure() 594 cr1 |= DFSDM_CR1_JSYNC(fl->sync_mode); in stm32_dfsdm_filter_configure() 1823 adc->dfsdm->fl_list[adc->fl_id].sync_mode = val; in stm32_dfsdm_adc_probe()
|
| A D | stm32-dfsdm.h | 297 unsigned int sync_mode; member
|
| /drivers/net/wireless/ti/wl18xx/ |
| A D | acx.c | 314 acx->sync_mode = wl->conf.sg.params[WL18XX_CONF_SG_TIME_SYNC]; in wl18xx_acx_time_sync_cfg()
|
| A D | acx.h | 384 u8 sync_mode; member
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_object.h | 303 enum amdgpu_sync_mode sync_mode, void *owner,
|
| A D | amdgpu_cs.c | 1249 enum amdgpu_sync_mode sync_mode; in amdgpu_cs_sync_rings() local 1251 sync_mode = amdgpu_bo_explicit_sync(bo) ? in amdgpu_cs_sync_rings() 1253 r = amdgpu_sync_resv(p->adev, &p->sync, resv, sync_mode, in amdgpu_cs_sync_rings()
|
| A D | amdgpu_object.c | 1419 enum amdgpu_sync_mode sync_mode, void *owner, in amdgpu_bo_sync_wait_resv() argument 1426 amdgpu_sync_resv(adev, &sync, resv, sync_mode, owner); in amdgpu_bo_sync_wait_resv()
|
| /drivers/gpu/drm/i915/gem/ |
| A D | i915_gem_shmem.c | 302 .sync_mode = WB_SYNC_NONE, in __shmem_writeback()
|
| /drivers/usb/gadget/udc/ |
| A D | omap_udc.c | 519 const int sync_mode = cpu_is_omap15xx() in next_in_dma() local 529 length, 1, sync_mode, dma_trigger, 0); in next_in_dma() 535 ep->ep.maxpacket >> 1, length, sync_mode, in next_in_dma()
|
| /drivers/tty/ |
| A D | synclink_gt.c | 420 static void sync_mode(struct slgt_info *info); 2417 sync_mode(info); in program_hw() 4141 static void sync_mode(struct slgt_info *info) in sync_mode() function
|