Searched defs:source (Results 26 - 50 of 83) sorted by relevance

1234

/drivers/media/video/
H A Dmsp3400-kthreads.c262 int src = 0; /* channel source: FM/AM, nicam or SCART */
381 "set_audmode final source/matrix = 0x%x\n", src);
862 * struct msp: only norm, acb and source are really used in this mode
895 int source, matrix; local
899 source = 0; /* mono only */
903 source = 4; /* stereo or B */
907 source = 1; /* stereo or A|B */
911 source = 3; /* stereo or A */
916 source = 3; /* stereo or A */
922 source
[all...]
H A Dmt9t031.c191 static u16 mt9t031_skip(s32 *source, s32 target, s32 max) argument
195 if (*source < target + target / 2) {
196 *source = target;
200 skip = min(max, *source + target / 2) / target;
203 *source = target * skip;
H A Dpms.c213 static void pms_videosource(struct pms *dev, short source) argument
219 pms_i2c_andor(dev, 0x8a, 0x06, 0x7f, source ? 0x80 : 0);
225 /* Was: mvv_write(dev, 0x2E, source ? 0x31 : 0x30);
/drivers/media/video/s5p-fimc/
H A Dfimc-mdevice.c417 * @source: the source entity to create links to all fimc entities from
419 * @pad: the source entity pad index
423 struct media_entity *source,
445 ret = media_entity_create_link(source, pad, sink,
452 &source->pads[pad], flags);
457 source->name, flags ? '=' : '-', sink->name);
489 struct media_entity *source, *sink; local
503 source = NULL;
528 source
422 __fimc_md_create_fimc_links(struct fimc_md *fmd, struct media_entity *source, struct v4l2_subdev *sensor, int pad, int fimc_id) argument
666 fimc_md_link_notify(struct media_pad *source, struct media_pad *sink, u32 flags) argument
[all...]
/drivers/net/wireless/b43legacy/
H A Dpio.c60 const u8 *source; local
65 source = txhdr;
67 source = packet;
70 ret = le16_to_cpu(*((__le16 *)(source + i)));
/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_insformat.h8 * Redistribution and use in source and binary forms, with or without
11 * 1. Redistributions of source code must retain the above copyright
51 source : 9, member in struct:ins_format1
61 source : 9,
70 source : 9, member in struct:ins_format2
80 source : 9,
89 source : 9, member in struct:ins_format3
97 source : 9,
106 source : 9, member in struct:ins_format4
116 source
125 source : 9, member in struct:ins_format5
143 source : 9, member in struct:ins_format6
[all...]
/drivers/staging/media/go7007/
H A Dwis-sony-tuner.c183 u16 source; member in struct:__anon5147
224 u16 source = 0; local
245 source = mpx_audio_modes[t->mpxmode].source;
248 source = 0x0000;
251 source = 0x0200;
258 source = mpx_audio_modes[t->mpxmode].source;
261 source = 0x0300;
264 source
[all...]
/drivers/staging/rtl8712/
H A Dieee80211.c100 u8 *r8712_set_ie(u8 *pbuf, sint index, uint len, u8 *source, uint *frlen) argument
105 memcpy((void *)(pbuf + 2), (void *)source, len);
/drivers/acpi/acpica/
H A Dacstruct.h11 * Redistribution and use in source and binary forms, with or without
14 * 1. Redistributions of source code must retain the above copyright
165 union acpi_operand_object *source; member in struct:acpi_aml_operands::__anon7
172 union acpi_operand_object *source; member in struct:acpi_aml_operands::__anon8
/drivers/ata/
H A Dpata_hpt3x2n.c263 * @source: 0x21 or 0x23 for PLL or PCI sourced clock
276 static void hpt3x2n_set_clock(struct ata_port *ap, int source) argument
285 iowrite8(source, bmdma+0x7B);
/drivers/media/dvb/dvb-core/
H A Ddemux.h183 struct dmx_ts_feed* source,
190 struct dmx_section_filter * source,
213 enum dmx_frontend_source source; member in struct:dmx_frontend
/drivers/media/video/davinci/
H A Disif.c264 enum vpss_ccdc_source_sel source = VPSS_CCDCIN; local
274 vpss_select_ccdc_source(source);
/drivers/net/wireless/p54/
H A Deeprom.c373 void *source, *target; local
386 source = curve_data->data;
389 __le16 *freq = source;
390 source += sizeof(__le16);
395 src = source;
408 source += sizeof(*src);
425 void *source, *target; local
438 source = curve_data->data;
441 __le16 *freq = source;
442 source
[all...]
/drivers/ps3/
H A Dps3av_cmd.c561 static u8 ps3av_cnv_enable(u32 source, const u8 *enable) argument
565 if (source == PS3AV_CMD_AUDIO_SOURCE_SPDIF) {
567 } else if (source == PS3AV_CMD_AUDIO_SOURCE_SERIAL) {
571 printk(KERN_ERR "%s failed, source:%x\n", __func__, source);
680 u32 source)
685 if (!(ch | fs | format | word_bits | source)) {
690 source = PS3AV_CMD_AUDIO_SOURCE_SERIAL;
703 audio->audio_source = source;
678 ps3av_cmd_set_audio_mode(struct ps3av_pkt_audio_mode *audio, u32 avport, u32 ch, u32 fs, u32 word_bits, u32 format, u32 source) argument
/drivers/staging/olpc_dcon/
H A Dolpc_dcon.c290 /* Set the source of the display (CPU or DCON) */
296 int source = dcon->pending_src; local
298 if (dcon->curr_src == source)
305 switch (source) {
398 dcon->curr_src = source;
733 /* Set up the DCON to have the source */
/drivers/firewire/
H A Dcore-transaction.c50 #define HEADER_SOURCE(source) ((source) << 16)
671 int tcode, tlabel, extended_tcode, source, destination; local
675 source = HEADER_GET_DESTINATION(request_header[0]);
684 HEADER_SOURCE(source) |
830 int tcode, destination, source; local
833 source = HEADER_GET_SOURCE(p->header[1]);
855 tcode, destination, source,
868 int tcode, destination, source; local
880 source
940 int tcode, tlabel, source, rcode; local
1011 handle_topology_map(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
1056 handle_registers(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
[all...]
/drivers/media/common/
H A Dsaa7146_hlp.c15 static void calculate_hps_source_and_sync(struct saa7146_dev *dev, int source, int sync, u32* hps_ctrl) argument
18 *hps_ctrl |= (source << 30) | (sync << 28);
529 int source = vv->current_hps_source; local
547 calculate_hps_source_and_sync(dev, source, sync, &hps_ctrl);
628 /* select input-source */
629 void saa7146_set_hps_source_and_sync(struct saa7146_dev *dev, int source, int sync) argument
638 hps_ctrl |= (source << 30) | (sync << 28);
644 vv->current_hps_source = source;
/drivers/media/video/ivtv/
H A Divtvfb.c333 static int ivtvfb_prep_frame(struct ivtv *itv, int cmd, void __user *source, argument
353 if ((unsigned long)source & 3)
355 (unsigned long)source);
364 if (!access_ok(VERIFY_READ, source + dest_offset, count)) {
366 (unsigned long)source);
368 IVTVFB_DEBUG_WARN("access_ok() failed for offset 0x%08lx source 0x%08lx count %d\n",
369 dest_offset, (unsigned long)source,
378 return ivtvfb_prep_dec_dma_to_device(itv, dest_offset, source, count);
502 return ivtvfb_prep_frame(itv, cmd, args.source, args.dest_offset, args.count);
/drivers/media/video/omap3isp/
H A Disp.c548 * callback updates the use count of all entities in the source and sink sides
680 * @source: Pad at the start of the link
685 * all entities in the source and sink sides of the link. Entities are powered
692 static int isp_pipeline_link_notify(struct media_pad *source, argument
695 int source_use = isp_pipeline_pm_use_count(source->entity);
701 isp_pipeline_pm_power(source->entity, -sink_use);
706 ret = isp_pipeline_pm_power(source->entity, sink_use);
712 isp_pipeline_pm_power(source->entity, -sink_use);
H A Dispresizer.c293 * resizer_set_source - Input source select
295 * @source: Input source type
301 enum resizer_input_entity source)
305 if (source == RESIZER_INPUT_MEMORY)
1220 const struct v4l2_mbus_framefmt *source,
1230 ((32 * sph + (source->width - 1) * 64 + 16) >> 8) + 7;
1232 ((32 * spv + (source->height - 1) * 64 + 16) >> 8) + 4;
1234 ((64 * sph + (source->width - 1) * 1024 + 32) >> 8) + 7;
1236 ((64 * spv + (source
300 resizer_set_source(struct isp_res_device *res, enum resizer_input_entity source) argument
1219 resizer_try_crop(const struct v4l2_mbus_framefmt *sink, const struct v4l2_mbus_framefmt *source, struct v4l2_rect *crop) argument
[all...]
/drivers/mmc/host/
H A Ds3cmci.c464 "pio_write(): new source: [%i]@[%p]\n",
916 enum dma_data_direction source)
921 if (last_source == source)
924 last_source = source;
926 s3c2410_dma_devconfig(host->dma, source,
1707 dev_err(&pdev->dev, "failed to find clock source.\n");
1715 dev_err(&pdev->dev, "failed to enable clock source.\n");
915 s3cmci_dma_setup(struct s3cmci_host *host, enum dma_data_direction source) argument
/drivers/mtd/nand/gpmi-nand/
H A Dgpmi-nand.c602 const void *source, unsigned length,
608 if (virt_addr_valid(source)) {
611 source_phys = dma_map_single(dev, (void *)source, length,
620 *use_virt = source;
626 * Copy the content of the source buffer into the alternate
629 memcpy(alt_virt, source, length);
637 const void *source, unsigned length,
642 if (used_virt == source)
601 send_page_prepare(struct gpmi_nand_data *this, const void *source, unsigned length, void *alt_virt, dma_addr_t alt_phys, unsigned alt_size, const void **use_virt, dma_addr_t *use_phys) argument
636 send_page_end(struct gpmi_nand_data *this, const void *source, unsigned length, void *alt_virt, dma_addr_t alt_phys, unsigned alt_size, const void *used_virt, dma_addr_t used_phys) argument
/drivers/net/ethernet/i825xx/
H A D3c523.h119 unsigned char source[6]; /* ethernet-address, source */ member in struct:rfd_struct
H A Dni52.h129 u8 source[6]; /* ethernet-address, source */ member in struct:rfd_struct
H A Dsun3_82586.h137 unsigned char source[6]; /* ethernet-address, source */ member in struct:rfd_struct

Completed in 657 milliseconds

1234