| /linux/drivers/dpll/zl3073x/ |
| H A D | regs.h | 47 #define ZL_REG_IDX(_idx, _page, _offset, _size, _items, _stride) \ argument 50 FIELD_PREP_CONST(ZL_REG_PAGE_MASK, _page) | \ 63 #define ZL_REG(_page, _offset, _size) \ argument 64 ZL_REG_IDX(0, _page, _offset, _size, 1, 0)
|
| /linux/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-trans.h | 231 struct page *_page; member 240 return (void *)((unsigned long)page_address(r->_page) + r->_offset); in rxb_addr() 251 get_page(r->_page); in rxb_steal_page() 252 return r->_page; in rxb_steal_page() 257 __free_pages(r->_page, r->_rx_page_order); in iwl_free_rxb()
|
| /linux/mm/ |
| H A D | page_reporting.h | 47 #define page_reported(_page) false argument
|
| /linux/drivers/scsi/ |
| H A D | scsi_sysfs.c | 898 #define sdev_vpd_pg_attr(_page) \ argument 900 show_vpd_##_page(struct file *filp, struct kobject *kobj, \ 910 vpd_page = rcu_dereference(sdev->vpd_##_page); \ 917 static const struct bin_attribute dev_attr_vpd_##_page = { \ 918 .attr = {.name = __stringify(vpd_##_page), .mode = S_IRUGO }, \ 920 .read = show_vpd_##_page, \
|
| /linux/include/linux/ |
| H A D | mmzone.h | 97 # define is_migrate_cma_page(_page) (get_pageblock_migratetype(_page) == MIGRATE_CMA) argument 106 # define is_migrate_cma_page(_page) false argument
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | debugfs.c | 476 rxb._page = alloc_pages(GFP_KERNEL, 0); in iwl_dbgfs_inject_packet_write() 477 if (!rxb._page) in iwl_dbgfs_inject_packet_write() 481 ret = hex2bin(page_address(rxb._page), buf, n_bytes); in iwl_dbgfs_inject_packet_write()
|
| H A D | notif.c | 555 entry->rxb._page = rxb_steal_page(rxb); in iwl_mld_rx_notif()
|
| /linux/arch/mips/include/asm/ |
| H A D | r4kcache.h | 217 static inline void extra##blast_##pfx##cache##lsize##_page(unsigned long page) \
|
| /linux/drivers/net/ethernet/fungible/funcore/ |
| H A D | fun_hci.h | 642 #define FUN_ADMIN_PORT_XCVR_READ_REQ_INIT(_flags, _id, _bank, _page, \ argument 647 .bank = (_bank), .page = (_page), .offset = (_offset), \
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-ilitek-ili9881c.c | 61 #define ILI9881C_SWITCH_PAGE_INSTR(_page) \ argument 65 .page = (_page), \
|
| /linux/rust/kernel/ |
| H A D | configfs.rs | 663 fn store(_data: &Self::Data, _page: &[u8]) -> Result { in store()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | debugfs.c | 1283 rxb._page = alloc_pages(GFP_ATOMIC, 0); in iwl_dbgfs_inject_packet_write() 1284 if (!rxb._page) in iwl_dbgfs_inject_packet_write() 1288 ret = hex2bin(page_address(rxb._page), buf, bin_len); in iwl_dbgfs_inject_packet_write()
|
| H A D | ops.c | 1755 entry->rxb._page = rxb_steal_page(rxb); in iwl_mvm_rx_common()
|
| /linux/drivers/dma/sh/ |
| H A D | rcar-dmac.c | 1079 struct rcar_dmac_desc_page *page, *_page; in rcar_dmac_free_chan_resources() local 1111 list_for_each_entry_safe(page, _page, &rchan->desc.pages, node) { in rcar_dmac_free_chan_resources()
|
| /linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/ |
| H A D | rx.c | 1321 ._page = rxb->page, in iwl_pcie_rx_handle_rb()
|