HomeSort by: relevance | last modified time | path
    Searched refs:role (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/sys/dev/ic/
isp_ioctl.h 59 * role that was passed in (the old role will be returned). It almost
72 * Get the current adapter role
120 role : 2, member in struct:isp_fc_device
aic7xxx.c 163 role_t role);
710 if (devinfo.role == ROLE_INITIATOR) {
1637 u_int *period, u_int *ppr_options, role_t role)
1666 if (role == ROLE_TARGET)
1790 u_int *offset, int wide, role_t role)
1807 if (role == ROLE_TARGET)
1820 u_int *bus_width, role_t role)
1835 if (role == ROLE_TARGET)
2168 role_t role; local in function:ahc_fetch_devinfo
2172 role = ROLE_TARGET
2240 role_t role; local in function:ahc_scb_devinfo
    [all...]
aic79xx.c 137 role_t role);
207 role_t role, uint32_t status,
1207 if (devinfo.role == ROLE_INITIATOR) {
2766 u_int *period, u_int *ppr_options, role_t role)
2789 if (role == ROLE_TARGET)
2855 role_t role)
2871 if (role == ROLE_TARGET)
2884 u_int *bus_width, role_t role)
2899 if (role == ROLE_TARGET)
3355 role_t role; local in function:ahd_fetch_devinfo
3429 role_t role; local in function:ahd_scb_devinfo
    [all...]
isp_netbsd.c 229 *(int *)addr = FCPARAM(isp, bus)->role;
231 *(int *)addr = SDPARAM(isp, bus)->role;
249 *(int *)addr = FCPARAM(isp, bus)->role;
250 FCPARAM(isp, bus)->role = nr;
252 *(int *)addr = SDPARAM(isp, bus)->role;
253 SDPARAM(isp, bus)->role = nr;
312 ifc->role = lp->roles;
1181 "PortID %#06x handle %#x role %s %s\n"
1184 "PortID %#06x handle %#x role %s %s tgt %u\n"
1279 if ((FCPARAM(isp, bus)->role & ISP_ROLE_INITIATOR) &
    [all...]
ispvar.h 202 role : 2,
433 * Role is Initiator, Target, Both
440 * You should also never see anything with an initiator role
482 role : 2, member in struct:__anon8dd872cf0508
728 * For each channel, the outer layers should know what role that channel
1107 * GET_DEFAULT_ROLE(ispsoftc_t *, int) Get Default Role for a channel
1108 * SET_DEFAULT_ROLE(ispsoftc_t *, int, int) Set Default Role for a channel
isp.c 1492 if (fcp->role == ISP_ROLE_NONE) {
1530 * Make sure that target role reflects into fwoptions.
1532 if (fcp->role & ISP_ROLE_TARGET) {
1538 if (fcp->role & ISP_ROLE_INITIATOR) {
1654 if (fcp->role & ISP_ROLE_TARGET) {
1751 * Check to see whether all channels have *some* kind of role
1755 if (fcp->role != ISP_ROLE_NONE) {
1760 isp_prt(isp, ISP_LOGDEBUG0, "all %d channels with role 'none'", chan);
1782 if (fcp->role & ISP_ROLE_TARGET) {
1788 if (fcp->role & ISP_ROLE_INITIATOR)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
imx8mq-hummingboard-pulse.dts 55 data-role = "dual";
56 power-role = "dual";
57 try-power-role = "sink";
imx8mm-evk.dtsi 266 power-role = "dual";
267 data-role = "dual";
268 try-power-role = "sink";
316 usb-role-switch;
imx8mn-evk.dtsi 135 power-role = "dual";
136 data-role = "dual";
137 try-power-role = "sink";
195 usb-role-switch;
imx8mm-var-som-symphony.dts 172 /delete-property/ usb-role-switch;
imx8mm-var-som.dtsi 288 usb-role-switch;
294 usb-role-switch;
imx8mq-librem5-devkit.dts 446 data-role = "dual";
447 power-role = "dual";
448 try-power-role = "sink";
  /src/sys/dev/i2c/
fusbtc.c 272 if (of_hasprop(child, "power-role")) {
273 const char *role = fdtbus_get_string(child, "power-role"); local in function:fusbtc_attach
275 if (!strcmp(role, "dual"))
277 if (!strcmp(role, "sink"))
279 if (!strcmp(role, "source"))
  /src/sys/arch/arm/xilinx/
zynq_usb.c 67 enum zynq_usb_if type, enum zynq_usb_role role)
78 sc->sc_role = role;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/
hi3660-hikey960.dts 542 data-role = "dual";
543 power-role = "dual";
544 try-power-role = "sink";
682 usb-role-switch;
683 role-switch-default-mode = "host";
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
mt2701-evb.dts 246 usb-role-switch;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/
pumpkin-common.dtsi 191 usb-role-switch;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/
r8a774c0-cat874.dts 138 data-role = "dual";
430 usb-role-switch;
beacon-renesom-baseboard.dtsi 236 data-role = "dual";
742 usb-role-switch;
  /src/sys/netbt/
hci_le.h 360 uint8_t role; member in struct:__anoncb4f7aa12208
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
rk3399-firefly.dts 572 data-role = "host";
575 power-role = "dual";
580 try-power-role = "sink";
rk3399-orangepi.dts 544 data-role = "host";
547 power-role = "dual";
552 try-power-role = "sink";
rk3399-pinebook-pro.dts 714 data-role = "host";
717 power-role = "dual";
722 try-power-role = "sink";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
qcs404-evb.dtsi 48 /* TODO: Drop this when introducing role switching */
sc7180-trogdor.dtsi 567 power-role = "dual";
568 data-role = "host";
569 try-power-role = "source";
576 power-role = "dual";
577 data-role = "host";
578 try-power-role = "source";

Completed in 185 milliseconds

1 2