Searched refs:oc (Results 1 – 13 of 13) sorted by relevance
| /drivers/scsi/bfa/ |
| A 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/net/ethernet/brocade/bna/ |
| A D | bfa_cs.h | 67 #define bfa_fsm_state_decl(oc, st, otype, etype) \ argument 68 static void oc ## _sm_ ## st(otype * fsm, etype event); \ 69 static void oc ## _sm_ ## st ## _entry(otype * fsm)
|
| /drivers/block/drbd/ |
| A D | drbd_state.c | 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() 2039 enum drbd_conns oc; member 2052 enum drbd_conns oc = acscw->oc; in w_after_conn_state_ch() local 2298 enum drbd_conns oc = connection->cstate; in _conn_request_state() local 2304 rv = is_valid_conn_transition(oc, val.conn); in _conn_request_state() [all …]
|
| A D | drbd_receiver.c | 4924 enum drbd_conns oc; in conn_disconnect() local 4968 oc = connection->cstate; in conn_disconnect() 4969 if (oc >= C_UNCONNECTED) in conn_disconnect() 4974 if (oc == C_DISCONNECTING) in conn_disconnect()
|
| /drivers/thermal/tegra/ |
| A D | soctherm.c | 1867 struct soctherm_oc_cfg *oc = &ts->throt_cfgs[throt].oc_cfg; in soctherm_oc_cfg_program() local 1869 if (oc->mode == OC_THROTTLE_MODE_DISABLED) in soctherm_oc_cfg_program() 1873 r = REG_SET_MASK(r, OC1_CFG_THROTTLE_MODE_MASK, oc->mode); in soctherm_oc_cfg_program() 1874 r = REG_SET_MASK(r, OC1_CFG_ALARM_POLARITY_MASK, oc->active_low); in soctherm_oc_cfg_program() 1877 writel(oc->throt_period, ts->regs + ALARM_THROTTLE_PERIOD(throt)); in soctherm_oc_cfg_program() 1878 writel(oc->alarm_cnt_thresh, ts->regs + ALARM_CNT_THRESHOLD(throt)); in soctherm_oc_cfg_program() 1879 writel(oc->alarm_filter, ts->regs + ALARM_FILTER(throt)); in soctherm_oc_cfg_program() 1880 soctherm_oc_intr_enable(ts, throt, oc->intr_en); in soctherm_oc_cfg_program()
|
| /drivers/pinctrl/ |
| A D | pinctrl-as3722.c | 134 FUNCTION_GROUP(oc-pg-sd0, OC_PG_SD0), 135 FUNCTION_GROUP(oc-pg-sd6, OC_PG_SD6),
|
| /drivers/s390/cio/ |
| A D | device_ops.c | 734 struct chsc_pnso_area *pnso_area, u8 oc, in ccw_device_pnso() argument 740 return chsc_pnso(schid, pnso_area, oc, resume_token, cnc); in ccw_device_pnso()
|
| A D | chsc.h | 231 u8 oc, struct chsc_pnso_resume_token resume_token, int cnc);
|
| A D | chsc.c | 1472 u8 oc, struct chsc_pnso_resume_token resume_token, int cnc) in chsc_pnso() argument 1481 pnso_area->oc = oc; in chsc_pnso()
|
| /drivers/tty/ |
| A D | sysrq.c | 388 struct oom_control oc = { in moom_callback() local 397 if (!out_of_memory(&oc)) in moom_callback()
|
| /drivers/spi/ |
| A D | Makefile | 103 obj-$(CONFIG_SPI_OC_TINY) += spi-oc-tiny.o
|
| /drivers/s390/block/ |
| A D | scm_blk.c | 197 msb->oc = (rq_data_dir(req) == READ) ? MSB_OC_READ : MSB_OC_WRITE; in scm_request_prepare()
|
| /drivers/s390/net/ |
| A D | qeth_l2_main.c | 552 static int qeth_l2_pnso(struct qeth_card *card, u8 oc, int cnc, in qeth_l2_pnso() argument 569 rc = ccw_device_pnso(ddev, rr, oc, rr->naihdr.resume_token, in qeth_l2_pnso()
|
Completed in 43 milliseconds