/drivers/net/wireless/iwlwifi/ |
D | iwl-2000.c | 57 #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
|
D | iwl-7000.c | 105 #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
|
D | iwl-6000.c | 67 #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
|
D | iwl-1000.c | 50 #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
|
D | iwl-5000.c | 52 #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
|
D | iwl-8000.c | 93 #define IWL8000_MODULE_FIRMWARE(api) \ argument 94 IWL8000_FW_PRE "-" __stringify(api) ".ucode"
|
D | iwl-fw.h | 114 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/ |
D | 3945.h | 48 #define _IL3945_MODULE_FIRMWARE(api) IL3945_FW_PRE #api ".ucode" argument 49 #define IL3945_MODULE_FIRMWARE(api) _IL3945_MODULE_FIRMWARE(api) argument
|
D | 4965.c | 276 #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/ |
D | README | 8 0x0001 mwavedd api tracing 9 0x0002 smapi api tracing
|
/drivers/staging/panel/ |
D | TODO | 4 - review userspace api
|
/drivers/staging/lustre/lnet/lnet/ |
D | Makefile | 3 lnet-y := api-ni.o config.o nidstrings.o \
|
/drivers/misc/cxl/ |
D | Makefile | 5 cxl-y += vphb.o api.o
|
/drivers/media/pci/saa7164/ |
D | Makefile | 2 saa7164-fw.o saa7164-bus.o saa7164-cmd.o saa7164-api.o \
|
/drivers/net/ethernet/intel/ixgbevf/ |
D | vf.c | 673 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()
|
D | vf.h | 211 int ixgbevf_negotiate_api_version(struct ixgbe_hw *hw, int api);
|
D | ixgbevf_main.c | 2042 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/ |
D | Kconfig | 23 messages over the ntb hardware. The transport exposes a queue pair api
|
/drivers/staging/android/ |
D | TODO | 17 dma api's back (this is absolutely needed for high-perf gpu drivers): Add an
|
/drivers/infiniband/hw/nes/ |
D | nes_cm.c | 2848 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 …]
|
D | nes_cm.h | 426 struct nes_cm_ops *api; member
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_sriov.c | 906 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/ |
D | Kconfig | 541 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/ |
D | mwl8k.c | 5642 #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/ |
D | Kconfig | 20 <file:Documentation/watchdog/watchdog-api.txt> in the kernel source. 1397 Please see Documentation/watchdog/watchdog-api.txt for
|