Searched defs:disable (Results 1 - 25 of 46) sorted by relevance

12

/drivers/net/wireless/iwmc3200wifi/
H A Dbus.h31 int (*disable)(struct iwm_priv *iwm); member in struct:iwm_if_ops
54 return iwm->bus_ops->disable(iwm);
/drivers/gpu/drm/exynos/
H A Dexynos_drm_hdmi.h52 void (*disable)(void *ctx); member in struct:exynos_hdmi_manager_ops
H A Dexynos_drm_drv.h60 * @disable: disable hardware specific overlay.
66 void (*disable)(struct device *subdrv_dev, int zpos); member in struct:exynos_drm_overlay_ops
/drivers/net/phy/
H A Dnational.c107 static void ns_10_base_t_hdx_loopack(struct phy_device *phydev, int disable) argument
109 if (disable)
/drivers/scsi/lpfc/
H A Dlpfc_vport.c291 lpfc_vport_create(struct fc_vport *fc_vport, bool disable) argument
427 if (disable) {
554 lpfc_vport_disable(struct fc_vport *fc_vport, bool disable) argument
556 if (disable)
/drivers/watchdog/
H A Dar7_wdt.c67 u32 disable; member in struct:ar7_wdt
133 WRITE_REG(ar7_wdt->disable, value);
138 printk(KERN_ERR DRVNAME ": failed to unlock WDT disable reg\n");
188 "will not disable the watchdog timer\n");
/drivers/input/keyboard/
H A Dgpio_keys.c46 void (*disable)(struct device *dev); member in struct:gpio_keys_drvdata
61 * Userland can change these values and hence disable event generation
72 * Next we want to disable proximity (11) and dock (5), we write:
81 * We can disable only those keys which don't allow sharing the irq.
104 * input events anymore. Note that one can only disable buttons
192 * gpio_keys_attr_store_helper() - enable/disable buttons based on given bitmap
447 if (ddata->disable)
448 ddata->disable(input->dev.parent);
580 ddata->disable = pdata->disable;
[all...]
/drivers/net/ethernet/chelsio/cxgb/
H A Dgmac.h106 int (*disable)(struct cmac *, int); member in struct:cmac_ops
/drivers/scsi/bfa/
H A Dbfad_attr.c374 bfad_im_vport_create(struct fc_vport *fc_vport, bool disable) argument
418 if (disable) {
501 bfad_im_vport_disable(struct fc_vport *fc_vport, bool disable) argument
522 if (disable) {
/drivers/media/common/tuners/
H A Dtda8290.c66 unsigned char disable[2] = { 0x21, 0x00 }; local
75 msg = disable;
87 unsigned char disable[2] = { 0x46, 0x00 }; local
97 msg = disable;
172 { { 0x14, 0x00} }, /* disable auto mute if no video */
/drivers/media/rc/
H A Drc-main.c815 * Writing "none" will disable all protocols.
828 bool enable, disable; local
858 disable = false;
862 disable = true;
866 disable = false;
869 if (!enable && !disable && !strncasecmp(tmp, PROTO_NONE, sizeof(PROTO_NONE))) {
891 else if (disable)
/drivers/pci/hotplug/
H A Dibmphp_hpc.c936 u8 disable = 0; local
960 // OFF -> ON: ignore, ON -> OFF: disable slot
962 disable = 1;
986 disable = 1;
994 if (disable) {
995 debug ("process_changeinstatus - disable slot\n");
1000 if (update || disable) {
1004 debug ("%s - Exit rc[%d] disable[%x] update[%x]\n", __func__, rc, disable, update);
/drivers/platform/x86/
H A Ddell-laptop.c323 int disable = blocked ? 1 : 0; local
339 buffer->input[0] = (1 | (radio<<8) | (disable << 16));
/drivers/video/omap/
H A Domapfb.h74 void (*disable) (struct lcd_panel *panel); member in struct:lcd_panel
/drivers/video/
H A Dpxafb.h88 void (*disable)(struct pxafb_layer *); member in struct:pxafb_layer_ops
/drivers/block/paride/
H A Dpcd.c82 In addition, you can use the parameter pcd.disable to disable
118 static int disable = 0; variable
936 if (disable)
H A Dpg.c112 In addition, you can use the parameter pg.disable to disable
143 static int disable = 0; variable
662 if (disable){
H A Dpt.c89 In addition, you can use the parameter pt.disable to disable
123 static int disable = 0; variable
959 if (disable) {
H A Dpd.c48 <sby> set this to zero to disable the power saving
100 In addition, you can use the parameter pd.disable to disable
134 static int disable = 0; variable
912 if (disable)
/drivers/char/tpm/
H A Dtpm.h195 u8 disable; member in struct:permanent_flags_t
/drivers/input/touchscreen/
H A Dad7879.c321 static void ad7879_toggle(struct ad7879 *ts, bool disable) argument
327 if (disable) {
336 ts->disabled = disable;
366 static DEVICE_ATTR(disable, 0664, ad7879_disable_show, ad7879_disable_store);
/drivers/net/wireless/mwifiex/
H A Dsta_ioctl.c1073 * This function can also be used to disable a currently set key.
1219 int key_len, u8 key_index, int disable)
1225 if (!disable) {
1218 mwifiex_set_encode(struct mwifiex_private *priv, const u8 *key, int key_len, u8 key_index, int disable) argument
/drivers/scsi/qla2xxx/
H A Dqla_attr.c1788 qla24xx_vport_create(struct fc_vport *fc_vport, bool disable) argument
1811 if (disable) {
1832 if (!disable)
1872 qla24xx_vport_disable(fc_vport, disable);
1975 qla24xx_vport_disable(struct fc_vport *fc_vport, bool disable) argument
1979 if (disable)
/drivers/usb/gadget/
H A Dandroid.c86 void (*disable)(struct android_usb_function *); member in struct:android_usb_function
269 /* Balance the disable that was called in closed_callback */
277 .disable = adb_android_function_disable,
989 if (f->disable)
990 f->disable(f);
/drivers/usb/host/
H A Dpci-quirks.c194 static void usb_amd_quirk_pll(int disable) argument
197 u32 bit = disable ? 0 : 1;
202 if (disable) {
239 if (disable) {
282 if (disable)
295 if (disable)
375 /* Just to be safe, disable interrupt requests and
504 /* disable interrupts */
609 /* just in case, always disable EHCI SMIs */
661 * halt EHCI & disable it
[all...]

Completed in 853 milliseconds

12