Lines Matching +full:0 +full:x0402
42 st->data[0] = CINERGYT2_EP1_CONTROL_STREAM_TRANSFER; in cinergyt2_streaming_ctrl()
43 st->data[1] = enable ? 1 : 0; in cinergyt2_streaming_ctrl()
45 ret = dvb_usb_generic_rw(d, st->data, 2, st->data, 64, 0); in cinergyt2_streaming_ctrl()
57 st->data[0] = CINERGYT2_EP1_SLEEP_MODE; in cinergyt2_power_ctrl()
58 st->data[1] = enable ? 0 : 1; in cinergyt2_power_ctrl()
60 ret = dvb_usb_generic_rw(d, st->data, 2, st->data, 3, 0); in cinergyt2_power_ctrl()
72 adap->fe_adap[0].fe = cinergyt2_fe_attach(adap->dev); in cinergyt2_frontend_attach()
75 st->data[0] = CINERGYT2_EP1_GET_FIRMWARE_VERSION; in cinergyt2_frontend_attach()
77 ret = dvb_usb_generic_rw(d, st->data, 1, st->data, 3, 0); in cinergyt2_frontend_attach()
78 if (ret < 0) { in cinergyt2_frontend_attach()
79 if (adap->fe_adap[0].fe) in cinergyt2_frontend_attach()
80 adap->fe_adap[0].fe->ops.release(adap->fe_adap[0].fe); in cinergyt2_frontend_attach()
89 { 0x0401, KEY_POWER },
90 { 0x0402, KEY_1 },
91 { 0x0403, KEY_2 },
92 { 0x0404, KEY_3 },
93 { 0x0405, KEY_4 },
94 { 0x0406, KEY_5 },
95 { 0x0407, KEY_6 },
96 { 0x0408, KEY_7 },
97 { 0x0409, KEY_8 },
98 { 0x040a, KEY_9 },
99 { 0x040c, KEY_0 },
100 { 0x040b, KEY_VIDEO },
101 { 0x040d, KEY_REFRESH },
102 { 0x040e, KEY_SELECT },
103 { 0x040f, KEY_EPG },
104 { 0x0410, KEY_UP },
105 { 0x0414, KEY_DOWN },
106 { 0x0411, KEY_LEFT },
107 { 0x0413, KEY_RIGHT },
108 { 0x0412, KEY_OK },
109 { 0x0415, KEY_TEXT },
110 { 0x0416, KEY_INFO },
111 { 0x0417, KEY_RED },
112 { 0x0418, KEY_GREEN },
113 { 0x0419, KEY_YELLOW },
114 { 0x041a, KEY_BLUE },
115 { 0x041c, KEY_VOLUMEUP },
116 { 0x041e, KEY_VOLUMEDOWN },
117 { 0x041d, KEY_MUTE },
118 { 0x041b, KEY_CHANNELUP },
119 { 0x041f, KEY_CHANNELDOWN },
120 { 0x0440, KEY_PAUSE },
121 { 0x044c, KEY_PLAY },
122 { 0x0458, KEY_RECORD },
123 { 0x0454, KEY_PREVIOUS },
124 { 0x0448, KEY_STOP },
125 { 0x045c, KEY_NEXT }
150 st->data[0] = CINERGYT2_EP1_GET_RC_EVENTS; in cinergyt2_rc_query()
152 ret = dvb_usb_generic_rw(d, st->data, 1, st->data, 5, 0); in cinergyt2_rc_query()
153 if (ret < 0) in cinergyt2_rc_query()
156 if (st->data[4] == 0xff) { in cinergyt2_rc_query()
160 for (i = 0; i < ARRAY_SIZE(repeatable_keys); i++) { in cinergyt2_rc_query()
177 if (st->data[0] != 0) { in cinergyt2_rc_query()
179 st->rc_counter = 0; in cinergyt2_rc_query()
221 .endpoint = 0x02,
245 { .name = "TerraTec/qanu USB2.0 Highspeed DVB-T Receiver",