Home
last modified time | relevance | path

Searched refs:last_type (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/media/rc/
Drc-ir-raw.c125 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()
Drc-core-priv.h40 enum raw_event_type last_type; /* last event type */ member
/linux-4.1.27/net/tipc/
Dname_table.c950 u32 *last_type, u32 *last_lower, u32 *last_publ) in tipc_nl_seq_list() argument
958 if (*last_type) in tipc_nl_seq_list()
959 i = hash(*last_type); in tipc_nl_seq_list()
966 if (*last_type) { in tipc_nl_seq_list()
967 seq = nametbl_find_seq(net, *last_type); in tipc_nl_seq_list()
983 *last_type = seq->type; in tipc_nl_seq_list()
989 *last_type = 0; in tipc_nl_seq_list()
998 u32 last_type = cb->args[0]; in tipc_nl_name_table_dump() local
1012 err = tipc_nl_seq_list(net, &msg, &last_type, &last_lower, &last_publ); in tipc_nl_name_table_dump()
1026 cb->args[0] = last_type; in tipc_nl_name_table_dump()
/linux-4.1.27/arch/x86/kernel/
De820.c265 unsigned long current_type, last_type; in sanitize_e820_map() local
309 last_type = 0; /* start with undefined memory type */ in sanitize_e820_map()
349 if (current_type != last_type || current_type == E820_PRAM) { in sanitize_e820_map()
350 if (last_type != 0) { in sanitize_e820_map()
371 last_type = current_type; in sanitize_e820_map()
/linux-4.1.27/arch/blackfin/kernel/
Dsetup.c303 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.1.27/fs/
Dnamei.c502 int last_type; member
896 nd->last_type = LAST_BIND; in follow_link()
1611 if (unlikely(nd->last_type != LAST_NORM)) in walk_component()
1612 return handle_dots(nd, nd->last_type); in walk_component()
1858 nd->last_type = type; in link_path_walk()
1897 nd->last_type = LAST_ROOT; /* if there are only slashes... */ in path_init()
2005 if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len]) in lookup_last()
2095 if (nd.last_type != LAST_NORM) { in kern_path_locked()
2319 if (unlikely(nd->last_type != LAST_NORM)) { in mountpoint_last()
2320 error = handle_dots(nd, nd->last_type); in mountpoint_last()
[all …]
/linux-4.1.27/drivers/staging/speakup/
Dmain.c1071 static u_short char_type, last_type; in spkup_write() local
1088 if ((last_type & CH_RPT) && rep_count > 2) { in spkup_write()
1101 if ((synth_flags & SF_DEC) && (last_type & PUNC)) in spkup_write()
1129 last_type = char_type; in spkup_write()
1133 if (last_type & CH_RPT) { in spkup_write()
/linux-4.1.27/tools/lib/traceevent/
Devent-parse.h494 enum event_sort_type last_type; member
Devent-parse.c1396 enum event_type last_type = type; in event_read_fields() local
1411 if (last_type == EVENT_ITEM && in event_read_fields()
1416 last_type = type; in event_read_fields()
5328 if (events && pevent->last_type == sort_type) in pevent_list_events()
5343 pevent->last_type = sort_type; in pevent_list_events()
5363 pevent->last_type = sort_type; in pevent_list_events()