| /linux-6.15/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
| H A D | input_system.c | 578 sub_id, in capture_unit_configure() 582 sub_id, in capture_unit_configure() 586 sub_id, in capture_unit_configure() 601 sub_id, in acquisition_unit_configure() 605 sub_id, in acquisition_unit_configure() 609 sub_id, in acquisition_unit_configure() 624 sub_id, in ctrl_unit_configure() 628 sub_id, in ctrl_unit_configure() 632 sub_id, in ctrl_unit_configure() 637 sub_id, in ctrl_unit_configure() [all …]
|
| /linux-6.15/drivers/misc/vmw_vmci/ |
| H A D | vmci_event.c | 68 static struct vmci_subscription *event_find(u32 sub_id) in event_find() argument 75 if (cur->id == sub_id) in event_find() 203 int vmci_event_unsubscribe(u32 sub_id) in vmci_event_unsubscribe() argument 208 s = event_find(sub_id); in vmci_event_unsubscribe()
|
| H A D | vmci_guest.c | 229 static void vmci_guest_cid_update(u32 sub_id, in vmci_guest_cid_update() argument 236 if (sub_id != ctx_update_sub_id) { in vmci_guest_cid_update() 237 pr_devel("Invalid subscriber (ID=0x%x)\n", sub_id); in vmci_guest_cid_update()
|
| /linux-6.15/tools/perf/util/ |
| H A D | disasm_bpf.c | 39 int pc = 0, count, sub_id; in symbol__disassemble_bpf() local 83 sub_id = dso__bpf_prog(dso)->sub_id; in symbol__disassemble_bpf() 122 addr = pc + ((u64 *)(uintptr_t)(info_linear->info.jited_ksyms))[sub_id]; in symbol__disassemble_bpf() 127 addr, sub_id, in symbol__disassemble_bpf()
|
| H A D | bpf-event.c | 64 dso__bpf_prog(dso)->sub_id = i; in machine__process_bpf_event_load() 125 u32 sub_id) in synthesize_bpf_prog_name() argument 137 prog_tags[sub_id], BPF_TAG_SIZE); in synthesize_bpf_prog_name() 139 finfo = func_infos + sub_id * info->func_info_rec_size; in synthesize_bpf_prog_name() 142 } else if (sub_id == 0 && sub_prog_cnt == 1) { in synthesize_bpf_prog_name()
|
| H A D | dso.h | 225 u32 sub_id; member
|
| /linux-6.15/drivers/media/platform/mediatek/mdp3/ |
| H A D | mtk-mdp3-core.c | 167 idx = mdp->mdp_data->pipe_info[i].sub_id; in mdp_video_device_release() 190 enum mdp_infra_id sub_id = id + i; in mdp_mm_subsys_deploy() local 208 compat = mdp->mdp_data->mdp_probe_infra[sub_id].compatible; in mdp_mm_subsys_deploy() 212 mm_pdev = __get_pdev_by_id(mdp->pdev, mm_pdev, sub_id); in mdp_mm_subsys_deploy() 257 idx = mdp->mdp_data->pipe_info[i].sub_id; in mdp_probe() 359 idx = mdp->mdp_data->pipe_info[i].sub_id; in mdp_probe()
|
| H A D | mtk-mdp3-core.h | 143 enum mdp_mm_subsys_id sub_id; member
|
| H A D | mtk-mdp3-cmdq.c | 55 return mdp_dev->mm_subsys[p->sub_id].mdp_mutex[p->mutex_id]; in __get_mutex()
|
| /linux-6.15/drivers/net/ethernet/alacritech/ |
| H A D | slic.h | 329 __le16 sub_id; /* 12 Subsystem ID */ member 376 __le16 sub_id; /* 13 Subsystem ID */ member
|
| /linux-6.15/drivers/perf/hisilicon/ |
| H A D | hisi_uncore_pmu.h | 111 int sub_id; member
|
| H A D | hisi_uncore_ddrc_pmu.c | 325 if (ddrc_pmu->topo.sub_id < 0) { in hisi_ddrc_pmu_init_data() 481 ddrc_pmu->topo.sub_id); in hisi_ddrc_pmu_probe()
|
| H A D | hisi_uncore_pmu.c | 582 topo->sub_id = -1; in hisi_uncore_pmu_init_topology() 593 if (device_property_read_u32(dev, "hisilicon,sub-id", &topo->sub_id)) in hisi_uncore_pmu_init_topology()
|
| H A D | hisi_uncore_uc_pmu.c | 385 if (uc_pmu->topo.sub_id < 0) { in hisi_uc_pmu_init_data() 518 uc_pmu->topo.sub_id); in hisi_uc_pmu_probe()
|
| /linux-6.15/drivers/net/wireless/realtek/rtw88/ |
| H A D | fw.h | 409 static inline void rtw_h2c_pkt_set_header(u8 *h2c_pkt, u8 sub_id) in rtw_h2c_pkt_set_header() argument 413 SET_PKT_H2C_SUB_CMD_ID(h2c_pkt, sub_id); in rtw_h2c_pkt_set_header() 845 void rtw_fw_coex_query_hid_info(struct rtw_dev *rtwdev, u8 sub_id, u8 data);
|
| H A D | coex.c | 3287 u8 sub_id = buf[2], gamehid_cnt = 0, handle, i; in rtw_coex_bt_hid_info_notify() local 3291 (sub_id == COEX_BT_HIDINFO_LIST || sub_id == COEX_BT_HIDINFO_A)) in rtw_coex_bt_hid_info_notify() 3295 "[BTCoex], HID info notify, sub_id = 0x%x\n", sub_id); in rtw_coex_bt_hid_info_notify() 3297 switch (sub_id) { in rtw_coex_bt_hid_info_notify()
|
| H A D | fw.c | 689 void rtw_fw_coex_query_hid_info(struct rtw_dev *rtwdev, u8 sub_id, u8 data) in rtw_fw_coex_query_hid_info() argument 695 SET_COEX_QUERY_HID_INFO_SUBID(h2c_pkt, sub_id); in rtw_fw_coex_query_hid_info()
|
| /linux-6.15/drivers/hid/ |
| H A D | hid-logitech-dj.c | 135 u8 sub_id; member 1642 hidpp_report->sub_id == REPORT_TYPE_NOTIF_DEVICE_CONNECTED && in logi_dj_hidpp_event() 1658 if (hidpp_report->sub_id == REPORT_TYPE_NOTIF_DEVICE_CONNECTED) in logi_dj_hidpp_event()
|
| H A D | hid-logitech-hidpp.c | 131 u8 sub_id; member 318 response->rap.sub_id == HIDPP_ERROR) { in __do_hidpp_send_message_sync() 411 u8 report_id, u8 sub_id, u8 reg_address, u8 *params, int param_count, in hidpp_send_rap_command_sync() argument 443 message->rap.sub_id = sub_id; in hidpp_send_rap_command_sync() 462 return ((answer->rap.sub_id == HIDPP_ERROR) || in hidpp_match_error() 474 (report->rap.sub_id == 0x41)); in hidpp_report_is_connect_event() 800 switch (report->rap.sub_id) { in hidpp10_battery_event()
|
| /linux-6.15/include/linux/ |
| H A D | vmw_vmci_defs.h | 776 typedef void (*vmci_event_cb) (u32 sub_id, const struct vmci_event_data *ed,
|
| /linux-6.15/net/vmw_vsock/ |
| H A D | vmci_transport.c | 34 static void vmci_transport_peer_detach_cb(u32 sub_id, 845 static void vmci_transport_peer_detach_cb(u32 sub_id, in vmci_transport_peer_detach_cb() argument 883 static void vmci_transport_qp_resumed_cb(u32 sub_id, in vmci_transport_qp_resumed_cb() argument
|
| /linux-6.15/drivers/net/wireless/ath/ath11k/ |
| H A D | wmi.h | 4348 ath11k_sub_reg_6ghz_to_str(enum reg_subdomains_6ghz sub_id) in ath11k_sub_reg_6ghz_to_str() argument 4350 switch (sub_id) { in ath11k_sub_reg_6ghz_to_str()
|