/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | eprom.c | 222 u16 version; /* version of this footer */ 244 #define FOOTER_MAGIC MAGIC4('e', 'p', 'r', 'm') macro 245 #define FOOTER_VERSION 1 macro 288 * The segment magic has been checked. There is a footer and table of 296 struct hfi1_eprom_footer *footer; in read_segment_platform_config() local 306 /* the footer is at the end of the directory */ in read_segment_platform_config() 307 footer = (struct hfi1_eprom_footer *) in read_segment_platform_config() 308 (directory + EP_PAGE_SIZE - sizeof(*footer)); in read_segment_platform_config() 311 if (footer->version != FOOTER_VERSION) in read_segment_platform_config() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/ |
H A D | at76c50x-usb.c | 2606 MODULE_AUTHOR("Alex <alex@foogod.com>");
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-context-info-gen3.h | 247 * @mtr_opt_footer_size: the size of the optional footer in the transfer 251 * @mcr_opt_footer_size: the size of the optional footer in the completion
|
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/ |
H A D | ag71xx.c | 348 * early in this structure to help improve the D-cache footprint.
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth.c | 1037 * memory footprint on behalf of egress traffic. We therefore in dpaa_fq_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 149 * replace things like '% foo' with '& (foo - 1)'.
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | trans.c | 2123 * Fool sparse by faking we release the lock - sparse will in iwl_trans_pcie_grab_nic_access() 2138 * Fool sparse by faking we acquiring the lock - sparse will in iwl_trans_pcie_release_nic_access()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | Kconfig | 17 memory footprint than the vendor drivers and benefits
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 855 hp->timer_state = asleep; /* foo on you */ in happy_meal_timer()
|
H A D | sunbmac.c | 571 bp->timer_state = asleep; /* foo on you */ in bigmac_timer()
|
H A D | cassini.c | 4067 * cause resets to occur so fast as to fool the switch in cas_link_timer()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ar5523/ |
H A D | ar5523.c | 1500 int foolen; /* XXX(hch): handle short transfers */ in ar5523_load_firmware() local 1535 txblock, sizeof(*txblock), &foolen, in ar5523_load_firmware() 1546 fwbuf, mlen, &foolen, in ar5523_load_firmware() 1556 rxblock, sizeof(*rxblock), &foolen, in ar5523_load_firmware()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | loopback.c | 75 /* do not fool net_timestamp_check() with various clock bases */ in loopback_xmit()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ |
H A D | ath.h | 300 #define ATH_DBG_WARN(foo, arg...) WARN(foo, arg) 301 #define ATH_DBG_WARN_ON_ONCE(foo) WARN_ON_ONCE(foo) 313 #define ATH_DBG_WARN(foo, arg...) do {} while (0) 314 #define ATH_DBG_WARN_ON_ONCE(foo) ({ \ 315 int __ret_warn_once = !!(foo); \
|
/kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
H A D | megaraid_sas_base.c | 8991 * Booted in kdump kernel, minimize memory footprints by in megasas_init()
|
/kernel/linux/linux-5.10/drivers/nubus/ |
H A D | nubus.c | 133 static inline long nubus_expand32(long foo) in nubus_expand32() argument 135 if (foo & 0x00800000) /* 24bit negative */ in nubus_expand32() 136 foo |= 0xFF000000; in nubus_expand32() 137 return foo; in nubus_expand32()
|
/kernel/linux/linux-5.10/drivers/pinctrl/intel/ |
H A D | pinctrl-baytrail.c | 812 * themselves in the foot. in byt_gpio_direct_irq_check()
|
H A D | pinctrl-lynxpoint.c | 469 * they shoot themselves in the foot. in lp_gpio_set_direction()
|
/kernel/linux/linux-5.10/drivers/parisc/ |
H A D | pdc_stable.c | 257 * device, BUT nothing would prevent some foolish user to set the path to some
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-cadence-quadspi.c | 1440 MODULE_AUTHOR("Ley Foon Tan <lftan@altera.com>");
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | qlogicfas408.c | 15 help respectively, and for suffering through my foolishness during the
|
H A D | scsi_devinfo.c | 430 * scsi_static_device_list[] entry, such as " FOO" in scsi_dev_info_list_find() 431 * rather than "FOO". Since this code is already in scsi_dev_info_list_find()
|
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
H A D | hfa384x.h | 1179 int reapable; /* Food for the reaper task */
|
H A D | p80211conv.c | 117 int foo; in skb_ether_to_p80211() local 209 foo = wep_encrypt(wlandev, skb->data, p80211_wep->data, in skb_ether_to_p80211() 213 if (foo) { in skb_ether_to_p80211() 216 foo); in skb_ether_to_p80211() 289 int foo; in skb_p80211_to_ether() local 329 foo = wep_decrypt(wlandev, skb->data + payload_offset + 4, in skb_p80211_to_ether() 334 if (foo) { in skb_p80211_to_ether() 337 foo); in skb_p80211_to_ether()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | 21285.c | 42 static const char serial21285_name[] = "Footbridge UART"; 541 MODULE_DESCRIPTION("Intel Footbridge (21285) serial driver");
|