Home
last modified time | relevance | path

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

/drivers/media/usb/pwc/
Dpwc-if.c778 int vendor_id, product_id, type_id; in usb_pwc_probe() local
805 type_id = 645; in usb_pwc_probe()
810 type_id = 646; in usb_pwc_probe()
815 type_id = 646; in usb_pwc_probe()
820 type_id = 675; in usb_pwc_probe()
825 type_id = 680; in usb_pwc_probe()
830 type_id = 690; in usb_pwc_probe()
835 type_id = 730; in usb_pwc_probe()
840 type_id = 740; in usb_pwc_probe()
845 type_id = 750; in usb_pwc_probe()
[all …]
/drivers/hid/usbhid/
Dhid-pidff.c182 int type_id[sizeof(pidff_effect_types)]; member
556 int type_id; in pidff_upload_effect() local
569 pidff->type_id[PID_CONSTANT]); in pidff_upload_effect()
588 type_id = PID_SQUARE; in pidff_upload_effect()
591 type_id = PID_TRIANGLE; in pidff_upload_effect()
594 type_id = PID_SINE; in pidff_upload_effect()
597 type_id = PID_SAW_UP; in pidff_upload_effect()
600 type_id = PID_SAW_DOWN; in pidff_upload_effect()
608 pidff->type_id[type_id]); in pidff_upload_effect()
626 pidff->type_id[PID_RAMP]); in pidff_upload_effect()
[all …]
/drivers/media/pci/cx88/
Dcx88-mpeg.c507 if (d->type_id == btype) in cx8802_get_driver()
522 core->active_type_id != drv->type_id) in cx8802_request_acquire()
525 if (drv->type_id == CX88_MPEG_DVB) { in cx8802_request_acquire()
542 core->active_type_id = drv->type_id; in cx8802_request_acquire()
558 if (drv->type_id == CX88_MPEG_DVB) { in cx8802_request_release()
579 if ((drv->type_id != CX88_MPEG_DVB) && in cx8802_check_driver()
580 (drv->type_id != CX88_MPEG_BLACKBIRD)) in cx8802_check_driver()
603 drv->type_id == CX88_MPEG_DVB ? "dvb" : "blackbird", in cx8802_register_driver()
661 drv->type_id == CX88_MPEG_DVB ? "dvb" : "blackbird", in cx8802_unregister_driver()
677 if (d->type_id != drv->type_id) in cx8802_unregister_driver()
Dcx88.h514 enum cx88_board_type type_id; member
Dcx88-blackbird.c1233 .type_id = CX88_MPEG_BLACKBIRD,
Dcx88-dvb.c1824 .type_id = CX88_MPEG_DVB,
/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_err.c1280 .type_id = NONE_ERROR,
1283 .type_id = FIFO_ERROR,
1286 .type_id = MEMORY_ERROR,
1289 .type_id = POISON_ERROR,
1292 .type_id = MSIX_ECC_ERROR,
1295 .type_id = TQP_INT_ECC_ERROR,
1298 .type_id = PF_ABNORMAL_INT_ERROR,
1301 .type_id = MPF_ABNORMAL_INT_ERROR,
1304 .type_id = COMMON_ERROR,
1307 .type_id = PORT_ERROR,
[all …]
Dhclge_err.h193 enum hclge_err_type_list type_id; member
210 u8 type_id; member
/drivers/net/wireless/ath/
Ddfs_pattern_detector.h72 u8 type_id; member
Ddfs_pattern_detector.c305 event->freq, pd->rs->type_id, in dpd_add_pulse()
/drivers/net/ethernet/sfc/falcon/
Dfalcon_boards.c744 u8 type_id = FALCON_BOARD_TYPE(revision_info); in falcon_probe_board() local
751 if (board_types[i].id == type_id) in falcon_probe_board()
758 type_id); in falcon_probe_board()
/drivers/rapidio/devices/
Dtsi721.h510 __le32 type_id; member
555 __le32 type_id; member
583 __le32 type_id; member
Dtsi721_dma.c120 bd_ptr[bd_num].type_id = cpu_to_le32(DTYPE3 << 29); in tsi721_bdma_ch_init()
341 bd_ptr->type_id = cpu_to_le32((DTYPE1 << 29) | in tsi721_desc_fill_init()
366 bd_ptr->type_id |= cpu_to_le32(TSI721_DMAD_IOF); in tsi721_desc_fill_end()
Dtsi721.c130 bd_ptr[0].type_id = cpu_to_le32((DTYPE2 << 29) | (op << 19) | destid); in tsi721_maint_dma()
1475 bd_ptr[bd_num - 1].type_id = cpu_to_le32(DTYPE3 << 29); in tsi721_bdma_maint_init()
1691 desc[tx_slot].type_id = cpu_to_le32((DTYPE4 << 29) | rdev->destid); in tsi721_add_outb_message()
1695 desc[tx_slot].type_id |= cpu_to_le32(TSI721_OMD_IOF); in tsi721_add_outb_message()
1995 bd_ptr[entries].type_id = cpu_to_le32(DTYPE5 << 29); in tsi721_open_outb_mbox()
/drivers/usb/serial/
Dxr_serial.c929 enum xr_type_id type_id; in xr_port_probe() local
932 type_id = (int)(unsigned long)usb_get_serial_data(port->serial); in xr_port_probe()
933 type = &xr_types[type_id]; in xr_port_probe()
942 if (type_id == XR21V141X) in xr_port_probe()
/drivers/net/ipa/
Dgsi.c191 static void gsi_irq_type_enable(struct gsi *gsi, enum gsi_irq_type_id type_id) in gsi_irq_type_enable() argument
193 gsi_irq_type_update(gsi, gsi->type_enabled_bitmap | BIT(type_id)); in gsi_irq_type_enable()
196 static void gsi_irq_type_disable(struct gsi *gsi, enum gsi_irq_type_id type_id) in gsi_irq_type_disable() argument
198 gsi_irq_type_update(gsi, gsi->type_enabled_bitmap & ~BIT(type_id)); in gsi_irq_type_disable()