Home
last modified time | relevance | path

Searched refs:api (Results 1 – 25 of 26) sorted by relevance

12

/drivers/net/wireless/iwlwifi/
Diwl-2000.c57 #define IWL2030_MODULE_FIRMWARE(api) IWL2030_FW_PRE __stringify(api) ".ucode" argument
60 #define IWL2000_MODULE_FIRMWARE(api) IWL2000_FW_PRE __stringify(api) ".ucode" argument
63 #define IWL105_MODULE_FIRMWARE(api) IWL105_FW_PRE __stringify(api) ".ucode" argument
66 #define IWL135_MODULE_FIRMWARE(api) IWL135_FW_PRE __stringify(api) ".ucode" argument
Diwl-7000.c105 #define IWL7260_MODULE_FIRMWARE(api) IWL7260_FW_PRE __stringify(api) ".ucode" argument
108 #define IWL3160_MODULE_FIRMWARE(api) IWL3160_FW_PRE __stringify(api) ".ucode" argument
111 #define IWL7265_MODULE_FIRMWARE(api) IWL7265_FW_PRE __stringify(api) ".ucode" argument
114 #define IWL7265D_MODULE_FIRMWARE(api) IWL7265D_FW_PRE __stringify(api) ".ucode" argument
Diwl-6000.c67 #define IWL6000_MODULE_FIRMWARE(api) IWL6000_FW_PRE __stringify(api) ".ucode" argument
70 #define IWL6050_MODULE_FIRMWARE(api) IWL6050_FW_PRE __stringify(api) ".ucode" argument
73 #define IWL6005_MODULE_FIRMWARE(api) IWL6005_FW_PRE __stringify(api) ".ucode" argument
76 #define IWL6030_MODULE_FIRMWARE(api) IWL6030_FW_PRE __stringify(api) ".ucode" argument
Diwl-1000.c50 #define IWL1000_MODULE_FIRMWARE(api) IWL1000_FW_PRE __stringify(api) ".ucode" argument
53 #define IWL100_MODULE_FIRMWARE(api) IWL100_FW_PRE __stringify(api) ".ucode" argument
Diwl-5000.c52 #define IWL5000_MODULE_FIRMWARE(api) IWL5000_FW_PRE __stringify(api) ".ucode" argument
55 #define IWL5150_MODULE_FIRMWARE(api) IWL5150_FW_PRE __stringify(api) ".ucode" argument
Diwl-8000.c93 #define IWL8000_MODULE_FIRMWARE(api) \ argument
94 IWL8000_FW_PRE "-" __stringify(api) ".ucode"
Diwl-fw.h114 iwl_ucode_tlv_api_t api) in fw_has_api() argument
116 return test_bit((__force long)api, capabilities->_api); in fw_has_api()
/drivers/net/wireless/iwlegacy/
D3945.h48 #define _IL3945_MODULE_FIRMWARE(api) IL3945_FW_PRE #api ".ucode" argument
49 #define IL3945_MODULE_FIRMWARE(api) _IL3945_MODULE_FIRMWARE(api) argument
D4965.c276 #define _IL4965_MODULE_FIRMWARE(api) IL4965_FW_PRE #api ".ucode" argument
277 #define IL4965_MODULE_FIRMWARE(api) _IL4965_MODULE_FIRMWARE(api) argument
/drivers/char/mwave/
DREADME8 0x0001 mwavedd api tracing
9 0x0002 smapi api tracing
/drivers/staging/panel/
DTODO4 - review userspace api
/drivers/staging/lustre/lnet/lnet/
DMakefile3 lnet-y := api-ni.o config.o nidstrings.o \
/drivers/misc/cxl/
DMakefile5 cxl-y += vphb.o api.o
/drivers/media/pci/saa7164/
DMakefile2 saa7164-fw.o saa7164-bus.o saa7164-cmd.o saa7164-api.o \
/drivers/net/ethernet/intel/ixgbevf/
Dvf.c673 int ixgbevf_negotiate_api_version(struct ixgbe_hw *hw, int api) in ixgbevf_negotiate_api_version() argument
680 msg[1] = api; in ixgbevf_negotiate_api_version()
692 hw->api_version = api; in ixgbevf_negotiate_api_version()
Dvf.h211 int ixgbevf_negotiate_api_version(struct ixgbe_hw *hw, int api);
Dixgbevf_main.c2042 int api[] = { ixgbe_mbox_api_12, in ixgbevf_negotiate_api() local
2050 while (api[idx] != ixgbe_mbox_api_unknown) { in ixgbevf_negotiate_api()
2051 err = ixgbevf_negotiate_api_version(hw, api[idx]); in ixgbevf_negotiate_api()
/drivers/ntb/
DKconfig23 messages over the ntb hardware. The transport exposes a queue pair api
/drivers/staging/android/
DTODO17 dma api's back (this is absolutely needed for high-perf gpu drivers): Add an
/drivers/infiniband/hw/nes/
Dnes_cm.c2848 cm_core->api = &nes_cm_api; in nes_cm_alloc_core()
3207 g_cm_core->api->close(g_cm_core, nesqp->cm_node); in nes_disconnect()
3425 cm_node->cm_core->api->accelerated(cm_node->cm_core, cm_node); in nes_accept()
3497 return cm_core->api->reject(cm_core, cm_node); in nes_reject()
3598 cm_node = g_cm_core->api->connect(g_cm_core, nesvnic, in nes_connect()
3668 cm_node = g_cm_core->api->listen(g_cm_core, nesvnic, &cm_info); in nes_create_listen()
3688 g_cm_core->api->stop_listener(g_cm_core, (void *)cm_node); in nes_create_listen()
3708 g_cm_core->api->stop_listener(g_cm_core, cm_id->provider_data); in nes_destroy_listen()
3726 if ((g_cm_core) && (g_cm_core->api)) in nes_cm_recv()
3727 rc = g_cm_core->api->recv_pkt(g_cm_core, netdev_priv(netdevice), skb); in nes_cm_recv()
[all …]
Dnes_cm.h426 struct nes_cm_ops *api; member
/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c906 int api = msgbuf[1]; in ixgbe_negotiate_vf_api() local
908 switch (api) { in ixgbe_negotiate_vf_api()
912 adapter->vfinfo[vf].vf_api = api; in ixgbe_negotiate_vf_api()
918 e_info(drv, "VF %d requested invalid api version %u\n", vf, api); in ixgbe_negotiate_vf_api()
/drivers/dma/
DKconfig541 bool "Async_tx: Offload support for the async_tx api"
544 This allows the async_tx api to take advantage of offload engines for
/drivers/net/wireless/
Dmwl8k.c5642 #define _MWL8K_8366_AP_FW(api) "mwl8k/fmimage_8366_ap-" #api ".fw" argument
5643 #define MWL8K_8366_AP_FW(api) _MWL8K_8366_AP_FW(api) argument
5646 #define _MWL8K_8764_AP_FW(api) "mwl8k/fmimage_8764_ap-" #api ".fw" argument
5647 #define MWL8K_8764_AP_FW(api) _MWL8K_8764_AP_FW(api) argument
/drivers/watchdog/
DKconfig20 <file:Documentation/watchdog/watchdog-api.txt> in the kernel source.
1397 Please see Documentation/watchdog/watchdog-api.txt for

12