Searched refs:last_type (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/media/rc/ |
D | rc-ir-raw.c | 125 if (delta > delay || !dev->raw->last_type) in ir_raw_event_store_edge() 132 else if (dev->raw->last_type & IR_SPACE) { in ir_raw_event_store_edge() 135 } else if (dev->raw->last_type & IR_PULSE) { in ir_raw_event_store_edge() 142 dev->raw->last_type = type; in ir_raw_event_store_edge()
|
D | rc-core-priv.h | 40 enum raw_event_type last_type; /* last event type */ member
|
/linux-4.4.14/net/tipc/ |
D | name_table.c | 940 u32 *last_type, u32 *last_lower, u32 *last_publ) in tipc_nl_seq_list() argument 948 if (*last_type) in tipc_nl_seq_list() 949 i = hash(*last_type); in tipc_nl_seq_list() 956 if (*last_type) { in tipc_nl_seq_list() 957 seq = nametbl_find_seq(net, *last_type); in tipc_nl_seq_list() 973 *last_type = seq->type; in tipc_nl_seq_list() 979 *last_type = 0; in tipc_nl_seq_list() 988 u32 last_type = cb->args[0]; in tipc_nl_name_table_dump() local 1002 err = tipc_nl_seq_list(net, &msg, &last_type, &last_lower, &last_publ); in tipc_nl_name_table_dump() 1016 cb->args[0] = last_type; in tipc_nl_name_table_dump()
|
/linux-4.4.14/arch/x86/kernel/ |
D | e820.c | 266 unsigned long current_type, last_type; in sanitize_e820_map() local 310 last_type = 0; /* start with undefined memory type */ in sanitize_e820_map() 350 if (current_type != last_type || current_type == E820_PRAM) { in sanitize_e820_map() 351 if (last_type != 0) { in sanitize_e820_map() 372 last_type = current_type; in sanitize_e820_map()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | setup.c | 303 unsigned long current_type, last_type; in sanitize_memmap() local 397 last_type = 0; /* start with undefined memory type */ in sanitize_memmap() 420 if (current_type != last_type) { in sanitize_memmap() 421 if (last_type != 0) { in sanitize_memmap() 434 last_type = current_type; in sanitize_memmap()
|
/linux-4.4.14/fs/ |
D | namei.c | 503 int last_type; member 1004 nd->last_type = LAST_BIND; in get_link() 1735 if (unlikely(nd->last_type != LAST_NORM)) { in walk_component() 1736 err = handle_dots(nd, nd->last_type); in walk_component() 1942 nd->last_type = type; in link_path_walk() 2001 nd->last_type = LAST_ROOT; /* if there are only slashes... */ in path_init() 2110 if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len]) in lookup_last() 2215 *type = nd.last_type; in filename_parentat() 2397 if (unlikely(nd->last_type != LAST_NORM)) { in mountpoint_last() 2398 error = handle_dots(nd, nd->last_type); in mountpoint_last() [all …]
|
/linux-4.4.14/drivers/staging/speakup/ |
D | main.c | 1074 static u_short char_type, last_type; in spkup_write() local 1091 if ((last_type & CH_RPT) && rep_count > 2) { in spkup_write() 1104 if ((synth_flags & SF_DEC) && (last_type & PUNC)) in spkup_write() 1133 last_type = char_type; in spkup_write() 1137 if (last_type & CH_RPT) { in spkup_write()
|
/linux-4.4.14/tools/lib/traceevent/ |
D | event-parse.h | 501 enum event_sort_type last_type; member
|
D | event-parse.c | 1462 enum event_type last_type = type; in event_read_fields() local 1477 if (last_type == EVENT_ITEM && in event_read_fields() 1482 last_type = type; in event_read_fields() 5455 if (events && pevent->last_type == sort_type) in pevent_list_events() 5470 pevent->last_type = sort_type; in pevent_list_events() 5490 pevent->last_type = sort_type; in pevent_list_events()
|