Searched refs:add (Results 101 - 125 of 181) sorted by relevance

12345678

/drivers/platform/x86/
H A Dfujitsu-laptop.c1062 .add = acpi_fujitsu_add,
1078 .add = acpi_fujitsu_hotkey_add,
H A Dideapad-laptop.c808 .ops.add = ideapad_acpi_add,
/drivers/tty/serial/8250/
H A DKconfig266 Selecting this option will add support for the integrated serial
/drivers/usb/c67x00/
H A Dc67x00-sched.c800 int (*add)(struct c67x00_hcd *, struct urb *))
808 /* and add the first urb */
813 add(c67x00, urb);
/drivers/video/omap2/dss/
H A Ddsi.c2532 int add = 0; local
2544 if (add + size > 4) {
2549 v = FLD_VAL(add, 2, 0) | FLD_VAL(size, 7, 4);
2551 /*DSSDBG("TX FIFO vc %d: size %d, add %d\n", i, size, add); */
2552 add += size;
2564 int add = 0; local
2576 if (add + size > 4) {
2581 v = FLD_VAL(add, 2, 0) | FLD_VAL(size, 7, 4);
2583 /*DSSDBG("RX FIFO vc %d: size %d, add
[all...]
/drivers/media/video/
H A Dsoc_camera.c535 ret = ici->ops->add(icd);
1060 ret = ici->ops->add(icd);
1285 !ici->ops->add ||
/drivers/acpi/
H A Dpci_link.c70 .add = acpi_pci_link_add,
H A Dpower.c76 .add = acpi_power_add,
H A Dprocessor_driver.c101 .add = acpi_processor_add,
722 "Unable to add the device\n");
H A Dscan.c547 * acpi_bus_driver_init - add a device to a driver
548 * @device: the device to add and initialize
552 * driver is bound to a device. Invokes the driver's add() ops.
562 if (!driver->ops.add)
565 result = driver->ops.add(device);
1149 * Some devices don't reliably have _HIDs & _CIDs, so add
1305 * Bind _ADR-Based Devices when hot add
1412 * so, we needn't add it again, but we may still have to start it.
1457 * create and add or starts found devices.
1462 * a device and add/star
[all...]
H A Dbattery.c1064 .add = acpi_battery_add,
/drivers/hv/
H A Dvmbus_drv.c272 * vmbus_uevent - add uevent for our device
753 .add = vmbus_acpi_add,
/drivers/i2c/busses/
H A DKconfig60 Enabling this option will add specific SMBus support for the Tyan
163 Enabling this option will add specific SMBus support for the Tyan
745 and makes it easier to add support for new devices.
/drivers/infiniband/hw/cxgb4/
H A Ddevice.c590 .add = c4iw_uld_add,
/drivers/mfd/
H A Ducb1x00-core.c403 ret = drv->add(dev);
/drivers/mtd/
H A Dmtd_blkdevs.c536 .add = blktrans_notify_add,
/drivers/net/wireless/bcmdhd/
H A Dwl_cfg80211.h815 extern s32 wl_add_remove_eventmsg(struct net_device *ndev, u16 event, bool add);
/drivers/video/via/
H A Dviafbdev.c1505 bool add, sub; local
1512 add = buf[0] == '+';
1514 if (add || sub)
1521 if (add)
/drivers/atm/
H A DKconfig11 device drivers. This option alone does not add any kernel code.
/drivers/block/
H A DKconfig11 drivers. This option alone does not add any kernel code.
/drivers/net/wireless/iwlwifi/
H A Diwl-agn-lib.c194 struct ieee80211_vif *vif, bool add)
198 if (add)
1156 * since the uCode will add 0x10 before using the value.
193 iwlagn_manage_ibss_station(struct iwl_priv *priv, struct ieee80211_vif *vif, bool add) argument
/drivers/edac/
H A Di7core_edac.c531 * to add a fake description for csrows.
1573 const int add)
1579 for (i = 0; i < add; i++) {
2305 /* add this new MC control structure to EDAC's list of MCs */
1570 i7core_rdimm_update_csrow(struct mem_ctl_info *mci, const int chan, const int dimm, const int add) argument
/drivers/input/misc/
H A DKconfig466 Say Y here to add support for rotary encoders connected to GPIO lines.
/drivers/net/wan/
H A DKconfig293 is referenced then you should add "alias hdlcX farsync" to a file
/drivers/net/wireless/iwlegacy/
H A D3945.c346 info->status.rates[0].count = fail + 1; /* add final attempt */
2259 IL_ERR("Unable to add station %pM\n", addr);
2275 bool add)
2280 if (add) {
2274 il3945_manage_ibss_station(struct il_priv *il, struct ieee80211_vif *vif, bool add) argument

Completed in 8407 milliseconds

12345678