Searched refs:read_num (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | khugepaged.c | 223 static const unsigned long read_num(const char *name) in read_num() function 307 .debug_cow = read_num("debug_cow"), in save_settings() 308 .use_zero_page = read_num("use_zero_page"), in save_settings() 311 .defrag = read_num("khugepaged/defrag"), in save_settings() 313 read_num("khugepaged/alloc_sleep_millisecs"), in save_settings() 315 read_num("khugepaged/scan_sleep_millisecs"), in save_settings() 316 .max_ptes_none = read_num("khugepaged/max_ptes_none"), in save_settings() 317 .max_ptes_swap = read_num("khugepaged/max_ptes_swap"), in save_settings() 318 .max_ptes_shared = read_num("khugepaged/max_ptes_shared"), in save_settings() 319 .pages_to_scan = read_num("khugepaged/pages_to_scan"), in save_settings() [all …]
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | relocate-rela.c | 56 static bool read_num(const char *str, uint64_t *num) in read_num() function 84 if (!read_num(argv[2], &text_base) || in main() 85 !read_num(argv[3], &rela_start) || in main() 86 !read_num(argv[4], &rela_end)) { in main()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/ |
| H A D | focaltech_test.c | 607 int read_num = 0; in get_cb_incell() local 624 read_num = BYTES_PER_TIME; in get_cb_incell() 629 offset = read_num * i; in get_cb_incell() 634 read_num = packet_remainder; in get_cb_incell() 648 ret = fts_test_read(cb_addr, data + offset, read_num); in get_cb_incell() 668 int read_num = 0; in get_cb_sc() local 700 read_num = BYTES_PER_TIME; in get_cb_sc() 706 read_num = packet_remainder; in get_cb_sc() 715 ret = fts_test_read(cb_addr, cb + offset, read_num); in get_cb_sc() 721 offset += read_num; in get_cb_sc()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/supported_ic/ |
| H A D | focaltech_test_ft8201.c | 365 static int ft8201_get_tx_rx_cb(struct ft8201_info *info, u8 start_node, int read_num, int *read_buf… in ft8201_get_tx_rx_cb() argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_ethtool.c | 866 int read_num = __bnx2x_get_page_read_num(bp); in bnx2x_read_pages_regs() local 873 for (k = 0; k < read_num; k++) { in bnx2x_read_pages_regs()
|