Searched refs:type_id (Results 1 – 19 of 19) sorted by relevance
/linux-4.1.27/drivers/media/usb/pwc/ |
D | pwc-if.c | 727 int vendor_id, product_id, type_id; in usb_pwc_probe() local 754 type_id = 645; in usb_pwc_probe() 759 type_id = 646; in usb_pwc_probe() 764 type_id = 646; in usb_pwc_probe() 769 type_id = 675; in usb_pwc_probe() 774 type_id = 680; in usb_pwc_probe() 779 type_id = 690; in usb_pwc_probe() 784 type_id = 730; in usb_pwc_probe() 789 type_id = 740; in usb_pwc_probe() 794 type_id = 750; in usb_pwc_probe() [all …]
|
/linux-4.1.27/drivers/hid/usbhid/ |
D | hid-pidff.c | 194 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 …]
|
/linux-4.1.27/drivers/media/pci/cx88/ |
D | cx88-mpeg.c | 517 if (d->type_id == btype) in cx8802_get_driver() 531 core->active_type_id != drv->type_id) in cx8802_request_acquire() 534 if (drv->type_id == CX88_MPEG_DVB) { in cx8802_request_acquire() 552 core->active_type_id = drv->type_id; in cx8802_request_acquire() 569 if (drv->type_id == CX88_MPEG_DVB) { in cx8802_request_release() 588 if ((drv->type_id != CX88_MPEG_DVB) && in cx8802_check_driver() 589 (drv->type_id != CX88_MPEG_BLACKBIRD)) in cx8802_check_driver() 613 drv->type_id == CX88_MPEG_DVB ? "dvb" : "blackbird", in cx8802_register_driver() 672 drv->type_id == CX88_MPEG_DVB ? "dvb" : "blackbird", in cx8802_unregister_driver() 688 if (d->type_id != drv->type_id) in cx8802_unregister_driver()
|
D | cx88.h | 523 enum cx88_board_type type_id; member
|
D | cx88-blackbird.c | 1209 .type_id = CX88_MPEG_BLACKBIRD,
|
D | cx88-dvb.c | 1830 .type_id = CX88_MPEG_DVB,
|
/linux-4.1.27/drivers/net/wireless/ath/ |
D | dfs_pattern_detector.h | 64 u8 type_id; member
|
D | dfs_pattern_detector.c | 290 event->freq, pd->rs->type_id, in dpd_add_pulse()
|
/linux-4.1.27/net/tipc/ |
D | ib_media.c | 98 .type_id = TIPC_MEDIA_TYPE_IB,
|
D | eth_media.c | 96 .type_id = TIPC_MEDIA_TYPE_ETH,
|
D | bearer.h | 124 u32 type_id; member
|
D | bearer.c | 99 if (media_info_array[i]->type_id == type) in media_find_id() 394 b->bcast_addr.media_id = b->media->type_id; in tipc_enable_l2_media()
|
D | udp_media.c | 450 .type_id = TIPC_MEDIA_TYPE_UDP,
|
/linux-4.1.27/drivers/rapidio/devices/ |
D | tsi721.h | 483 __le32 type_id; member 528 __le32 type_id; member 556 __le32 type_id; member
|
D | tsi721_dma.c | 130 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()
|
D | tsi721.c | 125 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()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | falcon_boards.c | 747 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()
|
/linux-4.1.27/include/uapi/linux/ |
D | ethtool.h | 236 __u32 type_id; member
|
/linux-4.1.27/net/core/ |
D | ethtool.c | 1671 tuna->type_id != ETHTOOL_TUNABLE_U32) in ethtool_tunable_valid()
|