Searched refs:subpage (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/tools/power/cpupower/utils/ |
D | cpupower.c | 77 static int print_man_page(const char *subpage) in print_man_page() argument 83 if (subpage != NULL) in print_man_page() 84 len += strlen(subpage); in print_man_page() 91 if ((subpage != NULL) && strcmp(subpage, "help")) { in print_man_page() 93 strcat(page, subpage); in print_man_page()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_page.c | 163 struct cl_page *subpage; in lov_page_init_raid0() local 189 subpage = cl_page_find_sub(sub->sub_env, subobj, in lov_page_init_raid0() 192 if (IS_ERR(subpage)) { in lov_page_init_raid0() 193 rc = PTR_ERR(subpage); in lov_page_init_raid0() 197 if (likely(subpage->cp_parent == page)) { in lov_page_init_raid0() 198 lu_ref_add(&subpage->cp_reference, "lov", page); in lov_page_init_raid0() 203 CL_PAGE_DEBUG(D_ERROR, env, subpage, "child page\n"); in lov_page_init_raid0()
|
/linux-4.1.27/drivers/target/ |
D | target_core_spc.c | 914 uint8_t subpage; member 917 { .page = 0x01, .subpage = 0x00, .emulate = spc_modesense_rwrecovery }, 918 { .page = 0x08, .subpage = 0x00, .emulate = spc_modesense_caching }, 919 { .page = 0x0a, .subpage = 0x00, .emulate = spc_modesense_control }, 920 { .page = 0x1c, .subpage = 0x00, .emulate = spc_modesense_informational_exceptions }, 984 u8 subpage = cdb[3]; in spc_emulate_modesense() local 1040 if (subpage != 0x00 && subpage != 0xff) { in spc_emulate_modesense() 1041 pr_warn("MODE_SENSE: Invalid subpage code: 0x%02x\n", subpage); in spc_emulate_modesense() 1052 if ((modesense_handlers[i].subpage & ~subpage) == 0) { in spc_emulate_modesense() 1065 modesense_handlers[i].subpage == subpage) { in spc_emulate_modesense() [all …]
|
/linux-4.1.27/tools/testing/selftests/powerpc/mm/ |
D | subpage_prot.c | 68 static inline void check_faulted(void *addr, long page, long subpage, int write) in check_faulted() argument 70 int want_fault = (subpage == ((page + 3) % 16)); in check_faulted() 73 want_fault |= (subpage == ((page + 1) % 16)); in check_faulted() 77 addr, page, subpage, write, in check_faulted()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | Makefile | 35 obj-$(CONFIG_PPC_SUBPAGE_PROT) += subpage-prot.o
|
/linux-4.1.27/drivers/mtd/onenand/ |
D | onenand_base.c | 1744 int column, subpage; in onenand_panic_write() local 1773 subpage = thislen < mtd->writesize; in onenand_panic_write() 1774 if (subpage) { in onenand_panic_write() 1788 onenand_update_bufferram(mtd, to, !subpage); in onenand_panic_write() 1791 onenand_update_bufferram(mtd, to + this->writesize, !subpage); in onenand_panic_write() 1861 int written = 0, column, thislen = 0, subpage = 0; in onenand_write_ops_nolock() local 1911 subpage = thislen < mtd->writesize; in onenand_write_ops_nolock() 1912 if (subpage) { in onenand_write_ops_nolock() 1992 onenand_update_bufferram(mtd, to, !ret && !subpage); in onenand_write_ops_nolock() 2016 prev_subpage = subpage; in onenand_write_ops_nolock()
|
/linux-4.1.27/drivers/mtd/nand/ |
D | nand_base.c | 2270 int status, subpage; in nand_write_page() local 2274 subpage = offset || (data_len < mtd->writesize); in nand_write_page() 2276 subpage = 0; in nand_write_page() 2283 else if (subpage) in nand_write_page()
|