Home
last modified time | relevance | path

Searched refs:type_id (Results 1 – 12 of 12) sorted by relevance

/drivers/media/usb/pwc/
Dpwc-if.c736 int vendor_id, product_id, type_id; in usb_pwc_probe() local
763 type_id = 645; in usb_pwc_probe()
768 type_id = 646; in usb_pwc_probe()
773 type_id = 646; in usb_pwc_probe()
778 type_id = 675; in usb_pwc_probe()
783 type_id = 680; in usb_pwc_probe()
788 type_id = 690; in usb_pwc_probe()
793 type_id = 730; in usb_pwc_probe()
798 type_id = 740; in usb_pwc_probe()
803 type_id = 750; in usb_pwc_probe()
[all …]
/drivers/hid/usbhid/
Dhid-pidff.c194 int type_id[sizeof(pidff_effect_types)]; member
568 int type_id; in pidff_upload_effect() local
581 pidff->type_id[PID_CONSTANT]); in pidff_upload_effect()
600 type_id = PID_SQUARE; in pidff_upload_effect()
603 type_id = PID_TRIANGLE; in pidff_upload_effect()
606 type_id = PID_SINE; in pidff_upload_effect()
609 type_id = PID_SAW_UP; in pidff_upload_effect()
612 type_id = PID_SAW_DOWN; in pidff_upload_effect()
620 pidff->type_id[type_id]); in pidff_upload_effect()
638 pidff->type_id[PID_RAMP]); in pidff_upload_effect()
[all …]
/drivers/media/pci/cx88/
Dcx88-mpeg.c514 if (d->type_id == btype) in cx8802_get_driver()
528 core->active_type_id != drv->type_id) in cx8802_request_acquire()
531 if (drv->type_id == CX88_MPEG_DVB) { in cx8802_request_acquire()
549 core->active_type_id = drv->type_id; in cx8802_request_acquire()
566 if (drv->type_id == CX88_MPEG_DVB) { in cx8802_request_release()
585 if ((drv->type_id != CX88_MPEG_DVB) && in cx8802_check_driver()
586 (drv->type_id != CX88_MPEG_BLACKBIRD)) in cx8802_check_driver()
610 drv->type_id == CX88_MPEG_DVB ? "dvb" : "blackbird", in cx8802_register_driver()
669 drv->type_id == CX88_MPEG_DVB ? "dvb" : "blackbird", in cx8802_unregister_driver()
685 if (d->type_id != drv->type_id) in cx8802_unregister_driver()
Dcx88.h523 enum cx88_board_type type_id; member
Dcx88-blackbird.c1212 .type_id = CX88_MPEG_BLACKBIRD,
Dcx88-dvb.c1833 .type_id = CX88_MPEG_DVB,
/drivers/rapidio/devices/
Dtsi721.h483 __le32 type_id; member
528 __le32 type_id; member
556 __le32 type_id; member
Dtsi721_dma.c130 bd_ptr[bd_num].type_id = cpu_to_le32(DTYPE3 << 29); in tsi721_bdma_ch_init()
346 bd_ptr->type_id = cpu_to_le32((DTYPE1 << 29) | in tsi721_desc_fill_init()
371 bd_ptr->type_id |= cpu_to_le32(TSI721_DMAD_IOF); in tsi721_desc_fill_end()
Dtsi721.c125 bd_ptr[0].type_id = cpu_to_le32((DTYPE2 << 29) | (op << 19) | destid); in tsi721_maint_dma()
1109 bd_ptr[bd_num - 1].type_id = cpu_to_le32(DTYPE3 << 29); in tsi721_bdma_maint_init()
1322 desc[tx_slot].type_id = cpu_to_le32((DTYPE4 << 29) | rdev->destid); in tsi721_add_outb_message()
1324 desc[tx_slot].type_id |= cpu_to_le32(TSI721_OMD_IOF); in tsi721_add_outb_message()
1613 bd_ptr[entries].type_id = cpu_to_le32(DTYPE5 << 29); in tsi721_open_outb_mbox()
/drivers/net/wireless/ath/
Ddfs_pattern_detector.h72 u8 type_id; member
Ddfs_pattern_detector.c302 event->freq, pd->rs->type_id, in dpd_add_pulse()
/drivers/net/ethernet/sfc/
Dfalcon_boards.c747 u8 type_id = FALCON_BOARD_TYPE(revision_info); in falcon_probe_board() local
754 if (board_types[i].id == type_id) in falcon_probe_board()
761 type_id); in falcon_probe_board()