Searched refs:cont (Results 26 - 49 of 49) sorted by relevance

12

/drivers/block/aoe/
H A Daoedev.c334 goto cont;
339 goto cont;
343 cont:
H A Daoecmd.c425 goto cont;
430 goto cont;
446 cont:
/drivers/scsi/
H A Dscsi_transport_sas.c312 static int sas_host_match(struct attribute_container *cont, argument
329 return &i->t.host_attrs.ac == cont;
673 static int sas_phy_match(struct attribute_container *cont, struct device *dev) argument
689 return &i->phy_attr_cont.ac == cont;
839 static int sas_port_match(struct attribute_container *cont, struct device *dev) argument
855 return &i->port_attr_cont.ac == cont;
1369 static int sas_rphy_match(struct attribute_container *cont, struct device *dev) argument
1385 return &i->rphy_attr_cont.ac == cont;
1388 static int sas_end_dev_match(struct attribute_container *cont, argument
1407 return &i->end_dev_attr_cont.ac == cont
1411 sas_expander_match(struct attribute_container *cont, struct device *dev) argument
[all...]
H A Dqlogicpti.c916 struct Continuation_Entry *cont; local
919 cont = (struct Continuation_Entry *) &qpti->req_cpu[in_ptr];
924 cont->hdr.entry_type = ENTRY_CONTINUATION;
925 cont->hdr.entry_cnt = 0;
926 cont->hdr.sys_def_1 = 0;
927 cont->hdr.flags = 0;
928 cont->reserved = 0;
929 ds = cont->dataseg;
H A Draid_class.c60 static int raid_match(struct attribute_container *cont, struct device *dev) argument
64 struct raid_internal *i = ac_to_raid_internal(cont);
H A Dscsi_transport_srp.c640 static int srp_rport_match(struct attribute_container *cont, argument
656 return &i->rport_attr_cont.ac == cont;
659 static int srp_host_match(struct attribute_container *cont, struct device *dev) argument
674 return &i->t.host_attrs.ac == cont;
H A Dscsi_transport_spi.c201 static int spi_host_match(struct attribute_container *cont, argument
214 return &shost->transportt->host_attrs.ac == cont;
1345 static int spi_device_match(struct attribute_container *cont, argument
1369 static int spi_target_match(struct attribute_container *cont, argument
1390 return &i->t.target_attrs.ac == cont;
H A Dscsi_transport_fc.c1951 static int fc_host_match(struct attribute_container *cont, argument
1967 return &i->t.host_attrs.ac == cont;
1970 static int fc_target_match(struct attribute_container *cont, argument
1986 return &i->t.target_attrs.ac == cont;
2002 static int fc_rport_match(struct attribute_container *cont, argument
2018 return &i->rport_attr_cont.ac == cont;
2035 static int fc_vport_match(struct attribute_container *cont, argument
2052 return &i->vport_attr_cont.ac == cont;
H A Dscsi_transport_iscsi.c4349 static int iscsi_session_match(struct attribute_container *cont, argument
4368 return &priv->session_cont.ac == cont;
4371 static int iscsi_conn_match(struct attribute_container *cont, argument
4393 return &priv->conn_cont.ac == cont;
4396 static int iscsi_host_match(struct attribute_container *cont, argument
4411 return &priv->t.host_attrs.ac == cont;
/drivers/usb/c67x00/
H A Dc67x00-sched.c1011 goto cont;
1020 goto cont;
1025 goto cont;
1034 goto cont;
1041 cont:
/drivers/video/backlight/
H A Dcorgi_lcd.c402 int cont; local
410 cont = !!(intensity & 0x20) ^ lcd->gpio_backlight_cont_inverted;
413 gpio_set_value_cansleep(lcd->gpio_backlight_cont, cont);
/drivers/scsi/qla2xxx/
H A Dqla_mr.c2995 int i, cont; local
3004 cont = 0;
3044 cont = 1;
3052 if (avail_dsds == 0 && cont == 1) {
3053 cont = 0;
3059 if (avail_dsds != 0 && cont == 1) {
3340 int index = 0, cont = 0; local
3367 cont = 1;
3377 if (avail_dsds == 0 && cont == 1) {
3378 cont
3403 int index = 0, cont = 0; local
[all...]
/drivers/base/
H A Dfirmware_class.c1241 void (*cont)(const struct firmware *fw, void *context); member in struct:firmware_work
1254 fw_work->cont(fw, fw_work->context);
1269 * @context: will be passed over to @cont, and
1271 * @cont: function will be called asynchronously when the firmware
1288 void (*cont)(const struct firmware *fw, void *context))
1300 fw_work->cont = cont;
/drivers/scsi/csiostor/
H A Dcsio_hw.c409 * @cont: whether another operation will be chained
418 csio_hw_sf1_read(struct csio_hw *hw, uint32_t byte_cnt, int32_t cont, argument
428 cont = cont ? SF_CONT : 0;
431 csio_wr_reg32(hw, lock | cont | BYTECNT(byte_cnt - 1), SF_OP);
443 * @cont: whether another operation will be chained
452 csio_hw_sf1_write(struct csio_hw *hw, uint32_t byte_cnt, uint32_t cont, argument
460 cont = cont ? SF_CONT : 0;
464 csio_wr_reg32(hw, cont | BYTECN
[all...]
/drivers/scsi/aacraid/
H A Daacraid.h35 #define CONTAINER_TO_CHANNEL(cont) (CONTAINER_CHANNEL)
36 #define CONTAINER_TO_ID(cont) (cont)
37 #define CONTAINER_TO_LUN(cont) (0)
/drivers/gpu/drm/nouveau/core/subdev/bios/
H A Dinit.c22 #define cont(fmt, args...) do { \ macro
563 cont(" 0x%02x", nv_ro08(init->bios, init->offset + i));
564 cont("\n");
2035 cont("0x%02x ", nv_ro08(bios, i));
2036 cont("\n");
2047 cont(" *");
2051 cont("\n");
/drivers/net/ethernet/cirrus/
H A Dcs89x0.c266 cs89_dbg(3, cont, " %04x", buffer[i]);
268 cs89_dbg(3, cont, "\n");
542 cs89_dbg(1, cont, "succeeded\n");
545 cs89_dbg(1, cont, "failed\n");
/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c747 * @cont: whether another operation will be chained
755 static int sf1_read(struct adapter *adapter, unsigned int byte_cnt, int cont, argument
764 cont = cont ? SF_CONT : 0;
766 t4_write_reg(adapter, SF_OP, lock | cont | BYTECNT(byte_cnt - 1));
777 * @cont: whether another operation will be chained
785 static int sf1_write(struct adapter *adapter, unsigned int byte_cnt, int cont, argument
792 cont = cont ? SF_CONT : 0;
796 cont | BYTECN
[all...]
/drivers/net/wireless/mwifiex/
H A Dsdio.c502 goto cont;
520 cont:
/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c759 * @cont: whether another operation will be chained
766 static int sf1_read(struct adapter *adapter, unsigned int byte_cnt, int cont, argument
775 t3_write_reg(adapter, A_SF_OP, V_CONT(cont) | V_BYTECNT(byte_cnt - 1));
786 * @cont: whether another operation will be chained
793 static int sf1_write(struct adapter *adapter, unsigned int byte_cnt, int cont, argument
802 V_CONT(cont) | V_BYTECNT(byte_cnt - 1) | V_OP(1));
/drivers/cdrom/
H A Dcdrom.c474 static int cdrom_mrw_bgformat(struct cdrom_device_info *cdi, int cont) argument
480 pr_info("%sstarting format\n", cont ? "Re" : "");
506 buffer[11] = cont;
/drivers/media/pci/bt8xx/
H A Dbttv-driver.c933 static void bt848_contrast(struct bttv *btv, int cont) argument
937 btv->contrast = cont;
940 value = (cont >> 7);
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c1427 * @cont: if true schedule next execution chunk
1757 bool cont = test_bit(RAMROD_CONT, ramrod_flags); local
1763 if (!cont) {
1781 if (cont || test_bit(RAMROD_EXEC, ramrod_flags) ||
/drivers/scsi/lpfc/
H A Dlpfc_hw.h3650 struct ulp_bde cont[3]; /* up to 3 continuation bdes */ member in union:_IOCB::__anon5694

Completed in 892 milliseconds

12