Home
last modified time | relevance | path

Searched refs:acp (Results 1 – 17 of 17) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_acp.c101 adev->acp.cgs_device = in acp_sw_init()
103 if (!adev->acp.cgs_device) in acp_sw_init()
113 if (adev->acp.cgs_device) in acp_sw_fini()
312 adev->acp.acp_genpd->cgs_dev = adev->acp.cgs_device; in acp_hw_init()
402 adev->acp.acp_res[4].end = adev->acp.acp_res[4].start; in acp_hw_init()
406 adev->acp.acp_cell[0].resources = &adev->acp.acp_res[0]; in acp_hw_init()
412 adev->acp.acp_cell[1].resources = &adev->acp.acp_res[1]; in acp_hw_init()
418 adev->acp.acp_cell[2].resources = &adev->acp.acp_res[2]; in acp_hw_init()
424 adev->acp.acp_cell[3].resources = &adev->acp.acp_res[3]; in acp_hw_init()
428 r = mfd_add_hotplug_devices(adev->acp.parent, adev->acp.acp_cell, in acp_hw_init()
[all …]
H A Damdgpu.h1349 struct amdgpu_acp acp; member
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dwmm.c72 struct hostapd_wmm_ac_params *acp) in wmm_calc_regulatory_limit() argument
77 os_memcpy(acp, hapd->iconf->wmm_ac_params, in wmm_calc_regulatory_limit()
88 acp, chan->wmm_rules); in wmm_calc_regulatory_limit()
96 if (os_memcmp(acp, hapd->iface->prev_wmm, in wmm_calc_regulatory_limit()
98 os_memcpy(hapd->iface->prev_wmm, acp, in wmm_calc_regulatory_limit()
138 struct hostapd_wmm_ac_params *acp = &wmmp[e]; in hostapd_eid_wmm() local
140 ac->aci_aifsn = wmm_aci_aifsn(acp->aifs, in hostapd_eid_wmm()
141 acp->admission_control_mandatory, in hostapd_eid_wmm()
143 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax); in hostapd_eid_wmm()
144 ac->txop_limit = host_to_le16(acp->txop_limit); in hostapd_eid_wmm()
/dragonfly/usr.bin/lastcomm/
H A Dlastcomm.c243 requested(char *argv[], struct acct *acp) in requested() argument
248 p = user_from_uid(acp->ac_uid, 0); in requested()
251 if ((p = getdev(acp->ac_tty)) && !strcmp(p, *argv)) in requested()
253 if (!strncmp(acp->ac_comm, *argv, AC_COMM_LEN)) in requested()
/dragonfly/contrib/cvs-1.12/src/
H A Dmodules.c207 char *acp; in my_module() local
217 if ((acp = strrchr (mname, '/')) != NULL) in my_module()
219 *acp = '\0'; in my_module()
221 mname, CVSATTIC, acp + 1, RCSEXT); in my_module()
222 *acp = '/'; in my_module()
/dragonfly/sbin/hammer2/
H A Dsubs.c416 get_hammer2_mounts(int *acp) in get_hammer2_mounts() argument
445 *acp = w; in get_hammer2_mounts()
H A Dhammer2_subs.h91 char **get_hammer2_mounts(int *acp);
/dragonfly/sys/dev/raid/amr/
H A Damr_cam.c87 static int amr_cam_command(struct amr_softc *sc, struct amr_command **acp);
415 amr_cam_command(struct amr_softc *sc, struct amr_command **acp) in amr_cam_command() argument
525 *acp = ac; in amr_cam_command()
H A Damrvar.h261 int (*amr_cam_command)(struct amr_softc *sc, struct amr_command **acp);
H A Damr.c126 static int amr_bio_command(struct amr_softc *sc, struct amr_command **acp);
1225 amr_bio_command(struct amr_softc *sc, struct amr_command **acp) in amr_bio_command() argument
1302 *acp = ac; in amr_bio_command()
/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dsmu10_hwmgr.h113 uint32_t acp : 1; member
H A Dsmu8_hwmgr.h136 uint32_t acp : 1; member
/dragonfly/sbin/ip6fw/
H A Dip6fw.c550 fill_ip6(struct in6_addr *ipno, struct in6_addr *mask, int *acp, char ***avp) in fill_ip6() argument
552 int ac = *acp; in fill_ip6()
587 *acp = ac; in fill_ip6()
/dragonfly/sys/dev/disk/nata/
H A Data-all.c1066 struct ata_composite *acp = obj; in ata_composite_cache_ctor() local
1068 bzero(acp, sizeof(struct ata_composite)); in ata_composite_cache_ctor()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_string.c1538 unsigned acp; member
1606 for (i = 0; acp_ocp_map[i].acp; i++) { in get_current_oemcp()
/dragonfly/etc/
H A Dservices1098 acp 599/tcp #Aeolon Core Protocol
1099 acp 599/udp #Aeolon Core Protocol
/dragonfly/sys/dev/disk/isp/
H A Disp_freebsd.c3492 struct ac_contract *acp = arg; in isptargasync() local
3493 struct ac_device_changed *fc = (struct ac_device_changed *) acp->contract_data; in isptargasync()