/drivers/media/usb/ttusb-dec/ |
D | ttusb_dec.c | 204 static void ttusb_dec_set_model(struct ttusb_dec *dec, 209 struct ttusb_dec * dec = urb->context; in ttusb_dec_handle_irq() local 210 char *buffer = dec->irq_buffer; in ttusb_dec_handle_irq() 241 input_report_key(dec->rc_input_dev, rc_keys[buffer[4] - 1], 1); in ttusb_dec_handle_irq() 242 input_sync(dec->rc_input_dev); in ttusb_dec_handle_irq() 243 input_report_key(dec->rc_input_dev, rc_keys[buffer[4] - 1], 0); in ttusb_dec_handle_irq() 244 input_sync(dec->rc_input_dev); in ttusb_dec_handle_irq() 266 static int ttusb_dec_send_command(struct ttusb_dec *dec, const u8 command, in ttusb_dec_send_command() argument 279 if ((result = mutex_lock_interruptible(&dec->usb_mutex))) { in ttusb_dec_send_command() 286 b[1] = ++dec->trans_count; in ttusb_dec_send_command() [all …]
|
/drivers/media/i2c/ |
D | tw9903.c | 128 struct tw9903 *dec = to_state(sd); in tw9903_s_std() local 146 dec->norm = norm; in tw9903_s_std() 153 struct tw9903 *dec = container_of(ctrl->handler, struct tw9903, hdl); in tw9903_s_ctrl() local 154 struct v4l2_subdev *sd = &dec->sd; in tw9903_s_ctrl() 174 struct tw9903 *dec = to_state(sd); in tw9903_log_status() local 175 bool is_60hz = dec->norm & V4L2_STD_525_60; in tw9903_log_status() 207 struct tw9903 *dec; in tw9903_probe() local 218 dec = devm_kzalloc(&client->dev, sizeof(*dec), GFP_KERNEL); in tw9903_probe() 219 if (dec == NULL) in tw9903_probe() 221 sd = &dec->sd; in tw9903_probe() [all …]
|
D | tw9906.c | 99 struct tw9906 *dec = to_state(sd); in tw9906_s_std() local 117 dec->norm = norm; in tw9906_s_std() 123 struct tw9906 *dec = container_of(ctrl->handler, struct tw9906, hdl); in tw9906_s_ctrl() local 124 struct v4l2_subdev *sd = &dec->sd; in tw9906_s_ctrl() 144 struct tw9906 *dec = to_state(sd); in tw9906_log_status() local 145 bool is_60hz = dec->norm & V4L2_STD_525_60; in tw9906_log_status() 175 struct tw9906 *dec; in tw9906_probe() local 186 dec = devm_kzalloc(&client->dev, sizeof(*dec), GFP_KERNEL); in tw9906_probe() 187 if (dec == NULL) in tw9906_probe() 189 sd = &dec->sd; in tw9906_probe() [all …]
|
D | tw2804.c | 264 struct tw2804 *dec = to_state(sd); in tw2804_s_std() local 281 write_regs(client, regs, dec->channel); in tw2804_s_std() 282 dec->norm = norm; in tw2804_s_std() 289 struct tw2804 *dec = to_state(sd); in tw2804_s_video_routing() local 293 if (config && config - 1 != dec->channel) { in tw2804_s_video_routing() 299 dec->channel = config - 1; in tw2804_s_video_routing() 301 dec->channel); in tw2804_s_video_routing() 302 if (dec->channel == 0 && in tw2804_s_video_routing() 308 if (write_regs(client, channel_registers, dec->channel) < 0) { in tw2804_s_video_routing() 311 dec->channel); in tw2804_s_video_routing() [all …]
|
/drivers/media/rc/img-ir/ |
D | img-ir-hw.c | 610 const struct img_ir_decoder *dec) in img_ir_decoder_compatible() argument 615 ct = dec->control.code_type; in img_ir_decoder_compatible() 634 const struct img_ir_decoder *dec = *decp; in img_ir_allowed_protos() local 635 if (img_ir_decoder_compatible(priv, dec)) in img_ir_allowed_protos() 636 protos |= dec->type; in img_ir_allowed_protos() 656 const struct img_ir_decoder *dec = *decp; in img_ir_change_protocol() local 657 if (!img_ir_decoder_compatible(priv, dec)) in img_ir_change_protocol() 659 if (*ir_type & dec->type) { in img_ir_change_protocol() 660 *ir_type &= dec->type; in img_ir_change_protocol() 661 img_ir_set_decoder(priv, dec, *ir_type); in img_ir_change_protocol() [all …]
|
D | img-ir-hw.h | 189 int img_ir_register_decoder(struct img_ir_decoder *dec); 190 void img_ir_unregister_decoder(struct img_ir_decoder *dec);
|
/drivers/media/pci/cx25821/ |
D | cx25821-medusa-video.c | 226 static int medusa_PALCombInit(struct cx25821_dev *dev, int dec) in medusa_PALCombInit() argument 233 COMB_2D_HFS_CFG + (0x200 * dec), 0x20002861); in medusa_PALCombInit() 235 COMB_2D_HFD_CFG + (0x200 * dec), 0x20002861); in medusa_PALCombInit() 237 COMB_2D_LF_CFG + (0x200 * dec), 0x200A1023); in medusa_PALCombInit() 241 COMB_FLAT_THRESH_CTRL + (0x200 * dec), &tmp); in medusa_PALCombInit() 244 COMB_FLAT_THRESH_CTRL + (0x200 * dec), value); in medusa_PALCombInit() 248 COMB_2D_BLEND + (0x200 * dec), 0x210F0F0F); in medusa_PALCombInit() 252 COMB_MISC_CTRL + (0x200 * dec), 0x41120A7F); in medusa_PALCombInit()
|
/drivers/md/persistent-data/ |
D | dm-array.c | 137 if (vt->dec) in dec_ablock_entries() 138 on_entries(info, ab, vt->dec); in dec_ablock_entries() 211 if (vt->dec) in trim_ablock() 212 vt->dec(vt->context, element_at(info, ab, i - 1)); in trim_ablock() 630 bvt->dec = block_dec; in dm_array_info_init() 743 if (vt->dec && in array_set_value() 745 vt->dec(vt->context, old_value); in array_set_value()
|
D | dm-btree.h | 68 void (*dec)(void *context, const void *value); member
|
D | dm-btree.c | 299 if (info->value_type.dec) { in dm_btree_del() 303 info->value_type.dec(info->value_type.context, in dm_btree_del() 709 if (info->value_type.dec && in insert() 715 info->value_type.dec(info->value_type.context, in insert()
|
D | dm-bitset.c | 22 .dec = NULL,
|
D | dm-btree-remove.c | 579 if (info->value_type.dec) in dm_btree_remove() 580 info->value_type.dec(info->value_type.context, in dm_btree_remove()
|
D | dm-space-map-common.c | 205 ll->bitmap_info.value_type.dec = NULL; in sm_ll_init() 212 ll->ref_count_info.value_type.dec = NULL; in sm_ll_init()
|
D | dm-btree-spine.c | 286 vt->dec = le64_dec; in init_le64_type()
|
/drivers/media/usb/ |
D | Makefile | 6 obj-y += ttusb-dec/ ttusb-budget/ dvb-usb/ dvb-usb-v2/ siano/ b2c2/
|
D | Kconfig | 46 source "drivers/media/usb/ttusb-dec/Kconfig"
|
/drivers/net/ethernet/dec/ |
D | Kconfig | 20 source "drivers/net/ethernet/dec/tulip/Kconfig"
|
/drivers/iio/adc/ |
D | ad7923.c | 52 #define EXTRACT(val, dec, bits) ((val >> dec) & ((1 << bits) - 1)) argument
|
/drivers/s390/cio/ |
D | qdio.h | 375 #define sub_buf(bufnr, dec) \ argument 376 ((bufnr - dec) & QDIO_MAX_BUFFERS_MASK)
|
/drivers/net/ethernet/ |
D | Makefile | 29 obj-$(CONFIG_NET_VENDOR_DEC) += dec/
|
/drivers/media/usb/go7007/ |
D | s2250-board.c | 199 struct s2250 *dec = i2c_get_clientdata(client); in write_reg_fp() local 252 dec->reg12b_val = val; in write_reg_fp()
|
/drivers/gpu/drm/sti/ |
D | NOTES | 29 dec | | | mixer| | +---+ SD analog +--> CVBS
|
/drivers/media/pci/ivtv/ |
D | ivtv-ioctl.c | 1563 static int ivtv_decoder_cmd(struct file *file, void *fh, struct v4l2_decoder_cmd *dec) in ivtv_decoder_cmd() argument 1568 IVTV_DEBUG_IOCTL("VIDIOC_DECODER_CMD %d\n", dec->cmd); in ivtv_decoder_cmd() 1569 return ivtv_video_command(itv, id, dec, false); in ivtv_decoder_cmd() 1572 static int ivtv_try_decoder_cmd(struct file *file, void *fh, struct v4l2_decoder_cmd *dec) in ivtv_try_decoder_cmd() argument 1577 IVTV_DEBUG_IOCTL("VIDIOC_TRY_DECODER_CMD %d\n", dec->cmd); in ivtv_try_decoder_cmd() 1578 return ivtv_video_command(itv, id, dec, true); in ivtv_try_decoder_cmd()
|
/drivers/md/ |
D | dm-thin-metadata.c | 414 pmd->info.value_type.dec = data_block_dec; in __setup_btree_details() 425 pmd->tl_info.value_type.dec = subtree_dec; in __setup_btree_details() 433 pmd->bl_info.value_type.dec = data_block_dec; in __setup_btree_details() 441 pmd->details_info.value_type.dec = NULL; in __setup_btree_details()
|
/drivers/block/ |
D | amiflop.c | 1003 register unsigned char *dec = mfmdecode; in dos_decode_byte() local 1008 byte = dec[w2]; in dos_decode_byte() 1011 byte |= dec[w2]; in dos_decode_byte()
|