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
65
module_param_named(terminal, atkbd_terminal, bool, 0);
drivers/input/keyboard/atkbd.c
66
MODULE_PARM_DESC(terminal, "Enable break codes on an IBM Terminal keyboard connected via AT/PS2");
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
1112
static bool find_sdca_iot_dataport(struct sdca_entity_iot *terminal)
sound/soc/sdca/sdca_functions.c
1114
switch (terminal->type) {
sound/soc/sdca/sdca_functions.c
1140
struct sdca_entity_iot *terminal = &entity->iot;
sound/soc/sdca/sdca_functions.c
1150
terminal->type = tmp;
sound/soc/sdca/sdca_functions.c
1151
terminal->is_dataport = find_sdca_iot_dataport(terminal);
sound/soc/sdca/sdca_functions.c
1153
if (!terminal->is_dataport) {
sound/soc/sdca/sdca_functions.c
1154
const char *type_name = sdca_find_terminal_name(terminal->type);
sound/soc/sdca/sdca_functions.c
1167
terminal->reference = tmp;
sound/soc/sdca/sdca_functions.c
1172
terminal->connector = tmp;
sound/soc/sdca/sdca_functions.c
1177
terminal->num_transducer = tmp;
sound/soc/sdca/sdca_functions.c
1180
entity->label, terminal->type, terminal->reference,
sound/soc/sdca/sdca_functions.c
1181
terminal->connector, terminal->num_transducer);
sound/soc/sdca/sdca_functions.c
1645
struct sdca_entity_iot *terminal = &entity->iot;
sound/soc/sdca/sdca_functions.c
1672
terminal->clock = clock_entity;