| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-eth-debugfs.c | 18 struct dpaa2_eth_drv_stats *extras; in dpaa2_dbg_cpu_show() local 28 extras = per_cpu_ptr(priv->percpu_extras, i); in dpaa2_dbg_cpu_show() 33 extras->rx_sg_frames, in dpaa2_dbg_cpu_show() 36 extras->tx_conf_frames, in dpaa2_dbg_cpu_show() 37 extras->tx_sg_frames, in dpaa2_dbg_cpu_show() 38 extras->tx_converted_sg_frames, in dpaa2_dbg_cpu_show() 39 extras->tx_portal_busy); in dpaa2_dbg_cpu_show()
|
| /linux/drivers/platform/x86/ |
| H A D | Kconfig | 32 tristate "Huawei WMI laptop extras driver" 171 tristate "Acer WMI Laptop Extras" 217 tristate "Asus Laptop Extras" 405 tristate "Fujitsu Laptop Extras" 426 tristate "Fujitsu Tablet Extras" 530 tristate "MSI EC Extras" 538 tristate "MSI Laptop Extras" 560 tristate "MSI WMI extras" 678 tristate "Samsung Q10 Extras" 686 tristate "Toshiba Laptop Extras" [all …]
|
| H A D | huawei-wmi.c | 3 * Huawei WMI laptop extras driver 903 MODULE_DESCRIPTION("Huawei WMI laptop extras driver");
|
| H A D | fujitsu-tablet.c | 539 MODULE_DESCRIPTION("Fujitsu tablet pc extras driver");
|
| H A D | acer-wmi.c | 3 * Acer WMI Laptop Extras 41 MODULE_DESCRIPTION("Acer Laptop WMI Extras Driver"); 3135 pr_info("Acer Laptop ACPI-WMI Extras\n"); in acer_wmi_init() 3295 pr_info("Acer Laptop WMI Extras unloaded\n"); in acer_wmi_exit()
|
| /linux/drivers/net/xen-netback/ |
| H A D | rx.c | 247 struct xen_netif_extra_info extras[XEN_NETIF_EXTRA_TYPE_MAX - 1]; member 275 extra = &pkt->extras[XEN_NETIF_EXTRA_TYPE_GSO - 1]; in xenvif_rx_next_skb() 290 extra = &pkt->extras[XEN_NETIF_EXTRA_TYPE_XDP - 1]; in xenvif_rx_next_skb() 303 extra = &pkt->extras[XEN_NETIF_EXTRA_TYPE_HASH - 1]; in xenvif_rx_next_skb() 447 for (i = 0; i < ARRAY_SIZE(pkt->extras); i++) { in xenvif_rx_extra_slot() 448 if (pkt->extras[i].type) { in xenvif_rx_extra_slot() 449 *extra = pkt->extras[i]; in xenvif_rx_extra_slot() 454 pkt->extras[i].type = 0; in xenvif_rx_extra_slot() 476 /* Extras must go after the first data slot */ in xenvif_rx_skb()
|
| H A D | netback.c | 218 extra_count = 0; /* only the first frag can have extras */ in xenvif_tx_err() 727 struct xen_netif_extra_info *extras, in xenvif_get_extras() argument 754 memcpy(&extras[extra.type - 1], &extra, sizeof(extra)); in xenvif_get_extras() 928 struct xen_netif_extra_info extras[XEN_NETIF_EXTRA_TYPE_MAX-1]; in xenvif_tx_build_gops() local 963 memset(extras, 0, sizeof(extras)); in xenvif_tx_build_gops() 966 work_to_do = xenvif_get_extras(queue, extras, in xenvif_tx_build_gops() 974 if (extras[XEN_NETIF_EXTRA_TYPE_MCAST_ADD - 1].type) { in xenvif_tx_build_gops() 977 extra = &extras[XEN_NETIF_EXTRA_TYPE_MCAST_ADD - 1]; in xenvif_tx_build_gops() 987 if (extras[XEN_NETIF_EXTRA_TYPE_MCAST_DEL - 1].type) { in xenvif_tx_build_gops() 990 extra = &extras[XEN_NETIF_EXTRA_TYPE_MCAST_DEL - 1]; in xenvif_tx_build_gops() [all …]
|
| /linux/drivers/platform/x86/dell/ |
| H A D | Kconfig | 70 tristate "Dell Laptop Extras" 118 tristate "Dell PC Extras" 251 extras like reading of the battery temperature and ePPID.
|
| H A D | dell-pc.c | 3 * Driver for Dell laptop extras
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | Kconfig | 7 tristate "Lenovo IdeaPad Laptop Extras" 24 tristate "Lenovo Hotkey Utility WMI extras driver" 57 tristate "ThinkPad ACPI Laptop Extras"
|
| H A D | wmi-hotkey-utilities.c | 3 * Lenovo Super Hotkey Utility WMI extras driver for Ideapad laptop 223 MODULE_DESCRIPTION("Lenovo Super Hotkey Utility WMI extras driver");
|
| H A D | ideapad-laptop.h | 3 * ideapad-laptop.h - Lenovo IdeaPad ACPI Extras
|
| /linux/tools/tracing/rtla/ |
| H A D | Makefile.rtla | 54 $(CTAGS) -R --extras=+f --c-kinds=+p src 58 $(ETAGS) -R --extras=+f --c-kinds=+p src
|
| /linux/drivers/net/ |
| H A D | xen-netfront.c | 188 struct xen_netif_extra_info extras[XEN_NETIF_EXTRA_TYPE_MAX - 1]; member 926 struct xen_netif_extra_info *extras, in xennet_get_extras() argument 955 extras[extra.type - 1] = extra; in xennet_get_extras() 1030 struct xen_netif_extra_info *extras = rinfo->extras; in xennet_get_responses() local 1040 err = xennet_get_extras(queue, extras, rp); in xennet_get_responses() 1042 if (extras[XEN_NETIF_EXTRA_TYPE_XDP - 1].type) { in xennet_get_responses() 1045 xdp = &extras[XEN_NETIF_EXTRA_TYPE_XDP - 1]; in xennet_get_responses() 1270 struct xen_netif_extra_info *extras = rinfo.extras; in xennet_poll() local 1299 memset(extras, 0, sizeof(rinfo.extras)); in xennet_poll() 1319 if (extras[XEN_NETIF_EXTRA_TYPE_GSO - 1].type) { in xennet_poll() [all …]
|
| /linux/drivers/platform/x86/uniwill/ |
| H A D | Kconfig | 20 tristate "Uniwill Laptop Extras"
|
| /linux/Documentation/admin-guide/laptops/ |
| H A D | asus-laptop.rst | 2 Asus Laptop Extras 55 Asus Laptop Extras version 0.42
|
| /linux/drivers/input/misc/ |
| H A D | atlas_btns.c | 3 * atlas_btns.c - Atlas Wallmount Touchscreen ACPI Extras
|
| /linux/drivers/platform/surface/ |
| H A D | surface3-wmi.c | 269 pr_info("Surface 3 WMI Extras loaded\n"); in s3_wmi_init()
|
| /linux/lib/ |
| H A D | debugobjects.c | 1533 int extras; in debug_objects_mem_init() 1555 extras = num_possible_cpus() * ODEBUG_BATCH_SIZE; 1556 pool_global.max_cnt += extras; 1557 pool_global.min_cnt += extras; 1505 int extras; debug_objects_mem_init() local
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_modes.c | 2028 bool extras, in drm_mode_parse_cmdline_res_mode() argument 2065 * Try to pass that to our extras parsing in drm_mode_parse_cmdline_res_mode() 2067 * extras are directly after the resolution in drm_mode_parse_cmdline_res_mode() 2069 if (extras) { in drm_mode_parse_cmdline_res_mode() 2305 /* The connection status extras can be set without a mode. */ in drm_mode_parse_cmdline_named_mode() 2439 /* No mode? Check for freestanding extras and/or options */ in drm_mode_parse_command_line_for_connector() 2472 * Locate the end of the bpp / refresh, and parse the extras in drm_mode_parse_command_line_for_connector()
|
| /linux/drivers/platform/x86/intel/ |
| H A D | oaktrail.c | 368 MODULE_DESCRIPTION("Intel Oaktrail Platform ACPI Extras");
|
| /linux/drivers/net/ethernet/intel/igbvf/ |
| H A D | vf.c | 223 * extras for now and then add code to handle more than 30 later. in e1000_update_mc_addr_list_vf()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | pio.h | 142 * evenly, the extras are added from the last vl downward.
|
| /linux/include/xen/interface/io/ |
| H A D | netif.h | 629 * extras are not relevant here) 687 * extras are not relevant here)
|
| /linux/scripts/ |
| H A D | tags.sh | 267 CTAGS_EXTRA="extras"
|