/linux-4.4.14/arch/alpha/oprofile/ |
D | op_model_ev6.c | 24 unsigned long ctl, reset, need_reset, i; in ev6_reg_setup() local 45 reset = need_reset = 0; in ev6_reg_setup() 56 need_reset |= 1 << i; in ev6_reg_setup() 59 reg->need_reset = need_reset; in ev6_reg_setup()
|
D | op_model_ev5.c | 30 int i, ctl, reset, need_reset; in common_reg_setup() local 89 ctl = reset = need_reset = 0; in common_reg_setup() 108 need_reset |= 1 << i; in common_reg_setup() 112 reg->need_reset = need_reset; in common_reg_setup()
|
D | op_model_ev67.c | 25 unsigned long ctl, reset, need_reset, i; in ev67_reg_setup() local 50 reset = need_reset = 0; in ev67_reg_setup() 61 need_reset |= 1 << i; in ev67_reg_setup() 64 reg->need_reset = need_reset; in ev67_reg_setup()
|
D | op_impl.h | 38 unsigned long need_reset; member
|
D | op_model_ev4.c | 77 reg->need_reset = 0; in ev4_reg_setup()
|
D | common.c | 45 if ((reg.need_reset >> which) & 1) in op_handle_interrupt()
|
/linux-4.4.14/drivers/staging/rts5208/ |
D | rtsx_card.c | 157 clear_bit(SD_NR, &(chip->need_reset)); in do_reset_sd_card() 172 clear_bit(SD_NR, &(chip->need_reset)); in do_reset_sd_card() 180 clear_bit(SD_NR, &(chip->need_reset)); in do_reset_sd_card() 211 clear_bit(XD_NR, &(chip->need_reset)); in do_reset_xd_card() 226 clear_bit(XD_NR, &(chip->need_reset)); in do_reset_xd_card() 233 clear_bit(XD_NR, &(chip->need_reset)); in do_reset_xd_card() 259 clear_bit(MS_NR, &(chip->need_reset)); in do_reset_ms_card() 274 clear_bit(MS_NR, &(chip->need_reset)); in do_reset_ms_card() 281 clear_bit(MS_NR, &(chip->need_reset)); in do_reset_ms_card() 362 if (!chip->need_reset) in rtsx_reset_cards() [all …]
|
D | rtsx_chip.c | 163 chip->need_reset |= SD_CARD; in rtsx_pre_handle_sdio_old() 240 chip->need_reset |= SD_CARD; in rtsx_pre_handle_sdio_new() 293 chip->need_reset |= SD_CARD; in rtsx_pre_handle_sdio_new() 611 chip->need_reset = 0; in rtsx_reset_chip() 627 (unsigned int)(chip->need_reset)); in rtsx_reset_chip() 648 chip->need_reset |= XD_CARD; in rtsx_reset_chip() 650 chip->need_reset |= MS_CARD; in rtsx_reset_chip() 661 (unsigned int)(chip->need_reset)); in rtsx_reset_chip() 2149 set_bit(SD_NR, &chip->need_reset); in rtsx_pre_handle_interrupt() 2154 clear_bit(SD_NR, &chip->need_reset); in rtsx_pre_handle_interrupt() [all …]
|
D | rtsx_chip.h | 715 unsigned long need_reset; /* need reset member
|
/linux-4.4.14/fs/btrfs/ |
D | root-tree.c | 38 int need_reset = 0; in btrfs_read_root_item() local 44 need_reset = 1; in btrfs_read_root_item() 45 if (!need_reset && btrfs_root_generation(item) in btrfs_read_root_item() 56 need_reset = 1; in btrfs_read_root_item() 58 if (need_reset) { in btrfs_read_root_item()
|
/linux-4.4.14/drivers/net/wireless/cw1200/ |
D | txrx.c | 1389 bool need_reset; in cw1200_link_id_gc_work() local 1399 need_reset = false; in cw1200_link_id_gc_work() 1407 need_reset = true; in cw1200_link_id_gc_work() 1415 if (need_reset) { in cw1200_link_id_gc_work() 1427 need_reset = true; in cw1200_link_id_gc_work() 1461 if (need_reset) { in cw1200_link_id_gc_work()
|
/linux-4.4.14/drivers/media/rc/ |
D | mceusb.c | 460 bool need_reset; /* flag to issue a device resume cmd */ member 802 if (ir->need_reset) { in mce_async_out() 803 ir->need_reset = false; in mce_async_out() 975 ir->need_reset = true; in mceusb_handle_command()
|
/linux-4.4.14/drivers/scsi/libsas/ |
D | sas_scsi_host.c | 577 int tmf_resp, need_reset; in sas_eh_handle_sas_errors() local 607 need_reset = task->task_state_flags & SAS_TASK_NEED_DEV_RESET; in sas_eh_handle_sas_errors() 610 if (need_reset) { in sas_eh_handle_sas_errors()
|
/linux-4.4.14/drivers/mmc/host/ |
D | atmel-mci.c | 212 bool need_reset; member 609 host->need_reset = 1; in atmci_timeout_timer() 922 host->need_reset = true; in atmci_prepare_data() 1154 if (host->need_reset || host->caps.need_reset_after_xfer) { in atmci_start_request() 1163 host->need_reset = false; in atmci_start_request() 1544 host->need_reset = 1; in atmci_command_complete()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 2255 bool need_reset = false; in ixgbe_set_coalesce() local 2299 need_reset = true; in ixgbe_set_coalesce() 2303 need_reset = true; in ixgbe_set_coalesce() 2307 need_reset |= ixgbe_update_rsc(adapter); in ixgbe_set_coalesce() 2325 if (need_reset) in ixgbe_set_coalesce()
|
D | ixgbe_main.c | 8004 bool need_reset = false; in ixgbe_set_features() local 8009 need_reset = true; in ixgbe_set_features() 8016 need_reset = true; in ixgbe_set_features() 8031 need_reset = true; in ixgbe_set_features() 8039 need_reset = true; in ixgbe_set_features() 8069 need_reset = true; in ixgbe_set_features() 8082 if (need_reset) in ixgbe_set_features()
|
/linux-4.4.14/drivers/net/usb/ |
D | usbnet.c | 1899 void usbnet_link_change(struct usbnet *dev, bool link, bool need_reset) in usbnet_link_change() argument 1902 if (link && !need_reset) in usbnet_link_change() 1907 if (need_reset && link) in usbnet_link_change()
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | feature.c | 1417 int need_reset; in g5_eth_phy_reset() local 1426 need_reset = of_device_is_compatible(phy, "B5221"); in g5_eth_phy_reset() 1428 if (!need_reset) in g5_eth_phy_reset()
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
D | ql4_def.h | 437 int (*need_reset) (struct scsi_qla_host *); member
|
D | ql4_nx.c | 3265 int need_reset = 0; in qla4_8xxx_device_bootstrap() local 3267 need_reset = ha->isp_ops->need_reset(ha); in qla4_8xxx_device_bootstrap() 3269 if (need_reset) { in qla4_8xxx_device_bootstrap()
|
D | ql4_os.c | 5632 .need_reset = qla4_8xxx_need_reset, 5660 .need_reset = qla4_8xxx_need_reset,
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_nx2.c | 1378 int need_reset = 0; in qla8044_device_bootstrap() local 1382 need_reset = qla8044_need_reset(vha); in qla8044_device_bootstrap() 1384 if (!need_reset) { in qla8044_device_bootstrap()
|
D | qla_nx.c | 2853 int need_reset = 0; in qla82xx_device_bootstrap() local 2855 need_reset = qla82xx_need_reset(ha); in qla82xx_device_bootstrap() 2857 if (need_reset) { in qla82xx_device_bootstrap()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 8220 bool need_reset = false; in i40e_set_ntuple() local 8228 need_reset = true; in i40e_set_ntuple() 8233 need_reset = true; in i40e_set_ntuple() 8249 return need_reset; in i40e_set_ntuple() 8263 bool need_reset; in i40e_set_features() local 8270 need_reset = i40e_set_ntuple(pf, features); in i40e_set_features() 8272 if (need_reset) in i40e_set_features()
|