Lines Matching refs:name
243 [PVR2_CVAL_INPUT_TV] = "television", /*xawtv needs this name*/
337 static void trace_stbit(const char *name,int val)
341 name,(val ? "true" : "false"));
993 .name = "brightness",
1000 .name = "contrast",
1007 .name = "saturation",
1014 .name = "hue",
1021 .name = "volume",
1028 .name = "balance",
1035 .name = "bass",
1042 .name = "treble",
1049 .name = "mute",
1055 .name = "crop_left",
1065 .name = "crop_top",
1075 .name = "crop_width",
1084 .name = "crop_height",
1093 .name = "cropcap_pixel_numerator",
1098 .name = "cropcap_pixel_denominator",
1103 .name = "cropcap_bounds_top",
1108 .name = "cropcap_bounds_left",
1113 .name = "cropcap_bounds_width",
1118 .name = "cropcap_bounds_height",
1123 .name = "input",
1131 .name = "audio_mode",
1138 .name = "resolution_hor",
1145 .name = "resolution_ver",
1158 .name = "srate",
1163 .name = "frequency",
1177 .name = "channel",
1183 .name = "freq_table_value",
1193 .name = "freq_table_channel",
1199 .name = "streaming_enabled",
1204 .name = "usb_speed",
1209 .name = "master_state",
1214 .name = "signal_present",
1219 .name = "audio_modes_present",
1232 .name = "video_standard_mask_available",
1242 .name = "video_standard_mask_active",
1254 .name = "video_standard_mask_detected",
1346 greater on success (it will be the index of the file name found) and
1987 "Module ID %u for device %s has no name? The driver might have a configuration problem.",
2461 ciptr->name = mpeg_ids[idx].strid;
2473 strscpy(hdw->mpeg_ctrl_info[idx].desc, qctrl.name,
2578 cnt2 = scnprintf(hdw->name+cnt1,sizeof(hdw->name)-cnt1,"pvrusb2");
2581 cnt2 = scnprintf(hdw->name+cnt1,sizeof(hdw->name)-cnt1,"_%c",
2585 if (cnt1 >= sizeof(hdw->name)) cnt1 = sizeof(hdw->name)-1;
2586 hdw->name[cnt1] = 0;
2588 pvr2_trace(PVR2_TRACE_INIT,"Driver unit number is %d, name is %s",
2589 hdw->unit_number,hdw->name);
2807 const char *name, int val)
2812 pvr2_trace(PVR2_TRACE_CHIPS, "subdev v4l2 %s=%d", name, val);
2990 cptr->info->name);
3215 /* Return name for this driver instance */
3218 return hdw->name;
4843 " %s @ %02x\n", client->name,
4886 pr_info("%s %.*s\n", hdw->name, ccnt, buf);
4898 pr_info("%s %.*s\n", hdw->name, lcnt, buf + ucnt);