Searched defs:stage (Results 1 - 25 of 35) sorted by relevance

12

/drivers/media/platform/s5p-tv/
H A Dmixer_grp_layer.c149 enum mxr_geometry_stage stage, unsigned long flags)
156 switch (stage) {
148 mxr_graph_fix_geometry(struct mxr_layer *layer, enum mxr_geometry_stage stage, unsigned long flags) argument
H A Dmixer_vp_layer.c143 enum mxr_geometry_stage stage, unsigned long flags)
150 switch (stage) {
142 mxr_vp_fix_geometry(struct mxr_layer *layer, enum mxr_geometry_stage stage, unsigned long flags) argument
H A Dmixer_video.c426 enum mxr_geometry_stage stage; local
456 stage = MXR_GEOMETRY_CROP;
461 stage = MXR_GEOMETRY_COMPOSE;
477 layer->ops.fix_geometry(layer, stage, s->flags);
/drivers/gpu/drm/msm/mdp/mdp4/
H A Dmdp4_kms.h121 enum mdp4_pipe pipe, enum mdp_mixer_stage_id stage)
127 mixer_cfg |= MDP4_LAYERMIXER_IN_CFG_PIPE0(stage) |
133 mixer_cfg |= MDP4_LAYERMIXER_IN_CFG_PIPE1(stage) |
139 mixer_cfg |= MDP4_LAYERMIXER_IN_CFG_PIPE2(stage) |
145 mixer_cfg |= MDP4_LAYERMIXER_IN_CFG_PIPE3(stage) |
151 mixer_cfg |= MDP4_LAYERMIXER_IN_CFG_PIPE4(stage) |
157 mixer_cfg |= MDP4_LAYERMIXER_IN_CFG_PIPE5(stage) |
163 mixer_cfg |= MDP4_LAYERMIXER_IN_CFG_PIPE6(stage) |
120 mixercfg(uint32_t mixer_cfg, int mixer, enum mdp4_pipe pipe, enum mdp_mixer_stage_id stage) argument
/drivers/usb/musb/
H A Dmusb_gadget_ep0.c58 static char *decode_ep0stage(u8 stage) argument
60 switch (stage) {
215 * Handle all control requests with no DATA stage, including standard
239 /* change it after the status stage */
622 /* For zero-data requests we want to delay the STATUS stage to
684 * hence the status stage is not complete.
825 /* sequence #3 (no data stage), includes requests
838 * in the idle stage when we're stalling...
842 /* status stage might be immediate */
1055 * DATA stage buffe
[all...]
/drivers/gpu/drm/nouveau/core/subdev/clock/
H A Dnvc0.c389 } stage[] = { local
398 for (i = 0; i < ARRAY_SIZE(stage); i++) {
402 stage[i].exec(priv, j);
H A Dnve0.c424 } stage[] = { local
435 for (i = 0; i < ARRAY_SIZE(stage); i++) {
437 if (!(stage[i].mask & (1 << j)))
441 stage[i].exec(priv, j);
/drivers/input/misc/
H A Dkeyspan_remote.c125 int stage; member in struct:usb_keyspan
193 switch(remote->stage) {
196 * In stage 0 we want to find the start of a message. The remote sends a 0xFF as filler.
207 remote->stage = 1;
223 remote->stage = 0;
240 remote->stage = 0;
243 remote->stage = 2;
272 remote->stage = 0;
293 remote->stage = 0;
311 remote->stage
[all...]
/drivers/watchdog/
H A Dkempld_wdt.c18 * First the pretimeout stage runs out before the timeout stage gets
85 struct kempld_wdt_stage stage[KEMPLD_WDT_MAX_STAGES]; member in struct:kempld_wdt_data
113 struct kempld_wdt_stage *stage,
119 if (!stage || !stage->mask)
123 stage_cfg = kempld_read8(pld, KEMPLD_WDT_STAGE_CFG(stage->id));
132 kempld_write8(pld, KEMPLD_WDT_STAGE_CFG(stage->id), stage_cfg);
139 struct kempld_wdt_stage *stage,
149 if (!stage)
112 kempld_wdt_set_stage_action(struct kempld_wdt_data *wdt_data, struct kempld_wdt_stage *stage, u8 action) argument
138 kempld_wdt_set_stage_timeout(struct kempld_wdt_data *wdt_data, struct kempld_wdt_stage *stage, unsigned int timeout) argument
177 kempld_wdt_get_timeout(struct kempld_wdt_data *wdt_data, struct kempld_wdt_stage *stage) argument
[all...]
/drivers/media/radio/wl128x/
H A Dfmdrv.h113 u8 stage; member in struct:fm_irq
H A Dfmdrv_common.c183 fmdev->irq_info.handlers[fmdev->irq_info.stage](fmdev);
187 static inline void fm_irq_call_stage(struct fmdev *fmdev, u8 stage) argument
189 fmdev->irq_info.stage = stage;
193 static inline void fm_irq_timeout_stage(struct fmdev *fmdev, u8 stage) argument
195 fmdev->irq_info.stage = stage;
289 if (irq_info->stage != 0) {
290 fmerr("Inval stage resetting to zero\n");
291 irq_info->stage
537 fm_irq_common_cmd_resp_helper(struct fmdev *fmdev, u8 stage) argument
[all...]
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init_ops.h227 static void bnx2x_init_block(struct bnx2x *bp, u32 block, u32 stage) argument
230 INIT_OPS_OFFSETS(bp)[BLOCK_OPS_IDX(block, stage,
233 INIT_OPS_OFFSETS(bp)[BLOCK_OPS_IDX(block, stage,
320 * this is done as a separate init stage.
830 * called during init common stage, ilt clients should be initialized
852 /* called during init port stage */
884 /* called during init common stage */
910 /* called during init func stage */
/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_phy.c847 u8 *stage, u8 *step, u32 *delay)
857 RT_TRACE(COMP_TRACE, "====>%s()====stage:%d, step:%d, channel:%d\n",
858 __func__, *stage, *step, channel);
928 switch (*stage) {
941 if ((*stage) == 2) {
944 (*stage)++;
846 rtl8192_phy_SwChnlStepByStep(struct net_device *dev, u8 channel, u8 *stage, u8 *step, u32 *delay) argument
/drivers/staging/rtl8192u/
H A Dr819xU_phy.c1257 * u8 *stage //3 stages
1260 * output: store new stage, step and delay for next step
1266 u8 *stage, u8 *step, u32 *delay)
1278 RT_TRACE(COMP_CH, "%s() stage: %d, step: %d, channel: %d\n",
1279 __func__, *stage, *step, channel);
1352 switch (*stage) {
1365 if ((*stage) == 2) {
1369 (*stage)++;
1265 rtl8192_phy_SwChnlStepByStep(struct net_device *dev, u8 channel, u8 *stage, u8 *step, u32 *delay) argument
/drivers/net/wireless/rtlwifi/rtl8192se/
H A Dphy.c354 u8 channel, u8 *stage, u8 *step, u32 *delay)
392 switch (*stage) {
407 if ((*stage) == 2) {
410 (*stage)++;
353 _rtl92s_phy_sw_chnl_step_by_step(struct ieee80211_hw *hw, u8 channel, u8 *stage, u8 *step, u32 *delay) argument
/drivers/net/wireless/rtlwifi/rtl8723ae/
H A Dphy.c47 u8 channel, u8 *stage, u8 *step,
928 u8 channel, u8 *stage, u8 *step,
969 switch (*stage) {
981 "Invalid 'stage' = %d, Check it!\n", *stage);
986 if ((*stage) == 2) {
989 (*stage)++;
927 _rtl8723e_phy_sw_chnl_step_by_step(struct ieee80211_hw *hw, u8 channel, u8 *stage, u8 *step, u32 *delay) argument
/drivers/staging/lustre/lustre/mgc/
H A Dmgc_request.c663 static int mgc_precleanup(struct obd_device *obd, enum obd_cleanup_stage stage) argument
667 switch (stage) {
/drivers/usb/renesas_usbhs/
H A Dmod_gadget.c463 int stage = usbhs_status_get_ctrl_stage(irq_state); local
466 dev_dbg(dev, "stage = %d\n", stage);
477 switch (stage) {
512 * setup stage / run recip
/drivers/net/wireless/rtlwifi/rtl8188ee/
H A Dphy.c54 u8 channel, u8 *stage, u8 *step,
1253 u8 channel, u8 *stage, u8 *step,
1294 switch (*stage) {
1306 "Invalid 'stage' = %d, Check it!\n", *stage);
1311 if ((*stage) == 2)
1313 (*stage)++;
1252 _rtl88e_phy_sw_chnl_step_by_step(struct ieee80211_hw *hw, u8 channel, u8 *stage, u8 *step, u32 *delay) argument
/drivers/net/wireless/rtlwifi/rtl8192c/
H A Dphy_common.c815 u8 channel, u8 *stage, u8 *step,
856 switch (*stage) {
868 "Invalid 'stage' = %d, Check it!\n", *stage);
873 if ((*stage) == 2) {
876 (*stage)++;
814 _rtl92c_phy_sw_chnl_step_by_step(struct ieee80211_hw *hw, u8 channel, u8 *stage, u8 *step, u32 *delay) argument
/drivers/net/wireless/rtlwifi/rtl8723be/
H A Dphy.c46 u8 channel, u8 *stage,
1435 u8 channel, u8 *stage,
1479 switch (*stage) {
1491 "Invalid 'stage' = %d, Check it!\n", *stage);
1496 if ((*stage) == 2) {
1499 (*stage)++;
1434 _rtl8723be_phy_sw_chnl_step_by_step(struct ieee80211_hw *hw, u8 channel, u8 *stage, u8 *step, u32 *delay) argument
/drivers/net/wireless/rtlwifi/rtl8821ae/
H A Ddm.c2640 static u8 stage; local
2653 if (cur_stage != stage) {
2658 } else if (cur_stage == 3 && (stage == 1 || stage == 2)) {
2663 stage = cur_stage;
/drivers/staging/lustre/lustre/lmv/
H A Dlmv_obd.c2310 static int lmv_precleanup(struct obd_device *obd, enum obd_cleanup_stage stage) argument
2315 switch (stage) {
/drivers/staging/lustre/lustre/lov/
H A Dlov_obd.c848 static int lov_precleanup(struct obd_device *obd, enum obd_cleanup_stage stage) argument
853 switch (stage) {
/drivers/staging/lustre/lustre/mdc/
H A Dmdc_request.c2501 static int mdc_precleanup(struct obd_device *obd, enum obd_cleanup_stage stage) argument
2503 switch (stage) {

Completed in 466 milliseconds

12