Searched refs:type_id (Results 1 – 19 of 19) sorted by relevance
/linux-4.4.14/drivers/media/usb/pwc/ |
D | pwc-if.c | 736 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 …]
|
/linux-4.4.14/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.4.14/drivers/media/pci/cx88/ |
D | cx88-mpeg.c | 514 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()
|
D | cx88.h | 523 enum cx88_board_type type_id; member
|
D | cx88-blackbird.c | 1212 .type_id = CX88_MPEG_BLACKBIRD,
|
D | cx88-dvb.c | 1833 .type_id = CX88_MPEG_DVB,
|
/linux-4.4.14/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 | 98 if (media_info_array[i]->type_id == type) in media_find_id() 389 b->bcast_addr.media_id = b->media->type_id; in tipc_enable_l2_media()
|
D | udp_media.c | 456 .type_id = TIPC_MEDIA_TYPE_UDP,
|
/linux-4.4.14/drivers/net/wireless/ath/ |
D | dfs_pattern_detector.h | 72 u8 type_id; member
|
D | dfs_pattern_detector.c | 300 event->freq, pd->rs->type_id, in dpd_add_pulse()
|
/linux-4.4.14/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.4.14/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.4.14/include/uapi/linux/ |
D | ethtool.h | 241 __u32 type_id; member
|
/linux-4.4.14/net/core/ |
D | ethtool.c | 1682 tuna->type_id != ETHTOOL_TUNABLE_U32) in ethtool_tunable_valid()
|