Commit 01451e72 authored by Patrick Boettcher's avatar Patrick Boettcher Committed by Mauro Carvalho Chehab

V4L/DVB (4749): Fixed DVB-USB-Adapter indention

While converting everything to DVB-USB-Adapter, there was a wrong indention.
Signed-off-by: default avatarPatrick Boettcher <pb@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 019391e4
...@@ -116,24 +116,24 @@ static struct dvb_usb_device_properties a800_properties = { ...@@ -116,24 +116,24 @@ static struct dvb_usb_device_properties a800_properties = {
{ {
.caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF, .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
.pid_filter_count = 32, .pid_filter_count = 32,
.streaming_ctrl = dibusb2_0_streaming_ctrl, .streaming_ctrl = dibusb2_0_streaming_ctrl,
.pid_filter = dibusb_pid_filter, .pid_filter = dibusb_pid_filter,
.pid_filter_ctrl = dibusb_pid_filter_ctrl, .pid_filter_ctrl = dibusb_pid_filter_ctrl,
.frontend_attach = dibusb_dib3000mc_frontend_attach, .frontend_attach = dibusb_dib3000mc_frontend_attach,
.tuner_attach = dibusb_dib3000mc_tuner_attach, .tuner_attach = dibusb_dib3000mc_tuner_attach,
/* parameter for the MPEG2-data transfer */ /* parameter for the MPEG2-data transfer */
.stream = { .stream = {
.type = USB_BULK, .type = USB_BULK,
.count = 7, .count = 7,
.endpoint = 0x06, .endpoint = 0x06,
.u = { .u = {
.bulk = { .bulk = {
.buffersize = 4096, .buffersize = 4096,
} }
} }
}, },
.size_of_priv = sizeof(struct dibusb_state), .size_of_priv = sizeof(struct dibusb_state),
}, },
......
...@@ -529,20 +529,20 @@ static struct dvb_usb_device_properties cxusb_medion_properties = { ...@@ -529,20 +529,20 @@ static struct dvb_usb_device_properties cxusb_medion_properties = {
.num_adapters = 1, .num_adapters = 1,
.adapter = { .adapter = {
{ {
.streaming_ctrl = cxusb_streaming_ctrl, .streaming_ctrl = cxusb_streaming_ctrl,
.frontend_attach = cxusb_cx22702_frontend_attach, .frontend_attach = cxusb_cx22702_frontend_attach,
.tuner_attach = cxusb_fmd1216me_tuner_attach, .tuner_attach = cxusb_fmd1216me_tuner_attach,
/* parameter for the MPEG2-data transfer */ /* parameter for the MPEG2-data transfer */
.stream = { .stream = {
.type = USB_BULK, .type = USB_BULK,
.count = 5, .count = 5,
.endpoint = 0x02, .endpoint = 0x02,
.u = { .u = {
.bulk = { .bulk = {
.buffersize = 8192, .buffersize = 8192,
} }
} }
}, },
}, },
}, },
...@@ -575,21 +575,21 @@ static struct dvb_usb_device_properties cxusb_bluebird_lgh064f_properties = { ...@@ -575,21 +575,21 @@ static struct dvb_usb_device_properties cxusb_bluebird_lgh064f_properties = {
.num_adapters = 1, .num_adapters = 1,
.adapter = { .adapter = {
{ {
.streaming_ctrl = cxusb_streaming_ctrl, .streaming_ctrl = cxusb_streaming_ctrl,
.frontend_attach = cxusb_lgdt3303_frontend_attach, .frontend_attach = cxusb_lgdt3303_frontend_attach,
.tuner_attach = cxusb_lgdt3303_tuner_attach, .tuner_attach = cxusb_lgdt3303_tuner_attach,
/* parameter for the MPEG2-data transfer */ /* parameter for the MPEG2-data transfer */
.stream = { .stream = {
.type = USB_BULK, .type = USB_BULK,
.count = 5, .count = 5,
.endpoint = 0x02, .endpoint = 0x02,
.u = { .u = {
.bulk = { .bulk = {
.buffersize = 8192, .buffersize = 8192,
} }
} }
}, },
}, },
}, },
...@@ -627,20 +627,20 @@ static struct dvb_usb_device_properties cxusb_bluebird_dee1601_properties = { ...@@ -627,20 +627,20 @@ static struct dvb_usb_device_properties cxusb_bluebird_dee1601_properties = {
.num_adapters = 1, .num_adapters = 1,
.adapter = { .adapter = {
{ {
.streaming_ctrl = cxusb_streaming_ctrl, .streaming_ctrl = cxusb_streaming_ctrl,
.frontend_attach = cxusb_dee1601_frontend_attach, .frontend_attach = cxusb_dee1601_frontend_attach,
.tuner_attach = cxusb_dee1601_tuner_attach, .tuner_attach = cxusb_dee1601_tuner_attach,
/* parameter for the MPEG2-data transfer */ /* parameter for the MPEG2-data transfer */
.stream = { .stream = {
.type = USB_BULK, .type = USB_BULK,
.count = 5, .count = 5,
.endpoint = 0x04, .endpoint = 0x04,
.u = { .u = {
.bulk = { .bulk = {
.buffersize = 8192, .buffersize = 8192,
} }
} }
}, },
}, },
}, },
...@@ -686,21 +686,21 @@ static struct dvb_usb_device_properties cxusb_bluebird_lgz201_properties = { ...@@ -686,21 +686,21 @@ static struct dvb_usb_device_properties cxusb_bluebird_lgz201_properties = {
.num_adapters = 2, .num_adapters = 2,
.adapter = { .adapter = {
{ {
.streaming_ctrl = cxusb_streaming_ctrl, .streaming_ctrl = cxusb_streaming_ctrl,
.frontend_attach = cxusb_mt352_frontend_attach, .frontend_attach = cxusb_mt352_frontend_attach,
.tuner_attach = cxusb_lgz201_tuner_attach, .tuner_attach = cxusb_lgz201_tuner_attach,
/* parameter for the MPEG2-data transfer */ /* parameter for the MPEG2-data transfer */
.stream = { .stream = {
.type = USB_BULK, .type = USB_BULK,
.count = 5, .count = 5,
.endpoint = 0x04, .endpoint = 0x04,
.u = { .u = {
.bulk = { .bulk = {
.buffersize = 8192, .buffersize = 8192,
} }
} }
}, },
}, },
}, },
.power_ctrl = cxusb_bluebird_power_ctrl, .power_ctrl = cxusb_bluebird_power_ctrl,
...@@ -736,21 +736,21 @@ static struct dvb_usb_device_properties cxusb_bluebird_dtt7579_properties = { ...@@ -736,21 +736,21 @@ static struct dvb_usb_device_properties cxusb_bluebird_dtt7579_properties = {
.num_adapters = 1, .num_adapters = 1,
.adapter = { .adapter = {
{ {
.streaming_ctrl = cxusb_streaming_ctrl, .streaming_ctrl = cxusb_streaming_ctrl,
.frontend_attach = cxusb_mt352_frontend_attach, .frontend_attach = cxusb_mt352_frontend_attach,
.tuner_attach = cxusb_dtt7579_tuner_attach, .tuner_attach = cxusb_dtt7579_tuner_attach,
/* parameter for the MPEG2-data transfer */ /* parameter for the MPEG2-data transfer */
.stream = { .stream = {
.type = USB_BULK, .type = USB_BULK,
.count = 5, .count = 5,
.endpoint = 0x04, .endpoint = 0x04,
.u = { .u = {
.bulk = { .bulk = {
.buffersize = 8192, .buffersize = 8192,
} }
} }
}, },
}, },
}, },
.power_ctrl = cxusb_bluebird_power_ctrl, .power_ctrl = cxusb_bluebird_power_ctrl,
......
...@@ -163,23 +163,23 @@ static struct dvb_usb_device_properties dibusb1_1_properties = { ...@@ -163,23 +163,23 @@ static struct dvb_usb_device_properties dibusb1_1_properties = {
.caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF, .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
.pid_filter_count = 16, .pid_filter_count = 16,
.streaming_ctrl = dibusb_streaming_ctrl, .streaming_ctrl = dibusb_streaming_ctrl,
.pid_filter = dibusb_pid_filter, .pid_filter = dibusb_pid_filter,
.pid_filter_ctrl = dibusb_pid_filter_ctrl, .pid_filter_ctrl = dibusb_pid_filter_ctrl,
.frontend_attach = dibusb_dib3000mb_frontend_attach, .frontend_attach = dibusb_dib3000mb_frontend_attach,
.tuner_attach = dibusb_tuner_probe_and_attach, .tuner_attach = dibusb_tuner_probe_and_attach,
/* parameter for the MPEG2-data transfer */ /* parameter for the MPEG2-data transfer */
.stream = { .stream = {
.type = USB_BULK, .type = USB_BULK,
.count = 7, .count = 7,
.endpoint = 0x02, .endpoint = 0x02,
.u = { .u = {
.bulk = { .bulk = {
.buffersize = 4096, .buffersize = 4096,
} }
} }
}, },
.size_of_priv = sizeof(struct dibusb_state), .size_of_priv = sizeof(struct dibusb_state),
} }
}, },
...@@ -248,23 +248,23 @@ static struct dvb_usb_device_properties dibusb1_1_an2235_properties = { ...@@ -248,23 +248,23 @@ static struct dvb_usb_device_properties dibusb1_1_an2235_properties = {
.caps = DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF | DVB_USB_ADAP_HAS_PID_FILTER, .caps = DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF | DVB_USB_ADAP_HAS_PID_FILTER,
.pid_filter_count = 16, .pid_filter_count = 16,
.streaming_ctrl = dibusb_streaming_ctrl, .streaming_ctrl = dibusb_streaming_ctrl,
.pid_filter = dibusb_pid_filter, .pid_filter = dibusb_pid_filter,
.pid_filter_ctrl = dibusb_pid_filter_ctrl, .pid_filter_ctrl = dibusb_pid_filter_ctrl,
.frontend_attach = dibusb_dib3000mb_frontend_attach, .frontend_attach = dibusb_dib3000mb_frontend_attach,
.tuner_attach = dibusb_tuner_probe_and_attach, .tuner_attach = dibusb_tuner_probe_and_attach,
/* parameter for the MPEG2-data transfer */ /* parameter for the MPEG2-data transfer */
.stream = { .stream = {
.type = USB_BULK, .type = USB_BULK,
.count = 7, .count = 7,
.endpoint = 0x02, .endpoint = 0x02,
.u = { .u = {
.bulk = { .bulk = {
.buffersize = 4096, .buffersize = 4096,
} }
} }
}, },
.size_of_priv = sizeof(struct dibusb_state), .size_of_priv = sizeof(struct dibusb_state),
}, },
}, },
...@@ -312,22 +312,23 @@ static struct dvb_usb_device_properties dibusb2_0b_properties = { ...@@ -312,22 +312,23 @@ static struct dvb_usb_device_properties dibusb2_0b_properties = {
.caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF, .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
.pid_filter_count = 16, .pid_filter_count = 16,
.streaming_ctrl = dibusb2_0_streaming_ctrl, .streaming_ctrl = dibusb2_0_streaming_ctrl,
.pid_filter = dibusb_pid_filter, .pid_filter = dibusb_pid_filter,
.pid_filter_ctrl = dibusb_pid_filter_ctrl, .pid_filter_ctrl = dibusb_pid_filter_ctrl,
.frontend_attach = dibusb_dib3000mb_frontend_attach, .frontend_attach = dibusb_dib3000mb_frontend_attach,
.tuner_attach = dibusb_thomson_tuner_attach, .tuner_attach = dibusb_thomson_tuner_attach,
/* parameter for the MPEG2-data transfer */
/* parameter for the MPEG2-data transfer */
.stream = { .stream = {
.type = USB_BULK, .type = USB_BULK,
.count = 7, .count = 7,
.endpoint = 0x06, .endpoint = 0x06,
.u = { .u = {
.bulk = { .bulk = {
.buffersize = 4096, .buffersize = 4096,
} }
} }
}, },
.size_of_priv = sizeof(struct dibusb_state), .size_of_priv = sizeof(struct dibusb_state),
} }
}, },
...@@ -369,22 +370,22 @@ static struct dvb_usb_device_properties artec_t1_usb2_properties = { ...@@ -369,22 +370,22 @@ static struct dvb_usb_device_properties artec_t1_usb2_properties = {
.caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF, .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
.pid_filter_count = 16, .pid_filter_count = 16,
.streaming_ctrl = dibusb2_0_streaming_ctrl, .streaming_ctrl = dibusb2_0_streaming_ctrl,
.pid_filter = dibusb_pid_filter, .pid_filter = dibusb_pid_filter,
.pid_filter_ctrl = dibusb_pid_filter_ctrl, .pid_filter_ctrl = dibusb_pid_filter_ctrl,
.frontend_attach = dibusb_dib3000mb_frontend_attach, .frontend_attach = dibusb_dib3000mb_frontend_attach,
.tuner_attach = dibusb_tuner_probe_and_attach, .tuner_attach = dibusb_tuner_probe_and_attach,
/* parameter for the MPEG2-data transfer */ /* parameter for the MPEG2-data transfer */
.stream = { .stream = {
.type = USB_BULK, .type = USB_BULK,
.count = 7, .count = 7,
.endpoint = 0x06, .endpoint = 0x06,
.u = { .u = {
.bulk = { .bulk = {
.buffersize = 4096, .buffersize = 4096,
} }
} }
}, },
.size_of_priv = sizeof(struct dibusb_state), .size_of_priv = sizeof(struct dibusb_state),
} }
}, },
......
...@@ -54,23 +54,23 @@ static struct dvb_usb_device_properties dibusb_mc_properties = { ...@@ -54,23 +54,23 @@ static struct dvb_usb_device_properties dibusb_mc_properties = {
{ {
.caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF, .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
.pid_filter_count = 32, .pid_filter_count = 32,
.streaming_ctrl = dibusb2_0_streaming_ctrl, .streaming_ctrl = dibusb2_0_streaming_ctrl,
.pid_filter = dibusb_pid_filter, .pid_filter = dibusb_pid_filter,
.pid_filter_ctrl = dibusb_pid_filter_ctrl, .pid_filter_ctrl = dibusb_pid_filter_ctrl,
.frontend_attach = dibusb_dib3000mc_frontend_attach, .frontend_attach = dibusb_dib3000mc_frontend_attach,
.tuner_attach = dibusb_dib3000mc_tuner_attach, .tuner_attach = dibusb_dib3000mc_tuner_attach,
/* parameter for the MPEG2-data transfer */ /* parameter for the MPEG2-data transfer */
.stream = { .stream = {
.type = USB_BULK, .type = USB_BULK,
.count = 7, .count = 7,
.endpoint = 0x06, .endpoint = 0x06,
.u = { .u = {
.bulk = { .bulk = {
.buffersize = 4096, .buffersize = 4096,
} }
} }
}, },
.size_of_priv = sizeof(struct dibusb_state), .size_of_priv = sizeof(struct dibusb_state),
} }
}, },
......
...@@ -274,20 +274,20 @@ static struct dvb_usb_device_properties digitv_properties = { ...@@ -274,20 +274,20 @@ static struct dvb_usb_device_properties digitv_properties = {
.num_adapters = 1, .num_adapters = 1,
.adapter = { .adapter = {
{ {
.frontend_attach = digitv_frontend_attach, .frontend_attach = digitv_frontend_attach,
.tuner_attach = digitv_tuner_attach, .tuner_attach = digitv_tuner_attach,
/* parameter for the MPEG2-data transfer */ /* parameter for the MPEG2-data transfer */
.stream = { .stream = {
.type = USB_BULK, .type = USB_BULK,
.count = 7, .count = 7,
.endpoint = 0x02, .endpoint = 0x02,
.u = { .u = {
.bulk = { .bulk = {
.buffersize = 4096, .buffersize = 4096,
} }
} }
}, },
} }
}, },
.identify_state = digitv_identify_state, .identify_state = digitv_identify_state,
......
...@@ -268,20 +268,20 @@ static struct dvb_usb_device_properties wt220u_zl0353_properties = { ...@@ -268,20 +268,20 @@ static struct dvb_usb_device_properties wt220u_zl0353_properties = {
.caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_NEED_PID_FILTERING, .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_NEED_PID_FILTERING,
.pid_filter_count = 15, .pid_filter_count = 15,
.streaming_ctrl = dtt200u_streaming_ctrl, .streaming_ctrl = dtt200u_streaming_ctrl,
.pid_filter = dtt200u_pid_filter, .pid_filter = dtt200u_pid_filter,
.frontend_attach = dtt200u_frontend_attach, .frontend_attach = dtt200u_frontend_attach,
/* parameter for the MPEG2-data transfer */ /* parameter for the MPEG2-data transfer */
.stream = { .stream = {
.type = USB_BULK, .type = USB_BULK,
.count = 7, .count = 7,
.endpoint = 0x02, .endpoint = 0x02,
.u = { .u = {
.bulk = { .bulk = {
.buffersize = 4096, .buffersize = 4096,
} }
} }
}, },
} }
}, },
.power_ctrl = dtt200u_power_ctrl, .power_ctrl = dtt200u_power_ctrl,
......
...@@ -194,19 +194,19 @@ static struct dvb_usb_device_properties gp8psk_properties = { ...@@ -194,19 +194,19 @@ static struct dvb_usb_device_properties gp8psk_properties = {
.num_adapters = 1, .num_adapters = 1,
.adapter = { .adapter = {
{ {
.streaming_ctrl = gp8psk_streaming_ctrl, .streaming_ctrl = gp8psk_streaming_ctrl,
.frontend_attach = gp8psk_frontend_attach, .frontend_attach = gp8psk_frontend_attach,
/* parameter for the MPEG2-data transfer */ /* parameter for the MPEG2-data transfer */
.stream = { .stream = {
.type = USB_BULK, .type = USB_BULK,
.count = 7, .count = 7,
.endpoint = 0x82, .endpoint = 0x82,
.u = { .u = {
.bulk = { .bulk = {
.buffersize = 8192, .buffersize = 8192,
} }
} }
}, },
} }
}, },
.power_ctrl = gp8psk_power_ctrl, .power_ctrl = gp8psk_power_ctrl,
......
...@@ -163,23 +163,23 @@ static struct dvb_usb_device_properties nova_t_properties = { ...@@ -163,23 +163,23 @@ static struct dvb_usb_device_properties nova_t_properties = {
.caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF, .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
.pid_filter_count = 32, .pid_filter_count = 32,
.streaming_ctrl = dibusb2_0_streaming_ctrl, .streaming_ctrl = dibusb2_0_streaming_ctrl,
.pid_filter = dibusb_pid_filter, .pid_filter = dibusb_pid_filter,
.pid_filter_ctrl = dibusb_pid_filter_ctrl, .pid_filter_ctrl = dibusb_pid_filter_ctrl,
.frontend_attach = dibusb_dib3000mc_frontend_attach, .frontend_attach = dibusb_dib3000mc_frontend_attach,
.tuner_attach = dibusb_dib3000mc_tuner_attach, .tuner_attach = dibusb_dib3000mc_tuner_attach,
/* parameter for the MPEG2-data transfer */ /* parameter for the MPEG2-data transfer */
.stream = { .stream = {
.type = USB_BULK, .type = USB_BULK,
.count = 7, .count = 7,
.endpoint = 0x06, .endpoint = 0x06,
.u = { .u = {
.bulk = { .bulk = {
.buffersize = 4096, .buffersize = 4096,
} }
} }
}, },
.size_of_priv = sizeof(struct dibusb_state), .size_of_priv = sizeof(struct dibusb_state),
} }
......
...@@ -99,21 +99,21 @@ static struct dvb_usb_device_properties umt_properties = { ...@@ -99,21 +99,21 @@ static struct dvb_usb_device_properties umt_properties = {
.num_adapters = 1, .num_adapters = 1,
.adapter = { .adapter = {
{ {
.streaming_ctrl = dibusb2_0_streaming_ctrl, .streaming_ctrl = dibusb2_0_streaming_ctrl,
.frontend_attach = umt_mt352_frontend_attach, .frontend_attach = umt_mt352_frontend_attach,
.tuner_attach = umt_tuner_attach, .tuner_attach = umt_tuner_attach,
/* parameter for the MPEG2-data transfer */ /* parameter for the MPEG2-data transfer */
.stream = { .stream = {
.type = USB_BULK, .type = USB_BULK,
.count = 20, .count = 20,
.endpoint = 0x06, .endpoint = 0x06,
.u = { .u = {
.bulk = { .bulk = {
.buffersize = 512, .buffersize = 512,
} }
} }
}, },
.size_of_priv = sizeof(struct dibusb_state), .size_of_priv = sizeof(struct dibusb_state),
} }
......
...@@ -275,22 +275,22 @@ static struct dvb_usb_device_properties vp702x_properties = { ...@@ -275,22 +275,22 @@ static struct dvb_usb_device_properties vp702x_properties = {
.caps = DVB_USB_ADAP_RECEIVES_204_BYTE_TS, .caps = DVB_USB_ADAP_RECEIVES_204_BYTE_TS,
.streaming_ctrl = vp702x_streaming_ctrl, .streaming_ctrl = vp702x_streaming_ctrl,
.frontend_attach = vp702x_frontend_attach, .frontend_attach = vp702x_frontend_attach,
/* parameter for the MPEG2-data transfer */ /* parameter for the MPEG2-data transfer */
.stream = { .stream = {
.type = USB_BULK, .type = USB_BULK,
.count = 10, .count = 10,
.endpoint = 0x02, .endpoint = 0x02,
.u = { .u = {
.bulk = { .bulk = {
.buffersize = 4096, .buffersize = 4096,
} }
} }
}, },
.size_of_priv = sizeof(struct vp702x_state), .size_of_priv = sizeof(struct vp702x_state),
} }
}, },
.read_mac_address = vp702x_read_mac_addr, .read_mac_address = vp702x_read_mac_addr,
.rc_key_map = vp702x_rc_keys, .rc_key_map = vp702x_rc_keys,
......
...@@ -217,18 +217,18 @@ static struct dvb_usb_device_properties vp7045_properties = { ...@@ -217,18 +217,18 @@ static struct dvb_usb_device_properties vp7045_properties = {
.num_adapters = 1, .num_adapters = 1,
.adapter = { .adapter = {
{ {
.frontend_attach = vp7045_frontend_attach, .frontend_attach = vp7045_frontend_attach,
/* parameter for the MPEG2-data transfer */ /* parameter for the MPEG2-data transfer */
.stream = { .stream = {
.type = USB_BULK, .type = USB_BULK,
.count = 7, .count = 7,
.endpoint = 0x02, .endpoint = 0x02,
.u = { .u = {
.bulk = { .bulk = {
.buffersize = 4096, .buffersize = 4096,
} }
} }
}, },
} }
}, },
.power_ctrl = vp7045_power_ctrl, .power_ctrl = vp7045_power_ctrl,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment