Symbol: terminal
drivers/dma/nbpfaxi.c
1068
chan->terminal);
drivers/dma/nbpfaxi.c
1119
chan->terminal = dma_spec->args[0];
drivers/dma/nbpfaxi.c
214
unsigned int terminal;
drivers/dma/nbpfaxi.c
412
chan->terminal;
drivers/dma/nbpfaxi.c
419
chan->terminal = 0;
drivers/input/keyboard/atkbd.c
62
module_param_named(terminal, atkbd_terminal, bool, 0);
drivers/input/keyboard/atkbd.c
63
MODULE_PARM_DESC(terminal, "Enable break codes on an IBM Terminal keyboard connected via AT/PS2");
drivers/staging/media/atomisp/pci/sh_css.c
8201
struct sh_css_sp_pipeline_terminal *terminal;
drivers/staging/media/atomisp/pci/sh_css.c
8210
terminal = &sh_css_sp_group.pipe_io[sp_thread_id].input;
drivers/staging/media/atomisp/pci/sh_css.c
8214
&terminal->context.virtual_input_system_stream[j];
drivers/watchdog/pic32-wdt.c
74
u32 period, ps, terminal;
drivers/watchdog/pic32-wdt.c
88
terminal = BIT(ps);
drivers/watchdog/pic32-wdt.c
91
period = terminal / rate;
drivers/watchdog/pic32-wdt.c
94
rate, terminal, period);
net/ceph/crush/mapper.c
206
while (!terminal(n)) {
sound/soc/sdca/sdca_functions.c
1123
static bool find_sdca_iot_dataport(struct sdca_entity_iot *terminal)
sound/soc/sdca/sdca_functions.c
1125
switch (terminal->type) {
sound/soc/sdca/sdca_functions.c
1151
struct sdca_entity_iot *terminal = &entity->iot;
sound/soc/sdca/sdca_functions.c
1161
terminal->type = tmp;
sound/soc/sdca/sdca_functions.c
1162
terminal->is_dataport = find_sdca_iot_dataport(terminal);
sound/soc/sdca/sdca_functions.c
1164
if (!terminal->is_dataport) {
sound/soc/sdca/sdca_functions.c
1165
const char *type_name = sdca_find_terminal_name(terminal->type);
sound/soc/sdca/sdca_functions.c
1178
terminal->reference = tmp;
sound/soc/sdca/sdca_functions.c
1183
terminal->connector = tmp;
sound/soc/sdca/sdca_functions.c
1188
terminal->num_transducer = tmp;
sound/soc/sdca/sdca_functions.c
1191
entity->label, terminal->type, terminal->reference,
sound/soc/sdca/sdca_functions.c
1192
terminal->connector, terminal->num_transducer);
sound/soc/sdca/sdca_functions.c
1670
struct sdca_entity_iot *terminal = &entity->iot;
sound/soc/sdca/sdca_functions.c
1697
terminal->clock = clock_entity;