Searched refs:ec (Results 176 - 200 of 229) sorted by relevance

12345678910

/linux-master/fs/exfat/
H A Dexfat_fs.h562 void exfat_chain_set(struct exfat_chain *ec, unsigned int dir,
564 void exfat_chain_dup(struct exfat_chain *dup, struct exfat_chain *ec);
/linux-master/drivers/iio/common/cros_ec_sensors/
H A Dcros_ec_sensors.c7 * This driver uses the cros-ec interface to communicate with the Chrome OS
294 if ((state->core.ec->cmd_readmem != NULL) &&
306 .name = "cros-ec-accel",
309 .name = "cros-ec-gyro",
312 .name = "cros-ec-mag",
320 .name = "cros-ec-sensors",
/linux-master/drivers/hwmon/
H A Dasus_atk0110.c1017 union acpi_object *ec; local
1032 ec = NULL;
1045 ec = obj;
1050 ret = (ec != NULL);
/linux-master/arch/s390/kernel/
H A Dnmi.c382 if (mci.ed && mci.ec) {
/linux-master/drivers/net/ethernet/realtek/
H A Dr8169_main.c1932 struct ethtool_coalesce *ec,
1944 memset(ec, 0, sizeof(*ec));
1956 ec->tx_coalesce_usecs = DIV_ROUND_UP(c_us * scale, 1000);
1960 ec->tx_max_coalesced_frames = (c_us || c_fr) ? c_fr * 4 : 1;
1963 ec->rx_coalesce_usecs = DIV_ROUND_UP(c_us * scale, 1000);
1966 ec->rx_max_coalesced_frames = (c_us || c_fr) ? c_fr * 4 : 1;
1993 struct ethtool_coalesce *ec,
1998 u32 tx_fr = ec->tx_max_coalesced_frames;
1999 u32 rx_fr = ec
1931 rtl_get_coalesce(struct net_device *dev, struct ethtool_coalesce *ec, struct kernel_ethtool_coalesce *kernel_coal, struct netlink_ext_ack *extack) argument
1992 rtl_set_coalesce(struct net_device *dev, struct ethtool_coalesce *ec, struct kernel_ethtool_coalesce *kernel_coal, struct netlink_ext_ack *extack) argument
[all...]
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi5_core.c372 unsigned int itc, ec, q, sc; local
393 ec = (ptr[2] >> 4) & 0x7;
410 (itc << 7) | (ec << 4) | (q << 2) | (sc << 0));
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi5_core.c414 unsigned itc, ec, q, sc; local
435 ec = (ptr[2] >> 4) & 0x7;
452 (itc << 7) | (ec << 4) | (q << 2) | (sc << 0));
/linux-master/drivers/slimbus/
H A Dqcom-ngd-ctrl.c880 *(puc++) = (txn->ec & 0xFF);
881 *(puc++) = (txn->ec >> 8) & 0xFF;
1008 txn.ec = 0;
1101 txn.ec = 0;
1256 txn.ec = 0;
H A Dqcom-ctrl.c369 *(puc++) = (txn->ec & 0xFF);
370 *(puc++) = (txn->ec >> 8) & 0xFF;
/linux-master/drivers/atm/
H A Deni.c105 static int ec = 0; variable
110 ev[ec] = s;
111 ev_a[ec] = a;
112 ev_b[ec] = b;
113 ec = (ec+1) % EV;
122 i = (ec+n) % EV;
/linux-master/fs/bcachefs/
H A Dec.c17 #include "ec.h"
804 ret = lockrestart_do(trans, get_stripe_key_trans(trans, rbio->pick.ec.idx, buf));
821 offset = rbio->bio.bi_iter.bi_sector - v->ptrs[rbio->pick.ec.block].offset;
852 buf->data[rbio->pick.ec.block] + ((offset - buf->offset) << 9));
1442 ob->ec = NULL;
1514 struct ec_stripe_new *s = ob->ec;
1528 BUG_ON(!ob->ec->new_stripe.data[ob->ec_idx]);
1533 return ob->ec->new_stripe.data[ob->ec_idx] + (offset << 9);
/linux-master/drivers/net/fddi/skfp/
H A Dfplustm.c327 u_long *ec ; local
338 ec = (u_long *)&smc->hw.fp.err_stats ;
340 *ec++ = 0L ;
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pciercx-defs.h266 __BITFIELD_FIELD(uint32_t ec:1,
/linux-master/drivers/zorro/
H A Dzorro.ids56 03ec Cardco Ltd.
173 07ec Xebec
/linux-master/drivers/scsi/csiostor/
H A Dcsio_hw.h266 uint8_t ec[EC_LEN + 1]; member in struct:csio_vpd
/linux-master/arch/x86/platform/olpc/
H A Dolpc-xo1-sci.c21 #include <linux/olpc-ec.h>
/linux-master/drivers/acpi/
H A Dvideo_detect.c36 #include <linux/platform_data/x86/nvidia-wmi-ec-backlight.h>
101 * If brightness is handled by the EC then nvidia-wmi-ec-backlight
801 * Models which have nvidia-ec-wmi support, but should not use it.
/linux-master/drivers/i2c/busses/
H A DMakefile147 obj-$(CONFIG_I2C_CROS_EC_TUNNEL) += i2c-cros-ec-tunnel.o
/linux-master/arch/um/drivers/
H A Dvector_kern.c1488 struct ethtool_coalesce *ec,
1494 ec->tx_coalesce_usecs = (vp->coalesce * 1000000) / HZ;
1499 struct ethtool_coalesce *ec,
1505 vp->coalesce = (ec->tx_coalesce_usecs * HZ) / 1000000;
1487 vector_get_coalesce(struct net_device *netdev, struct ethtool_coalesce *ec, struct kernel_ethtool_coalesce *kernel_coal, struct netlink_ext_ack *extack) argument
1498 vector_set_coalesce(struct net_device *netdev, struct ethtool_coalesce *ec, struct kernel_ethtool_coalesce *kernel_coal, struct netlink_ext_ack *extack) argument
/linux-master/drivers/regulator/
H A DMakefile17 obj-$(CONFIG_REGULATOR_CROS_EC) += cros-ec-regulator.o
/linux-master/drivers/gpio/
H A DMakefile49 obj-$(CONFIG_GPIO_CROS_EC) += gpio-cros-ec.o
/linux-master/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c1209 struct v4l2_encoder_cmd *ec)
1214 ret = v4l2_m2m_ioctl_try_encoder_cmd(file, fh, ec);
1222 ret = v4l2_m2m_ioctl_encoder_cmd(file, fh, ec);
1226 if (ec->cmd == V4L2_ENC_CMD_STOP &&
1230 if (ec->cmd == V4L2_ENC_CMD_START &&
1208 vicodec_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *ec) argument
/linux-master/drivers/platform/surface/aggregator/
H A Dcontroller.c2209 * @ec: Flag specifying if the event should actually be disabled on the EC.
2211 * If ``ec`` equals ``true`` and the reference count equals zero (i.e. the
2215 * If ``ec`` equals ``false``, no request will be sent to the EC and the event
2238 struct ssam_nf_refcount_entry *entry, u8 flags, bool ec)
2248 ec ? "disabling" : "detaching", reg.target_category, id.target_category,
2258 if (ec && entry->refcount == 0) {
2237 ssam_nf_refcount_disable_free(struct ssam_controller *ctrl, struct ssam_nf_refcount_entry *entry, u8 flags, bool ec) argument
/linux-master/drivers/scsi/
H A Dmyrb.h271 } __packed ec:3; /* Byte 40 Bits 3-5 */ member in struct:myrb_enquiry2::__anon339
/linux-master/drivers/usb/host/
H A Docteon-hcd.h997 * @ec: Multi Count (MC) / Error Count (EC)
1036 __BITFIELD_FIELD(u32 ec : 2,

Completed in 454 milliseconds

12345678910