Home
last modified time | relevance | path

Searched refs:subsys_id (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-comp.c55 u8 subsys_id = ctx->comp->subsys_id; in init_rdma() local
87 u8 subsys_id = ctx->comp->subsys_id; in config_rdma_frame() local
190 u8 subsys_id = ctx->comp->subsys_id; in config_rdma_subfrm() local
256 u8 subsys_id = ctx->comp->subsys_id; in wait_rdma_event() local
279 u8 subsys_id = ctx->comp->subsys_id; in init_rsz() local
294 u8 subsys_id = ctx->comp->subsys_id; in config_rsz_frame() local
331 u8 subsys_id = ctx->comp->subsys_id; in config_rsz_subfrm() local
423 u8 subsys_id = ctx->comp->subsys_id; in init_wrot() local
439 u8 subsys_id = ctx->comp->subsys_id; in config_wrot_frame() local
505 u8 subsys_id = ctx->comp->subsys_id; in config_wrot_subfrm() local
[all …]
H A Dmtk-mdp3-type.h45 u32 subsys_id; member
H A Dmtk-mdp3-comp.h161 u8 subsys_id; member
H A Dmtk-mdp3-cmdq.c194 cmdq_pkt_write_mask(&cmd->pkt, set->subsys_id, set->reg, in mdp_path_config_subfrm()
229 cmdq_pkt_write_mask(&cmd->pkt, set->subsys_id, set->reg, in mdp_path_config_subfrm()
/openbmc/linux/net/netfilter/
H A Dnfnetlink.c125 nfnl_lock(n->subsys_id); in nfnetlink_subsys_register()
131 nfnl_unlock(n->subsys_id); in nfnetlink_subsys_register()
139 nfnl_lock(n->subsys_id); in nfnetlink_subsys_unregister()
295 nfnl_lock(subsys_id); in nfnetlink_rcv_msg()
392 nfnl_lock(subsys_id); in nfnetlink_rcv_batch()
396 nfnl_unlock(subsys_id); in nfnetlink_rcv_batch()
398 nfnl_lock(subsys_id); in nfnetlink_rcv_batch()
410 nfnl_unlock(subsys_id); in nfnetlink_rcv_batch()
416 nfnl_unlock(subsys_id); in nfnetlink_rcv_batch()
423 nfnl_unlock(subsys_id); in nfnetlink_rcv_batch()
[all …]
H A Dnfnetlink_osf.c403 .subsys_id = NFNL_SUBSYS_OSF,
H A Dnfnetlink_hook.c426 .subsys_id = NFNL_SUBSYS_HOOK,
H A Dnfnetlink_acct.c410 .subsys_id = NFNL_SUBSYS_ACCT,
H A Dnfnetlink_cttimeout.c577 .subsys_id = NFNL_SUBSYS_CTNETLINK_TIMEOUT,
H A Dnfnetlink_cthelper.c766 .subsys_id = NFNL_SUBSYS_CTHELPER,
/openbmc/linux/include/linux/netfilter/
H A Dnfnetlink.h41 __u8 subsys_id; /* nfnetlink subsystem ID */ member
94 void nfnl_lock(__u8 subsys_id);
95 void nfnl_unlock(__u8 subsys_id);
97 bool lockdep_nfnl_is_held(__u8 subsys_id);
99 static inline bool lockdep_nfnl_is_held(__u8 subsys_id) in lockdep_nfnl_is_held() argument
/openbmc/linux/include/linux/
H A Dcgroup.h412 #define task_css_check(task, subsys_id, __c) \ argument
413 task_css_set_check((task), (__c))->subsys[(subsys_id)]
434 int subsys_id) in task_css() argument
436 return task_css_check(task, subsys_id, false); in task_css()
449 task_get_css(struct task_struct *task, int subsys_id) in task_get_css() argument
455 css = task_css(task, subsys_id); in task_get_css()
478 static inline bool task_css_is_root(struct task_struct *task, int subsys_id) in task_css_is_root() argument
480 return task_css_check(task, subsys_id, true) == in task_css_is_root()
481 init_css_set.subsys[subsys_id]; in task_css_is_root()
485 int subsys_id) in task_cgroup() argument
[all …]
H A Dpci-epf.h52 u16 subsys_id; member
/openbmc/linux/Documentation/PCI/endpoint/function/binding/
H A Dpci-test.rst20 subsys_id don't care
H A Dpci-ntb.rst20 subsys_id don't care
/openbmc/linux/Documentation/PCI/endpoint/
H A Dpci-endpoint-cfs.rst70 ... subsys_id
134 | subsys_id
H A Dpci-ntb-howto.rst67 progif_code secondary subsys_id vendorid
H A Dpci-vntb-howto.rst63 progif_code secondary subsys_id vendorid
H A Dpci-test-howto.rst61 baseclass_code interrupt_pin progif_code subsys_id
/openbmc/linux/drivers/pci/endpoint/
H A Dpci-ep-cfs.c435 PCI_EPF_HEADER_R(subsys_id)
436 PCI_EPF_HEADER_W_u16(subsys_id)
449 CONFIGFS_ATTR(pci_epf_, subsys_id);
/openbmc/qemu/include/hw/s390x/
H A Dioinst.h238 uint32_t subsys_id; member
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h270 int subsys_id = BPF_CORE_READ(subsys, ss, id); in populate_cgroup_info() local
271 if (subsys_id == cgrp_id) { in populate_cgroup_info()
/openbmc/linux/drivers/pci/controller/
H A Dpcie-rcar-ep.c183 val |= hdr->subsys_id << 16; in rcar_pcie_ep_write_header()
H A Dpcie-rockchip-ep.c119 rockchip_pcie_write(rockchip, hdr->subsys_id << 16, in rockchip_pcie_ep_write_header()
/openbmc/linux/drivers/scsi/device_handler/
H A Dscsi_dh_rdac.c126 u8 subsys_id[SUBSYS_ID_LEN]; member

12