/drivers/net/ethernet/brocade/bna/ |
D | bfa_cs.h | 39 #define bfa_fsm_state_decl(oc, st, otype, etype) \ argument 40 static void oc ## _sm_ ## st(otype * fsm, etype event); \ 41 static void oc ## _sm_ ## st ## _entry(otype * fsm)
|
/drivers/scsi/bfa/ |
D | bfa_cs.h | 187 #define bfa_sm_state_decl(oc, st, otype, etype) \ argument 188 static void oc ## _sm_ ## st(otype * fsm, etype event) 216 #define bfa_fsm_state_decl(oc, st, otype, etype) \ argument 217 static void oc ## _sm_ ## st(otype * fsm, etype event); \ 218 static void oc ## _sm_ ## st ## _entry(otype * fsm)
|
/drivers/block/drbd/ |
D | drbd_state.c | 974 is_valid_conn_transition(enum drbd_conns oc, enum drbd_conns nc) in is_valid_conn_transition() argument 977 if (oc == nc) in is_valid_conn_transition() 981 if (oc == C_STANDALONE && nc == C_DISCONNECTING) in is_valid_conn_transition() 985 if (oc == C_STANDALONE && nc != C_UNCONNECTED) in is_valid_conn_transition() 990 if (oc < C_WF_REPORT_PARAMS && nc >= C_CONNECTED) in is_valid_conn_transition() 994 if (oc >= C_TIMEOUT && oc <= C_TEAR_DOWN && nc != C_UNCONNECTED && nc != C_DISCONNECTING) in is_valid_conn_transition() 998 if (oc == C_DISCONNECTING && nc != C_STANDALONE) in is_valid_conn_transition() 2030 enum drbd_conns oc; member 2043 enum drbd_conns oc = acscw->oc; in w_after_conn_state_ch() local 2053 if (oc == C_STANDALONE && ns_max.conn == C_UNCONNECTED) in w_after_conn_state_ch() [all …]
|
D | drbd_receiver.c | 5149 enum drbd_conns oc; in conn_disconnect() local 5193 oc = connection->cstate; in conn_disconnect() 5194 if (oc >= C_UNCONNECTED) in conn_disconnect() 5199 if (oc == C_DISCONNECTING) in conn_disconnect()
|
/drivers/thermal/tegra/ |
D | soctherm.c | 1911 struct soctherm_oc_cfg *oc = &ts->throt_cfgs[throt].oc_cfg; in soctherm_oc_cfg_program() local 1913 if (oc->mode == OC_THROTTLE_MODE_DISABLED) in soctherm_oc_cfg_program() 1917 r = REG_SET_MASK(r, OC1_CFG_THROTTLE_MODE_MASK, oc->mode); in soctherm_oc_cfg_program() 1918 r = REG_SET_MASK(r, OC1_CFG_ALARM_POLARITY_MASK, oc->active_low); in soctherm_oc_cfg_program() 1921 writel(oc->throt_period, ts->regs + ALARM_THROTTLE_PERIOD(throt)); in soctherm_oc_cfg_program() 1922 writel(oc->alarm_cnt_thresh, ts->regs + ALARM_CNT_THRESHOLD(throt)); in soctherm_oc_cfg_program() 1923 writel(oc->alarm_filter, ts->regs + ALARM_FILTER(throt)); in soctherm_oc_cfg_program() 1924 soctherm_oc_intr_enable(ts, throt, oc->intr_en); in soctherm_oc_cfg_program()
|
/drivers/pinctrl/ |
D | pinctrl-as3722.c | 146 FUNCTION_GROUP(oc-pg-sd0, OC_PG_SD0), 147 FUNCTION_GROUP(oc-pg-sd6, OC_PG_SD6),
|
/drivers/s390/cio/ |
D | chsc.h | 210 u8 oc, struct chsc_pnso_resume_token resume_token, int cnc);
|
D | device_ops.c | 726 struct chsc_pnso_area *pnso_area, u8 oc, in ccw_device_pnso() argument 732 return chsc_pnso(schid, pnso_area, oc, resume_token, cnc); in ccw_device_pnso()
|
D | chsc.c | 1420 u8 oc, struct chsc_pnso_resume_token resume_token, int cnc) in chsc_pnso() argument 1429 pnso_area->oc = oc; in chsc_pnso()
|
/drivers/tty/ |
D | sysrq.c | 391 struct oom_control oc = { in moom_callback() local 400 if (!out_of_memory(&oc)) in moom_callback()
|
/drivers/spi/ |
D | Makefile | 79 obj-$(CONFIG_SPI_OC_TINY) += spi-oc-tiny.o
|
/drivers/s390/block/ |
D | scm_blk.c | 198 msb->oc = (rq_data_dir(req) == READ) ? MSB_OC_READ : MSB_OC_WRITE; in scm_request_prepare()
|
/drivers/s390/net/ |
D | qeth_l2_main.c | 558 static int qeth_l2_pnso(struct qeth_card *card, u8 oc, int cnc, in qeth_l2_pnso() argument 575 rc = ccw_device_pnso(ddev, rr, oc, rr->naihdr.resume_token, in qeth_l2_pnso()
|