Home
last modified time | relevance | path

Searched refs:disable (Results 1 – 25 of 144) sorted by relevance

123456

/drivers/mmc/host/
Dricoh_mmc.c51 u8 disable; in ricoh_mmc_disable() local
56 pci_read_config_byte(fw_dev, 0xB7, &disable); in ricoh_mmc_disable()
57 if (disable & 0x02) { in ricoh_mmc_disable()
68 pci_write_config_byte(fw_dev, 0xB7, disable | 0x02); in ricoh_mmc_disable()
74 pci_read_config_byte(fw_dev, 0xCB, &disable); in ricoh_mmc_disable()
75 if (disable & 0x02) { in ricoh_mmc_disable()
84 pci_write_config_byte(fw_dev, 0xCB, disable | 0x02); in ricoh_mmc_disable()
98 u8 disable; in ricoh_mmc_enable() local
107 pci_read_config_byte(fw_dev, 0xB7, &disable); in ricoh_mmc_enable()
108 pci_write_config_byte(fw_dev, 0xB7, disable & ~0x02); in ricoh_mmc_enable()
[all …]
/drivers/usb/host/
Dohci-tmio.c258 if (cell->disable) in ohci_hcd_tmio_drv_probe()
259 cell->disable(dev); in ohci_hcd_tmio_drv_probe()
281 if (cell->disable) in ohci_hcd_tmio_drv_remove()
282 cell->disable(dev); in ohci_hcd_tmio_drv_remove()
Dohci-hcd.c503 disable (ohci); in ohci_init()
578 disable (ohci); in ohci_run()
764 disable (ohci); in ohci_irq()
788 disable (ohci); in ohci_irq()
929 disable (ohci); in ohci_restart()
/drivers/net/phy/
Dnational.c103 static void ns_10_base_t_hdx_loopack(struct phy_device *phydev, int disable) in ns_10_base_t_hdx_loopack() argument
105 if (disable) in ns_10_base_t_hdx_loopack()
/drivers/regulator/
Dda903x.c312 .disable = da903x_disable,
321 .disable = da903x_disable,
330 .disable = da903x_disable,
338 .disable = da903x_disable,
347 .disable = da903x_disable,
Dwm8400-regulator.c94 .disable = wm8400_ldo_disable,
239 .disable = wm8400_dcdc_disable,
/drivers/pci/hotplug/
Dibmphp_hpc.c934 u8 disable = 0; in process_changeinstatus() local
960 disable = 1; in process_changeinstatus()
984 disable = 1; in process_changeinstatus()
992 if (disable) { in process_changeinstatus()
998 if (update || disable) { in process_changeinstatus()
1002 debug ("%s - Exit rc[%d] disable[%x] update[%x]\n", __func__, rc, disable, update); in process_changeinstatus()
/drivers/message/i2o/
Dpci.c341 goto disable; in i2o_pci_probe()
351 goto disable; in i2o_pci_probe()
441 disable: in i2o_pci_probe()
/drivers/input/serio/
Dpcips2.c141 goto disable; in pcips2_probe()
172 disable: in pcips2_probe()
/drivers/cpuidle/
Dcpuidle.c210 if (cpuidle_curr_governor->disable) in cpuidle_disable_device()
211 cpuidle_curr_governor->disable(dev); in cpuidle_disable_device()
/drivers/watchdog/
Dar7_wdt.c67 u32 disable; member
145 WRITE_REG(ar7_wdt->disable, value); in ar7_wdt_disable()
/drivers/media/common/tuners/
Dtda8290.c64 unsigned char disable[2] = { 0x21, 0x00 }; in tda8290_i2c_bridge() local
73 msg = disable; in tda8290_i2c_bridge()
85 unsigned char disable[2] = { 0x46, 0x00 }; in tda8295_i2c_bridge() local
95 msg = disable; in tda8295_i2c_bridge()
/drivers/scsi/lpfc/
Dlpfc_vport.c280 lpfc_vport_create(struct fc_vport *fc_vport, bool disable) in lpfc_vport_create() argument
394 if (disable) { in lpfc_vport_create()
514 lpfc_vport_disable(struct fc_vport *fc_vport, bool disable) in lpfc_vport_disable() argument
516 if (disable) in lpfc_vport_disable()
/drivers/platform/x86/
Ddell-laptop.c180 int disable = (state == RFKILL_STATE_UNBLOCKED) ? 0 : 1; in dell_rfkill_set() local
183 buffer.input[0] = (1 | (radio<<8) | (disable << 16)); in dell_rfkill_set()
/drivers/video/omap/
Dlcd_h4.c69 .disable = h4_panel_disable,
Dlcd_palmz71.c75 .disable = palmz71_panel_disable,
Dlcd_palmtt.c80 .disable = palmtt_panel_disable,
Dlcd_palmte.c75 .disable = palmte_panel_disable,
Dlcd_inn1510.c75 .disable = innovator1510_panel_disable,
Dlcd_osk.c94 .disable = osk_panel_disable,
Dlcd_h3.c91 .disable = h3_panel_disable,
Dlcd_inn1610.c99 .disable = innovator1610_panel_disable,
/drivers/mfd/
Dmcp.h35 void (*disable)(struct mcp *); member
Dtc6393xb.c364 .disable = tc6393xb_ohci_disable,
373 .disable = tc6393xb_fb_disable,
691 tcpd->disable(dev); in tc6393xb_probe()
728 ret = tcpd->disable(dev); in tc6393xb_remove()
/drivers/zorro/
DKconfig14 really matters, you can disable this feature and you'll get device

123456