Searched refs:strstarts (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/usb/musb/ |
D | musb_debugfs.c | 209 if (strstarts(buf, "force host")) in musb_test_mode_write() 212 if (strstarts(buf, "fifo access")) in musb_test_mode_write() 215 if (strstarts(buf, "force full-speed")) in musb_test_mode_write() 218 if (strstarts(buf, "force high-speed")) in musb_test_mode_write() 221 if (strstarts(buf, "test packet")) { in musb_test_mode_write() 226 if (strstarts(buf, "test K")) in musb_test_mode_write() 229 if (strstarts(buf, "test J")) in musb_test_mode_write() 232 if (strstarts(buf, "test SE0 NAK")) in musb_test_mode_write()
|
D | musb_cppi41.c | 640 if (strstarts(str, "tx")) in cppi41_dma_controller_start() 642 else if (strstarts(str, "rx")) in cppi41_dma_controller_start()
|
/linux-4.4.14/arch/mips/bcm47xx/ |
D | board.c | 233 if (strstarts(buf1, e1->value1)) in bcm47xx_board_get_nvram() 241 if (!strstarts(buf1, e2->value1) && in bcm47xx_board_get_nvram()
|
/linux-4.4.14/include/linux/ |
D | string.h | 146 static inline bool strstarts(const char *str, const char *prefix) in strstarts() function
|
/linux-4.4.14/drivers/ide/ |
D | ide-floppy.c | 490 if (strstarts((char *)&id[ATA_ID_PROD], "IOMEGA ZIP 100 ATAPI")) { in ide_floppy_setup() 501 if (strstarts((char *)&id[ATA_ID_PROD], "IOMEGA Clik!")) { in ide_floppy_setup()
|
/linux-4.4.14/scripts/mod/ |
D | modpost.c | 266 #define strstarts(str, prefix) (strncmp(str, prefix, strlen(prefix)) == 0) macro 272 if (strstarts(secname, "___ksymtab+")) in export_from_secname() 274 else if (strstarts(secname, "___ksymtab_unused+")) in export_from_secname() 276 else if (strstarts(secname, "___ksymtab_gpl+")) in export_from_secname() 278 else if (strstarts(secname, "___ksymtab_unused_gpl+")) in export_from_secname() 280 else if (strstarts(secname, "___ksymtab_gpl_future+")) in export_from_secname()
|
/linux-4.4.14/kernel/ |
D | module.c | 2252 || strstarts(sname, ".init")) in layout_sections() 2281 || !strstarts(sname, ".init")) in layout_sections() 2428 if (strstarts(info->secstrings + sechdrs[sym->st_shndx].sh_name, in elf_type() 2788 if (strstarts(info->secstrings+shdr->sh_name, ".exit")) in rewrite_section_headers()
|
/linux-4.4.14/fs/btrfs/ |
D | super.c | 1257 if (!strstarts(args, "subvol=") && in setup_root_args() 1258 !strstarts(args, "subvolid=")) { in setup_root_args()
|