Searched refs:ch_params (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/hamradio/
H A Dhdlcdrv.c227 s->ch_params.tx_delay = data[1];
228 PKP("TX delay = %ums", 10 * s->ch_params.tx_delay);
231 s->ch_params.ppersist = data[1];
232 PKP("p persistence = %u", s->ch_params.ppersist);
235 s->ch_params.slottime = data[1];
236 PKP("slot time = %ums", s->ch_params.slottime);
239 s->ch_params.tx_tail = data[1];
240 PKP("TX tail = %ums", s->ch_params.tx_tail);
243 s->ch_params.fulldup = !!data[1];
244 PKP("%s duplex", s->ch_params
[all...]
H A Dbaycom_epp.c188 struct hdlcdrv_channel_params ch_params; member in struct:baycom_state
330 bc->ch_params.tx_delay = data[1];
331 PKP("TX delay = %ums", 10 * bc->ch_params.tx_delay);
334 bc->ch_params.ppersist = data[1];
335 PKP("p persistence = %u", bc->ch_params.ppersist);
338 bc->ch_params.slottime = data[1];
339 PKP("slot time = %ums", bc->ch_params.slottime);
342 bc->ch_params.tx_tail = data[1];
343 PKP("TX tail = %ums", bc->ch_params.tx_tail);
346 bc->ch_params
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/hamradio/
H A Dhdlcdrv.c227 s->ch_params.tx_delay = data[1];
228 PKP("TX delay = %ums", 10 * s->ch_params.tx_delay);
231 s->ch_params.ppersist = data[1];
232 PKP("p persistence = %u", s->ch_params.ppersist);
235 s->ch_params.slottime = data[1];
236 PKP("slot time = %ums", s->ch_params.slottime);
239 s->ch_params.tx_tail = data[1];
240 PKP("TX tail = %ums", s->ch_params.tx_tail);
243 s->ch_params.fulldup = !!data[1];
244 PKP("%s duplex", s->ch_params
[all...]
H A Dbaycom_epp.c188 struct hdlcdrv_channel_params ch_params; member in struct:baycom_state
330 bc->ch_params.tx_delay = data[1];
331 PKP("TX delay = %ums", 10 * bc->ch_params.tx_delay);
334 bc->ch_params.ppersist = data[1];
335 PKP("p persistence = %u", bc->ch_params.ppersist);
338 bc->ch_params.slottime = data[1];
339 PKP("slot time = %ums", bc->ch_params.slottime);
342 bc->ch_params.tx_tail = data[1];
343 PKP("TX tail = %ums", bc->ch_params.tx_tail);
346 bc->ch_params
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dhdlcdrv.h199 struct hdlcdrv_channel_params ch_params; member in struct:hdlcdrv_state
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dhdlcdrv.h199 struct hdlcdrv_channel_params ch_params; member in struct:hdlcdrv_state
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/davinci/
H A Dvpif_capture.c84 * ch_params: video standard configuration parameters for vpif
86 static const struct vpif_channel_config_params ch_params[] = { variable in typeref:struct:vpif_channel_config_params
446 for (index = 0; index < ARRAY_SIZE(ch_params); index++) {
447 config = &ch_params[index];
455 if (index == ARRAY_SIZE(ch_params))
H A Dvpif_display.c87 static const struct vpif_channel_config_params ch_params[] = { variable in typeref:struct:vpif_channel_config_params
390 for (index = 0; index < ARRAY_SIZE(ch_params); index++) {
391 config = &ch_params[index];
398 if (index == ARRAY_SIZE(ch_params))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/davinci/
H A Dvpif_capture.c84 * ch_params: video standard configuration parameters for vpif
86 static const struct vpif_channel_config_params ch_params[] = { variable in typeref:struct:vpif_channel_config_params
446 for (index = 0; index < ARRAY_SIZE(ch_params); index++) {
447 config = &ch_params[index];
455 if (index == ARRAY_SIZE(ch_params))
H A Dvpif_display.c87 static const struct vpif_channel_config_params ch_params[] = { variable in typeref:struct:vpif_channel_config_params
390 for (index = 0; index < ARRAY_SIZE(ch_params); index++) {
391 config = &ch_params[index];
398 if (index == ARRAY_SIZE(ch_params))

Completed in 303 milliseconds