Home
last modified time | relevance | path

Searched refs:ops (Results 1 – 19 of 19) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/phy/
Dfsl_phy.h161 const phy_operations_t *ops; /*!< PHY operational method. */ member
174 const phy_operations_t *ops; /*!< PHY operational method. */ member
202 handle->ops = config->ops; in PHY_Init()
203 return handle->ops->phyInit(handle, config); in PHY_Init()
217 return handle->ops->phyWrite(handle, phyReg, data); in PHY_Write()
232 return handle->ops->phyRead(handle, phyReg, pData); in PHY_Read()
248 return handle->ops->phyWriteC45(handle, devAddr, phyReg, data); in PHY_WriteC45()
264 return handle->ops->phyReadC45(handle, devAddr, phyReg, pData); in PHY_ReadC45()
279 return handle->ops->getAutoNegoStatus(handle, status); in PHY_GetAutoNegotiationStatus()
294 return handle->ops->getLinkStatus(handle, status); in PHY_GetLinkStatus()
[all …]
Dfsl_mdio.h40 const mdio_operations_t *ops; member
87 handle->ops->mdioInit(handle); in MDIO_Init()
103 return handle->ops->mdioWrite(handle, phyAddr, devAddr, data); in MDIO_Write()
119 return handle->ops->mdioRead(handle, phyAddr, devAddr, dataPtr); in MDIO_Read()
/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/receiver/
Dfsl_camera_receiver.h24 const camera_receiver_operations_t *ops; member
82 return handle->ops->init(handle, config, callback, userData); in CAMERA_RECEIVER_Init()
106 return handle->ops->init_ext(handle, config, specialConfig, callback, userData); in CAMERA_RECEIVER_InitExt()
117 return handle->ops->deinit(handle); in CAMERA_RECEIVER_Deinit()
128 return handle->ops->start(handle); in CAMERA_RECEIVER_Start()
139 return handle->ops->stop(handle); in CAMERA_RECEIVER_Stop()
151 return handle->ops->submitEmptyBuffer(handle, buffer); in CAMERA_RECEIVER_SubmitEmptyBuffer()
163 return handle->ops->getFullBuffer(handle, buffer); in CAMERA_RECEIVER_GetFullBuffer()
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/fbdev/
Dfsl_fbdev.c41 status = dc->ops->init(dc); in FBDEV_Open()
50 status = dc->ops->getLayerDefaultConfig(dc, layer, &fbdev->fbInfo.bufInfo); in FBDEV_Open()
65 dc->ops->setCallback(dc, layer, FBDEV_BufferSwitchOffCallback, (void *)fbdev); in FBDEV_Open()
74 (void)dc->ops->deinit(dc); in FBDEV_Close()
100 if ((dc->ops->getProperty(dc) & (uint32_t)kDC_FB_ReserveFrameBuffer) == 0U) in FBDEV_Enable()
113 status = dc->ops->enableLayer(dc, fbdev->layer); in FBDEV_Enable()
143 (void)dc->ops->disableLayer(dc, fbdev->layer); in FBDEV_Disable()
170 status = dc->ops->setLayerConfig(dc, fbdev->layer, &fbdev->fbInfo.bufInfo); in FBDEV_SetFrameBufferInfo()
226 return dc->ops->setFrameBuffer(dc, fbdev->layer, frameBuffer); in FBDEV_SetFrameBuffer()
/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/
Dfsl_camera_device.h72 const camera_device_operations_t *ops; /*!< The device related operations. */ member
95 return handle->ops->init(handle, config); in CAMERA_DEVICE_Init()
115 return handle->ops->init_ext(handle, config, specialConfig); in CAMERA_DEVICE_InitExt()
126 return handle->ops->deinit(handle); in CAMERA_DEVICE_Deinit()
139 return handle->ops->control(handle, cmd, arg); in CAMERA_DEVICE_Control()
150 return handle->ops->start(handle); in CAMERA_DEVICE_Start()
161 return handle->ops->stop(handle); in CAMERA_DEVICE_Stop()
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/
Dfsl_display.h76 const display_operations_t *ops; member
100 return handle->ops->init(handle, config); in DISPLAY_Init()
111 return handle->ops->deinit(handle); in DISPLAY_Deinit()
122 return handle->ops->start(handle); in DISPLAY_Start()
133 return handle->ops->stop(handle); in DISPLAY_Stop()
/hal_nxp-latest/mcux/mcux-sdk/components/pcal6524/
Dfsl_pcal6524.c40 pcal6524_reg_ops_t ops) in PCAL6524_ModifyPortRegBits() argument
49 if (kPCAL6524_SetRegBits == ops) in PCAL6524_ModifyPortRegBits()
53 else if (kPCAL6524_ClearRegBits == ops) in PCAL6524_ModifyPortRegBits()
57 else if (kPCAL6524_ToggleRegBits == ops) in PCAL6524_ModifyPortRegBits()
/hal_nxp-latest/mcux/mcux-sdk/components/adp5585/
Dfsl_adp5585.c40 adp5585_reg_ops_t ops) in ADP5585_ModifyPortRegBits() argument
49 if (kADP5585_SetRegBits == ops) in ADP5585_ModifyPortRegBits()
53 else if (kADP5585_ClearRegBits == ops) in ADP5585_ModifyPortRegBits()
57 else if (kADP5585_ToggleRegBits == ops) in ADP5585_ModifyPortRegBits()
/hal_nxp-latest/mcux/mcux-sdk/components/pca6416a/
Dfsl_pca6416a.c40 pca6416a_reg_ops_t ops) in PCA6416A_ModifyPortRegBits() argument
49 if (kPCA6416A_SetRegBits == ops) in PCA6416A_ModifyPortRegBits()
53 else if (kPCA6416A_ClearRegBits == ops) in PCA6416A_ModifyPortRegBits()
57 else if (kPCA6416A_ToggleRegBits == ops) in PCA6416A_ModifyPortRegBits()
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/enet/
Dfsl_enet_phy_cmsis.c120 phyConfig.ops = ENETPHY0_State.resource->ops; in PHY0_PowerControl()
192 phyConfig.ops = ENETPHY0_State.resource->ops; in PHY0_SetMode()
Dfsl_enet_phy_cmsis.h32 const phy_operations_t *ops; /*!< ENET PHY operations. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/common/
Dfsl_common_arm.h70 #define _SDK_ATOMIC_LOCAL_OPS_1BYTE(addr, val, ops) \ argument
74 (ops); \
77 #define _SDK_ATOMIC_LOCAL_OPS_2BYTE(addr, val, ops) \ argument
81 (ops); \
84 #define _SDK_ATOMIC_LOCAL_OPS_4BYTE(addr, val, ops) \ argument
88 (ops); \
/hal_nxp-latest/mcux/mcux-sdk/components/i3c_bus/
Dfsl_component_i3c.c85 static status_t I3C_CheckBusMasterOps(i3c_device_hw_ops_t *ops) in I3C_CheckBusMasterOps() argument
87 …if ((ops == NULL) || (ops->Init == NULL) || (ops->DoI3CTransfer == NULL) || (ops->DoI2CTransfer ==… in I3C_CheckBusMasterOps()
88 (ops->TransmitCCC == NULL) || (ops->ProceedDAA == NULL)) in I3C_CheckBusMasterOps()
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/
Dfsl_dc_fb.h62 const dc_fb_ops_t *ops; /* Display controller operations. */ member
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_txrx.c75 ret = priv->ops.process_rx_packet(pmadapter, pmbuf); in wlan_handle_rx_packet()
Dmlan_shim.c236 … (void)__memcpy(pmadapter, &pmadapter->priv[i]->ops, mlan_ops[j], sizeof(mlan_operations)); in mlan_register()
/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_enet/
Dfsl_enet.c1205 ENET_MAC_VLAN_INCL_VLC(config->ops) | ENET_MAC_VLAN_INCL_VLT(vlt); in ENET_SetTxOuterVlan()
1212 if (config->ops != kENET_NoOps) in ENET_SetTxOuterVlan()
1253 … ENET_MAC_INNER_VLAN_INCL_CSVL(config->tag.tpid) | ENET_MAC_INNER_VLAN_INCL_VLC(config->ops) | in ENET_SetTxInnerVlan()
1268 if (config->ops != kENET_NoOps) in ENET_SetTxInnerVlan()
Dfsl_enet.h603 enet_vlan_ops_t ops; /*!< VLAN operations. */ member
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_main.h1595 mlan_operations ops;