/Linux-v4.19/tools/bpf/bpftool/ |
D | btf_dumper.c | 22 static int btf_dumper_do_type(const struct btf_dumper *d, __u32 type_id, 34 static int btf_dumper_modifier(const struct btf_dumper *d, __u32 type_id, in btf_dumper_modifier() argument 39 actual_type_id = btf__resolve_type(d->btf, type_id); in btf_dumper_modifier() 51 static int btf_dumper_array(const struct btf_dumper *d, __u32 type_id, in btf_dumper_array() argument 54 const struct btf_type *t = btf__type_by_id(d->btf, type_id); in btf_dumper_array() 177 static int btf_dumper_struct(const struct btf_dumper *d, __u32 type_id, in btf_dumper_struct() argument 186 t = btf__type_by_id(d->btf, type_id); in btf_dumper_struct() 209 static int btf_dumper_do_type(const struct btf_dumper *d, __u32 type_id, in btf_dumper_do_type() argument 212 const struct btf_type *t = btf__type_by_id(d->btf, type_id); in btf_dumper_do_type() 220 return btf_dumper_struct(d, type_id, data); in btf_dumper_do_type() [all …]
|
D | main.h | 166 int btf_dumper_type(const struct btf_dumper *d, __u32 type_id,
|
/Linux-v4.19/drivers/media/usb/pwc/ |
D | pwc-if.c | 735 int vendor_id, product_id, type_id; in usb_pwc_probe() local 762 type_id = 645; in usb_pwc_probe() 767 type_id = 646; in usb_pwc_probe() 772 type_id = 646; in usb_pwc_probe() 777 type_id = 675; in usb_pwc_probe() 782 type_id = 680; in usb_pwc_probe() 787 type_id = 690; in usb_pwc_probe() 792 type_id = 730; in usb_pwc_probe() 797 type_id = 740; in usb_pwc_probe() 802 type_id = 750; in usb_pwc_probe() [all …]
|
/Linux-v4.19/tools/lib/bpf/ |
D | btf.c | 189 const struct btf_type *btf__type_by_id(const struct btf *btf, __u32 type_id) in btf__type_by_id() argument 191 if (type_id > btf->nr_types) in btf__type_by_id() 194 return btf->types[type_id]; in btf__type_by_id() 224 __s64 btf__resolve_size(const struct btf *btf, __u32 type_id) in btf__resolve_size() argument 232 t = btf__type_by_id(btf, type_id); in btf__resolve_size() 244 type_id = t->type; in btf__resolve_size() 251 type_id = array->type; in btf__resolve_size() 257 t = btf__type_by_id(btf, type_id); in btf__resolve_size() 269 int btf__resolve_type(const struct btf *btf, __u32 type_id) in btf__resolve_type() argument 274 t = btf__type_by_id(btf, type_id); in btf__resolve_type() [all …]
|
D | btf.h | 21 __s64 btf__resolve_size(const struct btf *btf, __u32 type_id); 22 int btf__resolve_type(const struct btf *btf, __u32 type_id);
|
/Linux-v4.19/kernel/bpf/ |
D | btf.c | 168 #define BTF_TYPE_ID_VALID(type_id) ((type_id) <= BTF_MAX_TYPE) argument 213 u32 type_id; member 277 u32 type_id, void *data, u8 bits_offsets, 439 static const struct btf_type *btf_type_by_id(const struct btf *btf, u32 type_id) in btf_type_by_id() argument 441 if (type_id > btf->nr_types) in btf_type_by_id() 444 return btf->types[type_id]; in btf_type_by_id() 757 u32 type_id) in env_type_is_resolved() argument 759 return env->visit_states[type_id] == RESOLVED; in env_type_is_resolved() 763 const struct btf_type *t, u32 type_id) in env_stack_push() argument 770 if (env->visit_states[type_id] != NOT_VISITED) in env_stack_push() [all …]
|
/Linux-v4.19/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-v4.19/drivers/media/pci/cx88/ |
D | cx88-mpeg.c | 513 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() 565 if (drv->type_id == CX88_MPEG_DVB) { in cx8802_request_release() 586 if ((drv->type_id != CX88_MPEG_DVB) && in cx8802_check_driver() 587 (drv->type_id != CX88_MPEG_BLACKBIRD)) in cx8802_check_driver() 610 drv->type_id == CX88_MPEG_DVB ? "dvb" : "blackbird", in cx8802_register_driver() 668 drv->type_id == CX88_MPEG_DVB ? "dvb" : "blackbird", in cx8802_unregister_driver() 684 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 | 1239 .type_id = CX88_MPEG_BLACKBIRD,
|
D | cx88-dvb.c | 1831 .type_id = CX88_MPEG_DVB,
|
/Linux-v4.19/include/linux/ |
D | btf.h | 43 u32 *type_id, 45 void btf_type_seq_show(const struct btf *btf, u32 type_id, void *obj,
|
/Linux-v4.19/net/tipc/ |
D | bearer.c | 93 if (media_info_array[i]->type_id == type) in media_find_id() 411 b->bcast_addr.media_id = b->media->type_id; in tipc_enable_l2_media() 704 if (bearer->media->type_id == TIPC_MEDIA_TYPE_UDP) in __tipc_nl_add_bearer() 711 if (bearer->media->type_id == TIPC_MEDIA_TYPE_UDP) { in __tipc_nl_add_bearer() 996 if (b->media->type_id != TIPC_MEDIA_TYPE_UDP) in __tipc_nl_bearer_set() 1050 if (media->type_id == TIPC_MEDIA_TYPE_UDP) in __tipc_nl_add_media() 1183 if (m->type_id != TIPC_MEDIA_TYPE_UDP) in __tipc_nl_media_set()
|
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 | udp_media.c | 806 .type_id = TIPC_MEDIA_TYPE_UDP,
|
/Linux-v4.19/drivers/net/wireless/ath/ |
D | dfs_pattern_detector.h | 72 u8 type_id; member
|
D | dfs_pattern_detector.c | 303 event->freq, pd->rs->type_id, in dpd_add_pulse()
|
/Linux-v4.19/drivers/rapidio/devices/ |
D | tsi721.h | 523 __le32 type_id; member 568 __le32 type_id; member 596 __le32 type_id; member
|
D | tsi721_dma.c | 132 bd_ptr[bd_num].type_id = cpu_to_le32(DTYPE3 << 29); in tsi721_bdma_ch_init() 353 bd_ptr->type_id = cpu_to_le32((DTYPE1 << 29) | in tsi721_desc_fill_init() 378 bd_ptr->type_id |= cpu_to_le32(TSI721_DMAD_IOF); in tsi721_desc_fill_end()
|
D | tsi721.c | 143 bd_ptr[0].type_id = cpu_to_le32((DTYPE2 << 29) | (op << 19) | destid); in tsi721_maint_dma() 1488 bd_ptr[bd_num - 1].type_id = cpu_to_le32(DTYPE3 << 29); in tsi721_bdma_maint_init() 1704 desc[tx_slot].type_id = cpu_to_le32((DTYPE4 << 29) | rdev->destid); in tsi721_add_outb_message() 1708 desc[tx_slot].type_id |= cpu_to_le32(TSI721_OMD_IOF); in tsi721_add_outb_message() 2008 bd_ptr[entries].type_id = cpu_to_le32(DTYPE5 << 29); in tsi721_open_outb_mbox()
|
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
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-v4.19/include/uapi/linux/ |
D | ethtool.h | 251 __u32 type_id; member
|
/Linux-v4.19/net/core/ |
D | ethtool.c | 2319 tuna->type_id != ETHTOOL_TUNABLE_U32) in ethtool_tunable_valid() 2324 tuna->type_id != ETHTOOL_TUNABLE_U16) in ethtool_tunable_valid() 2501 tuna->type_id != ETHTOOL_TUNABLE_U8) in ethtool_phy_tunable_valid()
|