Home
last modified time | relevance | path

Searched refs:ec (Results 1 – 152 of 152) sorted by relevance

/linux-4.1.27/drivers/misc/echo/
Decho.c119 static inline void lms_adapt_bg(struct oslec_state *ec, int clean, int shift) in lms_adapt_bg() argument
136 offset2 = ec->curr_pos; in lms_adapt_bg()
137 offset1 = ec->taps - offset2; in lms_adapt_bg()
138 phist = &ec->fir_state_bg.history[offset2]; in lms_adapt_bg()
143 n = ec->taps; in lms_adapt_bg()
146 ec->fir_taps16[1][i] += (int16_t) ((exp + (1 << 14)) >> 15); in lms_adapt_bg()
190 static inline void lms_adapt_bg(struct oslec_state *ec, int clean, int shift) in lms_adapt_bg() argument
206 offset2 = ec->curr_pos; in lms_adapt_bg()
207 offset1 = ec->taps - offset2; in lms_adapt_bg()
209 for (i = ec->taps - 1; i >= offset1; i--) { in lms_adapt_bg()
[all …]
Doslec.h58 void oslec_free(struct oslec_state *ec);
64 void oslec_flush(struct oslec_state *ec);
71 void oslec_adaption_mode(struct oslec_state *ec, int adaption_mode);
73 void oslec_snapshot(struct oslec_state *ec);
83 int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx);
92 int16_t oslec_hpf_tx(struct oslec_state *ec, int16_t tx);
/linux-4.1.27/arch/arm/mach-rpc/
Decard.c60 ecard_t *ec; member
119 struct expansion_card *ec = req->ec; in ecard_task_reset() local
122 res = ec->slot_no == 8 in ecard_task_reset()
123 ? &ec->resource[ECARD_RES_MEMC] in ecard_task_reset()
124 : ec->easi in ecard_task_reset()
125 ? &ec->resource[ECARD_RES_EASI] in ecard_task_reset()
126 : &ec->resource[ECARD_RES_IOCSYNC]; in ecard_task_reset()
128 ecard_loader_reset(res->start, ec->loader); in ecard_task_reset()
133 struct expansion_card *ec = req->ec; in ecard_task_readbytes() local
138 if (ec->slot_no == 8) { in ecard_task_readbytes()
[all …]
/linux-4.1.27/drivers/acpi/
Dec.c127 static int acpi_ec_query(struct acpi_ec *ec, u8 *data);
128 static void advance_transaction(struct acpi_ec *ec);
180 #define ec_dbg_ref(ec, fmt, ...) \ argument
181 ec_dbg_raw("%lu: " fmt, ec->reference_count, ## __VA_ARGS__)
187 static bool acpi_ec_started(struct acpi_ec *ec) in acpi_ec_started() argument
189 return test_bit(EC_FLAGS_STARTED, &ec->flags) && in acpi_ec_started()
190 !test_bit(EC_FLAGS_STOPPED, &ec->flags); in acpi_ec_started()
193 static bool acpi_ec_flushed(struct acpi_ec *ec) in acpi_ec_flushed() argument
195 return ec->reference_count == 1; in acpi_ec_flushed()
202 static inline u8 acpi_ec_read_status(struct acpi_ec *ec) in acpi_ec_read_status() argument
[all …]
Dsbshc.c26 struct acpi_ec *ec; member
261 extern int acpi_ec_add_query_handler(struct acpi_ec *ec, u8 query_bit,
306 hc->ec = acpi_driver_data(device->parent); in acpi_smbus_hc_add()
311 acpi_ec_add_query_handler(hc->ec, hc->query_bit, NULL, smbus_alarm, hc); in acpi_smbus_hc_add()
313 hc->ec, hc->offset, hc->query_bit); in acpi_smbus_hc_add()
318 extern void acpi_ec_remove_query_handler(struct acpi_ec *ec, u8 query_bit);
328 acpi_ec_remove_query_handler(hc->ec, hc->query_bit); in acpi_smbus_hc_remove()
Dec_sys.c108 static int acpi_ec_add_debugfs(struct acpi_ec *ec, unsigned int ec_device_count) in acpi_ec_add_debugfs() argument
136 if (!debugfs_create_file("io", mode, dev_dir, ec, &acpi_ec_io_ops)) in acpi_ec_add_debugfs()
Dinternal.h155 int acpi_ec_add_query_handler(struct acpi_ec *ec, u8 query_bit,
158 void acpi_ec_remove_query_handler(struct acpi_ec *ec, u8 query_bit);
DMakefile40 acpi-y += ec.o
DKconfig81 tristate "EC read/write access through /sys/kernel/debug/ec"
/linux-4.1.27/drivers/edac/
Dmce_amd.c150 static bool f12h_mc0_mce(u16 ec, u8 xec) in f12h_mc0_mce() argument
154 if (MEM_ERROR(ec)) { in f12h_mc0_mce()
155 u8 ll = LL(ec); in f12h_mc0_mce()
161 pr_cont("Data/Tag %s error.\n", R4_MSG(ec)); in f12h_mc0_mce()
168 static bool f10h_mc0_mce(u16 ec, u8 xec) in f10h_mc0_mce() argument
170 if (R4(ec) == R4_GEN && LL(ec) == LL_L1) { in f10h_mc0_mce()
174 return f12h_mc0_mce(ec, xec); in f10h_mc0_mce()
177 static bool k8_mc0_mce(u16 ec, u8 xec) in k8_mc0_mce() argument
179 if (BUS_ERROR(ec)) { in k8_mc0_mce()
184 return f10h_mc0_mce(ec, xec); in k8_mc0_mce()
[all …]
Damd64_edac.c2184 u16 ec = EC(m->status); in decode_bus_error() local
2195 if (PP(ec) == NBSL_PP_OBS) in decode_bus_error()
/linux-4.1.27/drivers/ide/
Dicside.c87 static void icside_irqenable_arcin_v5 (struct expansion_card *ec, int irqnr) in icside_irqenable_arcin_v5() argument
89 struct icside_state *state = ec->irq_data; in icside_irqenable_arcin_v5()
97 static void icside_irqdisable_arcin_v5 (struct expansion_card *ec, int irqnr) in icside_irqdisable_arcin_v5() argument
99 struct icside_state *state = ec->irq_data; in icside_irqdisable_arcin_v5()
114 static void icside_irqenable_arcin_v6 (struct expansion_card *ec, int irqnr) in icside_irqenable_arcin_v6() argument
116 struct icside_state *state = ec->irq_data; in icside_irqenable_arcin_v6()
136 static void icside_irqdisable_arcin_v6 (struct expansion_card *ec, int irqnr) in icside_irqdisable_arcin_v6() argument
138 struct icside_state *state = ec->irq_data; in icside_irqdisable_arcin_v6()
149 static int icside_irqpending_arcin_v6(struct expansion_card *ec) in icside_irqpending_arcin_v6() argument
151 struct icside_state *state = ec->irq_data; in icside_irqpending_arcin_v6()
[all …]
Drapide.c32 static int rapide_probe(struct expansion_card *ec, const struct ecard_id *id) in rapide_probe() argument
39 ret = ecard_request_resources(ec); in rapide_probe()
43 base = ecardm_iomap(ec, ECARD_RES_MEMC, 0, 0); in rapide_probe()
50 rapide_setup_ports(&hw, base, base + 0x818, 1 << 6, ec->irq); in rapide_probe()
51 hw.dev = &ec->dev; in rapide_probe()
57 ecard_set_drvdata(ec, host); in rapide_probe()
61 ecard_release_resources(ec); in rapide_probe()
66 static void rapide_remove(struct expansion_card *ec) in rapide_remove() argument
68 struct ide_host *host = ecard_get_drvdata(ec); in rapide_remove()
70 ecard_set_drvdata(ec, NULL); in rapide_remove()
[all …]
/linux-4.1.27/arch/arm/include/asm/
Decard.h112 void (*irqenable)(ecard_t *ec, int irqnr);
113 void (*irqdisable)(ecard_t *ec, int irqnr);
114 int (*irqpending)(ecard_t *ec);
115 void (*fiqenable)(ecard_t *ec, int fiqnr);
116 void (*fiqdisable)(ecard_t *ec, int fiqnr);
117 int (*fiqpending)(ecard_t *ec);
129 #define ecard_resource_start(ec,nr) ((ec)->resource[nr].start) argument
130 #define ecard_resource_end(ec,nr) ((ec)->resource[nr].end) argument
131 #define ecard_resource_len(ec,nr) ((ec)->resource[nr].end - \ argument
132 (ec)->resource[nr].start + 1)
[all …]
/linux-4.1.27/drivers/platform/olpc/
Dolpc-ec.c68 struct olpc_ec_priv *ec = container_of(w, struct olpc_ec_priv, worker); in olpc_ec_worker() local
73 spin_lock_irqsave(&ec->cmd_q_lock, flags); in olpc_ec_worker()
74 if (!list_empty(&ec->cmd_q)) { in olpc_ec_worker()
75 desc = list_first_entry(&ec->cmd_q, struct ec_cmd_desc, node); in olpc_ec_worker()
78 spin_unlock_irqrestore(&ec->cmd_q_lock, flags); in olpc_ec_worker()
85 mutex_lock(&ec->cmd_lock); in olpc_ec_worker()
88 mutex_unlock(&ec->cmd_lock); in olpc_ec_worker()
94 schedule_work(&ec->worker); in olpc_ec_worker()
102 struct olpc_ec_priv *ec) in queue_ec_descriptor() argument
108 spin_lock_irqsave(&ec->cmd_q_lock, flags); in queue_ec_descriptor()
[all …]
DMakefile4 obj-$(CONFIG_OLPC) += olpc-ec.o
/linux-4.1.27/drivers/platform/chrome/
Dcros_ec_dev.c33 static int ec_get_version(struct cros_ec_device *ec, char *str, int maxlen) in ec_get_version() argument
49 ret = cros_ec_cmd_xfer(ec, &msg); in ec_get_version()
87 struct cros_ec_device *ec = filp->private_data; in ec_device_read() local
96 ret = ec_get_version(ec, msg, sizeof(msg)); in ec_device_read()
110 static long ec_device_ioctl_xcmd(struct cros_ec_device *ec, void __user *arg) in ec_device_ioctl_xcmd() argument
118 ret = cros_ec_cmd_xfer(ec, &s_cmd); in ec_device_ioctl_xcmd()
129 static long ec_device_ioctl_readmem(struct cros_ec_device *ec, void __user *arg) in ec_device_ioctl_readmem() argument
135 if (!ec->cmd_readmem) in ec_device_ioctl_readmem()
141 num = ec->cmd_readmem(ec, s_mem.offset, s_mem.bytes, s_mem.buffer); in ec_device_ioctl_readmem()
154 struct cros_ec_device *ec = filp->private_data; in ec_device_ioctl() local
[all …]
Dcros_ec_lightbar.c100 static int get_lightbar_version(struct cros_ec_device *ec, in get_lightbar_version() argument
110 ret = cros_ec_cmd_xfer(ec, &msg); in get_lightbar_version()
142 struct cros_ec_device *ec = dev_get_drvdata(dev); in version_show() local
150 if (!get_lightbar_version(ec, &version, &flags)) in version_show()
165 struct cros_ec_device *ec = dev_get_drvdata(dev); in brightness_store() local
177 ret = cros_ec_cmd_xfer(ec, &msg); in brightness_store()
201 struct cros_ec_device *ec = dev_get_drvdata(dev); in led_rgb_store() local
234 ret = cros_ec_cmd_xfer(ec, &msg); in led_rgb_store()
266 struct cros_ec_device *ec = dev_get_drvdata(dev); in sequence_show() local
274 ret = cros_ec_cmd_xfer(ec, &msg); in sequence_show()
[all …]
Dcros_ec_sysfs.c75 struct cros_ec_device *ec = dev_get_drvdata(dev); in store_ec_reboot() local
108 ret = cros_ec_cmd_xfer(ec, &msg); in store_ec_reboot()
112 dev_dbg(ec->dev, "EC result %d\n", msg.result); in store_ec_reboot()
129 struct cros_ec_device *ec = dev_get_drvdata(dev); in show_ec_version() local
134 ret = cros_ec_cmd_xfer(ec, &msg); in show_ec_version()
157 ret = cros_ec_cmd_xfer(ec, &msg); in show_ec_version()
173 ret = cros_ec_cmd_xfer(ec, &msg); in show_ec_version()
197 ret = cros_ec_cmd_xfer(ec, &msg); in show_ec_version()
221 struct cros_ec_device *ec = dev_get_drvdata(dev); in show_ec_flashinfo() local
226 ret = cros_ec_cmd_xfer(ec, &msg); in show_ec_flashinfo()
[all …]
Dcros_ec_lpc.c49 static int cros_ec_cmd_xfer_lpc(struct cros_ec_device *ec, in cros_ec_cmd_xfer_lpc() argument
59 dev_err(ec->dev, in cros_ec_cmd_xfer_lpc()
91 dev_warn(ec->dev, "EC responsed timed out\n"); in cros_ec_cmd_xfer_lpc()
104 dev_dbg(ec->dev, "command 0x%02x in progress\n", in cros_ec_cmd_xfer_lpc()
108 dev_dbg(ec->dev, "command 0x%02x returned %d\n", in cros_ec_cmd_xfer_lpc()
119 dev_err(ec->dev, in cros_ec_cmd_xfer_lpc()
138 dev_err(ec->dev, in cros_ec_cmd_xfer_lpc()
152 static int cros_ec_lpc_readmem(struct cros_ec_device *ec, unsigned int offset, in cros_ec_lpc_readmem() argument
/linux-4.1.27/drivers/ata/
Dpata_icside.c63 struct expansion_card *ec; member
85 static void pata_icside_irqenable_arcin_v5 (struct expansion_card *ec, int irqnr) in pata_icside_irqenable_arcin_v5() argument
87 struct pata_icside_state *state = ec->irq_data; in pata_icside_irqenable_arcin_v5()
95 static void pata_icside_irqdisable_arcin_v5 (struct expansion_card *ec, int irqnr) in pata_icside_irqdisable_arcin_v5() argument
97 struct pata_icside_state *state = ec->irq_data; in pata_icside_irqdisable_arcin_v5()
112 static void pata_icside_irqenable_arcin_v6 (struct expansion_card *ec, int irqnr) in pata_icside_irqenable_arcin_v6() argument
114 struct pata_icside_state *state = ec->irq_data; in pata_icside_irqenable_arcin_v6()
126 static void pata_icside_irqdisable_arcin_v6 (struct expansion_card *ec, int irqnr) in pata_icside_irqdisable_arcin_v6() argument
128 struct pata_icside_state *state = ec->irq_data; in pata_icside_irqdisable_arcin_v6()
137 static int pata_icside_irqpending_arcin_v6(struct expansion_card *ec) in pata_icside_irqpending_arcin_v6() argument
[all …]
Dsata_mv.c2695 u32 ec = edma_err_cause & in mv_err_intr() local
2698 if (!ec) in mv_err_intr()
/linux-4.1.27/drivers/scsi/arm/
Dpowertec.c61 struct expansion_card *ec; member
73 powertecscsi_irqenable(struct expansion_card *ec, int irqnr) in powertecscsi_irqenable() argument
75 struct powertec_info *info = ec->irq_data; in powertecscsi_irqenable()
85 powertecscsi_irqdisable(struct expansion_card *ec, int irqnr) in powertecscsi_irqdisable() argument
87 struct powertec_info *info = ec->irq_data; in powertecscsi_irqdisable()
191 host->hostt->name, info->info.scsi.type, info->ec->slot_no, in powertecscsi_info()
258 struct expansion_card *ec = ECARD_DEV(dev); in powertecscsi_show_term() local
259 struct Scsi_Host *host = ecard_get_drvdata(ec); in powertecscsi_show_term()
268 struct expansion_card *ec = ECARD_DEV(dev); in powertecscsi_store_term() local
269 struct Scsi_Host *host = ecard_get_drvdata(ec); in powertecscsi_store_term()
[all …]
Dcumana_2.c78 struct expansion_card *ec; member
93 cumanascsi_2_irqenable(struct expansion_card *ec, int irqnr) in cumanascsi_2_irqenable() argument
95 struct cumanascsi2_info *info = ec->irq_data; in cumanascsi_2_irqenable()
105 cumanascsi_2_irqdisable(struct expansion_card *ec, int irqnr) in cumanascsi_2_irqdisable() argument
107 struct cumanascsi2_info *info = ec->irq_data; in cumanascsi_2_irqdisable()
303 host->hostt->name, info->info.scsi.type, info->ec->slot_no, in cumanascsi_2_info()
375 static int cumanascsi2_probe(struct expansion_card *ec, in cumanascsi2_probe() argument
383 ret = ecard_request_resources(ec); in cumanascsi2_probe()
387 base = ecardm_iomap(ec, ECARD_RES_MEMC, 0, 0); in cumanascsi2_probe()
400 ecard_set_drvdata(ec, host); in cumanascsi2_probe()
[all …]
Deesox.c73 struct expansion_card *ec; member
86 eesoxscsi_irqenable(struct expansion_card *ec, int irqnr) in eesoxscsi_irqenable() argument
88 struct eesoxscsi_info *info = (struct eesoxscsi_info *)ec->irq_data; in eesoxscsi_irqenable()
101 eesoxscsi_irqdisable(struct expansion_card *ec, int irqnr) in eesoxscsi_irqdisable() argument
103 struct eesoxscsi_info *info = (struct eesoxscsi_info *)ec->irq_data; in eesoxscsi_irqdisable()
388 host->hostt->name, info->info.scsi.type, info->ec->slot_no, in eesoxscsi_info()
443 struct expansion_card *ec = ECARD_DEV(dev); in eesoxscsi_show_term() local
444 struct Scsi_Host *host = ecard_get_drvdata(ec); in eesoxscsi_show_term()
452 struct expansion_card *ec = ECARD_DEV(dev); in eesoxscsi_store_term() local
453 struct Scsi_Host *host = ecard_get_drvdata(ec); in eesoxscsi_store_term()
[all …]
Darxescsi.c43 struct expansion_card *ec; member
217 host->hostt->name, info->info.scsi.type, info->ec->slot_no, in arxescsi_info()
253 static int arxescsi_probe(struct expansion_card *ec, const struct ecard_id *id) in arxescsi_probe() argument
260 ret = ecard_request_resources(ec); in arxescsi_probe()
264 base = ecardm_iomap(ec, ECARD_RES_MEMC, 0, 0); in arxescsi_probe()
277 info->ec = ec; in arxescsi_probe()
296 ec->irqaddr = base; in arxescsi_probe()
297 ec->irqmask = CSTATUS_IRQ; in arxescsi_probe()
303 ret = fas216_add(host, &ec->dev); in arxescsi_probe()
311 ecard_release_resources(ec); in arxescsi_probe()
[all …]
Doak.c120 static int oakscsi_probe(struct expansion_card *ec, const struct ecard_id *id) in oakscsi_probe() argument
125 ret = ecard_request_resources(ec); in oakscsi_probe()
135 priv(host)->base = ioremap(ecard_resource_start(ec, ECARD_RES_MEMC), in oakscsi_probe()
136 ecard_resource_len(ec, ECARD_RES_MEMC)); in oakscsi_probe()
147 ret = scsi_add_host(host, &ec->dev); in oakscsi_probe()
159 ecard_release_resources(ec); in oakscsi_probe()
164 static void oakscsi_remove(struct expansion_card *ec) in oakscsi_remove() argument
166 struct Scsi_Host *host = ecard_get_drvdata(ec); in oakscsi_remove()
168 ecard_set_drvdata(ec, NULL); in oakscsi_remove()
174 ecard_release_resources(ec); in oakscsi_remove()
Dcumana_1.c216 static int cumanascsi1_probe(struct expansion_card *ec, in cumanascsi1_probe() argument
222 ret = ecard_request_resources(ec); in cumanascsi1_probe()
232 priv(host)->base = ioremap(ecard_resource_start(ec, ECARD_RES_IOCSLOW), in cumanascsi1_probe()
233 ecard_resource_len(ec, ECARD_RES_IOCSLOW)); in cumanascsi1_probe()
234 priv(host)->dma = ioremap(ecard_resource_start(ec, ECARD_RES_MEMC), in cumanascsi1_probe()
235 ecard_resource_len(ec, ECARD_RES_MEMC)); in cumanascsi1_probe()
241 host->irq = ec->irq; in cumanascsi1_probe()
262 ret = scsi_add_host(host, &ec->dev); in cumanascsi1_probe()
276 ecard_release_resources(ec); in cumanascsi1_probe()
281 static void cumanascsi1_remove(struct expansion_card *ec) in cumanascsi1_remove() argument
[all …]
Dacornscsi.c2895 static int acornscsi_probe(struct expansion_card *ec, const struct ecard_id *id) in acornscsi_probe() argument
2901 ret = ecard_request_resources(ec); in acornscsi_probe()
2913 ashost->base = ecardm_iomap(ec, ECARD_RES_MEMC, 0, 0); in acornscsi_probe()
2914 ashost->fast = ecardm_iomap(ec, ECARD_RES_IOCFAST, 0, 0); in acornscsi_probe()
2918 host->irq = ec->irq; in acornscsi_probe()
2922 ec->irqaddr = ashost->fast + INT_REG; in acornscsi_probe()
2923 ec->irqmask = 0x0a; in acornscsi_probe()
2939 ret = scsi_add_host(host, &ec->dev); in acornscsi_probe()
2952 ecardm_iounmap(ec, ashost->fast); in acornscsi_probe()
2953 ecardm_iounmap(ec, ashost->base); in acornscsi_probe()
[all …]
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c377 struct ethtool_coalesce *ec) in xgbe_get_coalesce() argument
383 memset(ec, 0, sizeof(struct ethtool_coalesce)); in xgbe_get_coalesce()
385 ec->rx_coalesce_usecs = pdata->rx_usecs; in xgbe_get_coalesce()
386 ec->rx_max_coalesced_frames = pdata->rx_frames; in xgbe_get_coalesce()
388 ec->tx_max_coalesced_frames = pdata->tx_frames; in xgbe_get_coalesce()
396 struct ethtool_coalesce *ec) in xgbe_set_coalesce() argument
406 if ((ec->rx_coalesce_usecs_irq) || in xgbe_set_coalesce()
407 (ec->rx_max_coalesced_frames_irq) || in xgbe_set_coalesce()
408 (ec->tx_coalesce_usecs) || in xgbe_set_coalesce()
409 (ec->tx_coalesce_usecs_irq) || in xgbe_set_coalesce()
[all …]
/linux-4.1.27/drivers/input/keyboard/
Dcros_ec_keyb.c59 struct cros_ec_device *ec; member
157 ret = cros_ec_cmd_xfer(ckdev->ec, &msg); in cros_ec_keyb_get_state()
169 struct cros_ec_device *ec = ckdev->ec; in cros_ec_keyb_irq() local
173 if (device_may_wakeup(ec->dev)) in cros_ec_keyb_irq()
174 pm_wakeup_event(ec->dev, 0); in cros_ec_keyb_irq()
180 dev_err(ec->dev, "failed to get keyboard state: %d\n", ret); in cros_ec_keyb_irq()
188 struct cros_ec_device *ec = ckdev->ec; in cros_ec_keyb_open() local
190 return request_threaded_irq(ec->irq, NULL, cros_ec_keyb_irq, in cros_ec_keyb_open()
198 struct cros_ec_device *ec = ckdev->ec; in cros_ec_keyb_close() local
200 free_irq(ec->irq, ckdev); in cros_ec_keyb_close()
[all …]
/linux-4.1.27/drivers/mtd/ubi/
Dattach.c120 int lnum, int ec, int to_head, struct list_head *list) in add_to_list() argument
125 dbg_bld("add to free: PEB %d, EC %d", pnum, ec); in add_to_list()
127 dbg_bld("add to erase: PEB %d, EC %d", pnum, ec); in add_to_list()
129 dbg_bld("add to alien: PEB %d, EC %d", pnum, ec); in add_to_list()
141 aeb->ec = ec; in add_to_list()
160 static int add_corrupted(struct ubi_attach_info *ai, int pnum, int ec) in add_corrupted() argument
164 dbg_bld("add to corrupted: PEB %d, EC %d", pnum, ec); in add_corrupted()
172 aeb->ec = ec; in add_corrupted()
450 int ec, const struct ubi_vid_hdr *vid_hdr, int bitflips) in ubi_add_to_av() argument
463 pnum, vol_id, lnum, ec, sqnum, bitflips); in ubi_add_to_av()
[all …]
Dwl.c138 static int self_check_ec(struct ubi_device *ubi, int pnum, int ec);
163 if (e->ec < e1->ec) in wl_tree_add()
165 else if (e->ec > e1->ec) in wl_tree_add()
264 if (e->ec < e1->ec) in in_wl_tree()
266 else if (e->ec > e1->ec) in in_wl_tree()
298 dbg_wl("added PEB %d EC %d to the protection queue", e->pnum, e->ec); in prot_queue_add()
318 max = e->ec + diff; in find_wl_entry()
325 if (e1->ec >= max) in find_wl_entry()
361 if (last->ec - first->ec < WL_FREE_MAX_DIFF) { in find_mean_wl_entry()
400 dbg_wl("PEB %d EC %d", e->pnum, e->ec); in wl_get_wle()
[all …]
Dfastmap.c142 int pnum, int ec, int scrub) in add_aeb() argument
151 aeb->ec = ec; in add_aeb()
156 ai->ec_sum += aeb->ec; in add_aeb()
159 if (ai->max_ec < aeb->ec) in add_aeb()
160 ai->max_ec = aeb->ec; in add_aeb()
162 if (ai->min_ec > aeb->ec) in add_aeb()
163 ai->min_ec = aeb->ec; in add_aeb()
312 victim->ec = aeb->ec; in update_vol()
323 aeb->ec = new_aeb->ec; in update_vol()
511 unsigned long long ec = be64_to_cpu(ech->ec); in scan_pool() local
[all …]
Dubi-media.h161 __be64 ec; /* Warning: the current limit is 31-bit anyway! */ member
476 __be32 ec; member
Dfastmap-wl.c42 if (e->pnum < UBI_FM_MAX_START && e->ec < max_ec) { in find_anchor_wl_entry()
44 max_ec = e->ec; in find_anchor_wl_entry()
311 ubi_assert(e->ec >= 0); in ubi_wl_put_fm_peb()
Dio.c671 long long ec; in validate_ec_hdr() local
674 ec = be64_to_cpu(ec_hdr->ec); in validate_ec_hdr()
696 if (ec < 0 || ec > UBI_MAX_ERASECOUNTER) { in validate_ec_hdr()
697 ubi_err(ubi, "bad erase counter %lld", ec); in validate_ec_hdr()
Dubi.h181 int ec; member
647 int ec; member
786 int ec, const struct ubi_vid_hdr *vid_hdr, int bitflips);
Ddebug.c68 pr_err("\tec %llu\n", (long long)be64_to_cpu(ec_hdr->ec)); in ubi_dump_ec_hdr()
191 pr_err("\tec %d\n", aeb->ec); in ubi_dump_aeb()
Dvtbl.c337 err = ubi_add_to_av(ubi, ai, new_aeb->pnum, new_aeb->ec, vid_hdr, 0); in create_vtbl()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_acorn.c42 serial_card_probe(struct expansion_card *ec, const struct ecard_id *id) in serial_card_probe() argument
56 bus_addr = ecard_resource_start(ec, type->type); in serial_card_probe()
57 info->vaddr = ecardm_iomap(ec, type->type, 0, 0); in serial_card_probe()
63 ecard_set_drvdata(ec, info); in serial_card_probe()
66 uart.port.irq = ec->irq; in serial_card_probe()
71 uart.port.dev = &ec->dev; in serial_card_probe()
83 static void serial_card_remove(struct expansion_card *ec) in serial_card_remove() argument
85 struct serial_card_info *info = ecard_get_drvdata(ec); in serial_card_remove()
88 ecard_set_drvdata(ec, NULL); in serial_card_remove()
/linux-4.1.27/Documentation/devicetree/bindings/i2c/
Di2c-cros-ec-tunnel.txt1 I2C bus that tunnels through the ChromeOS EC (cros-ec)
8 The node for this device should be under a cros-ec node like google,cros-ec-spi
9 or google,cros-ec-i2c.
13 - compatible: google,cros-ec-i2c-tunnel
21 cros-ec@0 {
22 compatible = "google,cros-ec-spi";
27 compatible = "google,cros-ec-i2c-tunnel";
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_ethtool.c659 struct ethtool_coalesce *ec) in stmmac_get_coalesce() argument
663 ec->tx_coalesce_usecs = priv->tx_coal_timer; in stmmac_get_coalesce()
664 ec->tx_max_coalesced_frames = priv->tx_coal_frames; in stmmac_get_coalesce()
667 ec->rx_coalesce_usecs = stmmac_riwt2usec(priv->rx_riwt, priv); in stmmac_get_coalesce()
673 struct ethtool_coalesce *ec) in stmmac_set_coalesce() argument
679 if ((ec->rx_max_coalesced_frames) || (ec->rx_coalesce_usecs_irq) || in stmmac_set_coalesce()
680 (ec->rx_max_coalesced_frames_irq) || (ec->tx_coalesce_usecs_irq) || in stmmac_set_coalesce()
681 (ec->use_adaptive_rx_coalesce) || (ec->use_adaptive_tx_coalesce) || in stmmac_set_coalesce()
682 (ec->pkt_rate_low) || (ec->rx_coalesce_usecs_low) || in stmmac_set_coalesce()
683 (ec->rx_max_coalesced_frames_low) || (ec->tx_coalesce_usecs_high) || in stmmac_set_coalesce()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dcros-ec.txt9 Other Linux driver (such as cros-ec-keyb for the matrix keyboard) connect to
13 - compatible: "google,cros-ec-i2c"
17 - compatible: "google,cros-ec-spi"
21 - google,cros-ec-spi-msg-delay: Some implementations of the EC require some
30 - compatible: "google,cros-ec-lpc"
37 cros-ec@1e {
39 compatible = "google,cros-ec-i2c";
49 ec@0 {
50 compatible = "google,cros-ec-spi";
/linux-4.1.27/drivers/net/ethernet/8390/
Detherh.c146 static void etherh_irq_enable(ecard_t *ec, int irqnr) in etherh_irq_enable() argument
148 struct etherh_priv *eh = ec->irq_data; in etherh_irq_enable()
153 static void etherh_irq_disable(ecard_t *ec, int irqnr) in etherh_irq_disable() argument
155 struct etherh_priv *eh = ec->irq_data; in etherh_irq_disable()
520 static int etherh_addr(char *addr, struct expansion_card *ec) in etherh_addr() argument
525 if (!ecard_readchunk(&cd, ec, 0xf5, 0)) { in etherh_addr()
527 dev_name(&ec->dev)); in etherh_addr()
546 dev_name(&ec->dev), cd.d.string); in etherh_addr()
667 etherh_probe(struct expansion_card *ec, const struct ecard_id *id) in etherh_probe() argument
677 ret = ecard_request_resources(ec); in etherh_probe()
[all …]
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40evf_ethtool.c286 struct ethtool_coalesce *ec) in i40evf_get_coalesce() argument
291 ec->tx_max_coalesced_frames = vsi->work_limit; in i40evf_get_coalesce()
292 ec->rx_max_coalesced_frames = vsi->work_limit; in i40evf_get_coalesce()
295 ec->use_adaptive_rx_coalesce = 1; in i40evf_get_coalesce()
298 ec->use_adaptive_tx_coalesce = 1; in i40evf_get_coalesce()
300 ec->rx_coalesce_usecs = vsi->rx_itr_setting & ~I40E_ITR_DYNAMIC; in i40evf_get_coalesce()
301 ec->tx_coalesce_usecs = vsi->tx_itr_setting & ~I40E_ITR_DYNAMIC; in i40evf_get_coalesce()
314 struct ethtool_coalesce *ec) in i40evf_set_coalesce() argument
322 if (ec->tx_max_coalesced_frames_irq || ec->rx_max_coalesced_frames_irq) in i40evf_set_coalesce()
323 vsi->work_limit = ec->tx_max_coalesced_frames_irq; in i40evf_set_coalesce()
[all …]
/linux-4.1.27/drivers/net/ethernet/hisilicon/
Dhip04_eth.c707 struct ethtool_coalesce *ec) in hip04_get_coalesce() argument
711 ec->tx_coalesce_usecs = priv->tx_coalesce_usecs; in hip04_get_coalesce()
712 ec->tx_max_coalesced_frames = priv->tx_coalesce_frames; in hip04_get_coalesce()
718 struct ethtool_coalesce *ec) in hip04_set_coalesce() argument
723 if ((ec->rx_max_coalesced_frames) || (ec->rx_coalesce_usecs_irq) || in hip04_set_coalesce()
724 (ec->rx_max_coalesced_frames_irq) || (ec->tx_coalesce_usecs_irq) || in hip04_set_coalesce()
725 (ec->use_adaptive_rx_coalesce) || (ec->use_adaptive_tx_coalesce) || in hip04_set_coalesce()
726 (ec->pkt_rate_low) || (ec->rx_coalesce_usecs_low) || in hip04_set_coalesce()
727 (ec->rx_max_coalesced_frames_low) || (ec->tx_coalesce_usecs_high) || in hip04_set_coalesce()
728 (ec->tx_max_coalesced_frames_low) || (ec->pkt_rate_high) || in hip04_set_coalesce()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c433 struct echo_client_obd *ec = ed->ed_ec; in echo_object_init() local
462 spin_lock(&ec->ec_lock); in echo_object_init()
463 list_add_tail(&eco->eo_obj_chain, &ec->ec_objects); in echo_object_init()
464 spin_unlock(&ec->ec_lock); in echo_object_init()
519 struct echo_client_obd *ec = eco->eo_dev->ed_ec; in echo_object_free() local
523 spin_lock(&ec->ec_lock); in echo_object_free()
525 spin_unlock(&ec->ec_lock); in echo_object_free()
849 struct echo_client_obd *ec = ed->ed_ec; in echo_device_free() local
863 spin_lock(&ec->ec_lock); in echo_device_free()
864 list_for_each_entry(eco, &ec->ec_objects, eo_obj_chain) in echo_device_free()
[all …]
/linux-4.1.27/fs/logfs/
Dgc.c96 static u32 logfs_valid_bytes(struct super_block *sb, u32 segno, u32 *ec, in logfs_valid_bytes() argument
108 *ec = ec_level >> 4; in logfs_valid_bytes()
234 u32 get_best_cand(struct super_block *sb, struct candidate_list *list, u32 *ec) in get_best_cand() argument
244 if (ec) in get_best_cand()
245 *ec = cand->erase_count; in get_best_cand()
298 static int add_candidate(struct super_block *sb, u32 segno, u32 valid, u32 ec, in add_candidate() argument
310 cand->erase_count = ec; in add_candidate()
332 u32 valid, ec = 0; in scan_segment() local
340 valid = logfs_valid_bytes(sb, segno, &ec, &gc_level); in scan_segment()
345 add_candidate(sb, segno, valid, ec, dist); in scan_segment()
[all …]
Dsuper.c144 u8 level, u32 segno, u32 ec) in set_segment_header() argument
150 sh->ec = cpu_to_be32(ec); in set_segment_header()
156 u32 segno, u32 ec) in logfs_write_ds() argument
163 set_segment_header(sh, SEG_SUPER, 0, segno, ec); in logfs_write_ds()
195 u32 ec, segno; in write_one_sb() local
204 ec = be32_to_cpu(se.ec_level) >> 4; in write_one_sb()
205 ec++; in write_one_sb()
206 logfs_set_segment_erased(sb, segno, ec, 0); in write_one_sb()
207 logfs_write_ds(sb, ds, segno, ec); in write_one_sb()
Djournal.c106 struct logfs_je_journal_ec *ec) in read_erasecount() argument
112 super->s_journal_ec[i] = be32_to_cpu(ec->ec[i]); in read_erasecount()
407 u.sh.ec = cpu_to_be32(area->a_erase_count); in journal_erase_segment()
454 struct logfs_je_journal_ec *ec = _ec; in logfs_write_erasecount() local
458 ec->ec[i] = cpu_to_be32(super->s_journal_ec[i]); in logfs_write_erasecount()
461 return ec; in logfs_write_erasecount()
810 u32 segno, ec; in do_logfs_journal_wl_pass() local
826 segno = get_best_cand(sb, &super->s_reserve_list, &ec); in do_logfs_journal_wl_pass()
828 super->s_journal_ec[i] = ec; in do_logfs_journal_wl_pass()
Dlogfs_abi.h190 __be32 ec; member
546 __be32 ec[0]; member
556 __be32 ec; member
Dlogfs.h512 u32 get_best_cand(struct super_block *sb, struct candidate_list *list, u32 *ec);
568 void logfs_set_segment_erased(struct super_block *sb, u32 segno, u32 ec,
571 void logfs_set_segment_unreserved(struct super_block *sb, u32 segno, u32 ec);
Dreadwrite.c2099 void logfs_set_segment_erased(struct super_block *sb, u32 segno, u32 ec, in logfs_set_segment_erased() argument
2102 u32 ec_level = ec << 4 | (__force u8)gc_level; in logfs_set_segment_erased()
2124 void logfs_set_segment_unreserved(struct super_block *sb, u32 segno, u32 ec) in logfs_set_segment_unreserved() argument
2126 u32 ec_level = ec << 4; in logfs_set_segment_unreserved()
Dsegment.c840 sh.ec = cpu_to_be32(area->a_erase_count); in ostore_erase_segment()
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/
Dethtool.c339 struct ethtool_coalesce *ec) in igbvf_get_coalesce() argument
344 ec->rx_coalesce_usecs = adapter->requested_itr; in igbvf_get_coalesce()
346 ec->rx_coalesce_usecs = adapter->current_itr >> 2; in igbvf_get_coalesce()
352 struct ethtool_coalesce *ec) in igbvf_set_coalesce() argument
357 if ((ec->rx_coalesce_usecs >= IGBVF_MIN_ITR_USECS) && in igbvf_set_coalesce()
358 (ec->rx_coalesce_usecs <= IGBVF_MAX_ITR_USECS)) { in igbvf_set_coalesce()
359 adapter->current_itr = ec->rx_coalesce_usecs << 2; in igbvf_set_coalesce()
362 } else if ((ec->rx_coalesce_usecs == 3) || in igbvf_set_coalesce()
363 (ec->rx_coalesce_usecs == 2)) { in igbvf_set_coalesce()
365 adapter->requested_itr = ec->rx_coalesce_usecs; in igbvf_set_coalesce()
[all …]
/linux-4.1.27/drivers/net/ethernet/seeq/
Dether3.c198 ether3_addr(char *addr, struct expansion_card *ec) in ether3_addr() argument
203 if (ecard_readchunk(&cd, ec, 0xf5, 0) && (s = strchr(cd.d.string, '('))) { in ether3_addr()
753 ether3_probe(struct expansion_card *ec, const struct ecard_id *id) in ether3_probe() argument
761 ret = ecard_request_resources(ec); in ether3_probe()
771 SET_NETDEV_DEV(dev, &ec->dev); in ether3_probe()
773 priv(dev)->base = ecardm_iomap(ec, ECARD_RES_MEMC, 0, 0); in ether3_probe()
779 ec->irqaddr = priv(dev)->base + data->base_offset; in ether3_probe()
780 ec->irqmask = 0xf0; in ether3_probe()
783 dev->irq = ec->irq; in ether3_probe()
785 ether3_addr(dev->dev_addr, ec); in ether3_probe()
[all …]
/linux-4.1.27/drivers/i2c/busses/
Di2c-cros-ec-tunnel.c35 struct cros_ec_device *ec; member
210 result = cros_ec_cmd_xfer(bus->ec, &msg); in ec_i2c_xfer()
235 struct cros_ec_device *ec = dev_get_drvdata(pdev->dev.parent); in ec_i2c_probe() local
241 if (!ec->cmd_xfer) { in ec_i2c_probe()
257 bus->ec = ec; in ec_i2c_probe()
DMakefile108 obj-$(CONFIG_I2C_CROS_EC_TUNNEL) += i2c-cros-ec-tunnel.o
/linux-4.1.27/drivers/input/mouse/
Dsynaptics.h55 #define SYN_CAP_MULTI_BUTTON_NO(ec) (((ec) & 0x00f000) >> 12) argument
56 #define SYN_CAP_PRODUCT_ID(ec) (((ec) & 0xff0000) >> 16) argument
Dalps.c2691 unsigned char *ec) in alps_match_table() argument
2701 model->command_mode_resp == ec[2])) { in alps_match_table()
2713 unsigned char e6[4], e7[4], ec[4]; in alps_identify() local
2736 PSMOUSE_CMD_RESET_WRAP, ec) || in alps_identify()
2740 protocol = alps_match_table(e7, ec); in alps_identify()
2743 ec[0] == 0x73 && (ec[1] == 0x01 || ec[1] == 0x02)) { in alps_identify()
2745 } else if (ec[0] == 0x88 && in alps_identify()
2746 ((ec[1] & 0xf0) == 0xb0 || (ec[1] & 0xf0) == 0xc0)) { in alps_identify()
2748 } else if (ec[0] == 0x88 && ec[1] == 0x08) { in alps_identify()
2750 } else if (ec[0] == 0x88 && ec[1] == 0x07 && in alps_identify()
[all …]
/linux-4.1.27/Documentation/ABI/testing/
Ddebugfs-ec1 What: /sys/kernel/debug/ec/*/{gpe,use_global_lock,io}
9 the EC here (XY -> GPE number from /sys/kernel/debug/ec/*/gpe):
13 ftp://ftp.suse.com/pub/people/trenn/sources/ec/
Ddebugfs-olpc1 What: /sys/kernel/debug/olpc-ec/cmd
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Dethtool.c721 struct ethtool_coalesce *ec) in ixgbevf_get_coalesce() argument
727 ec->rx_coalesce_usecs = adapter->rx_itr_setting; in ixgbevf_get_coalesce()
729 ec->rx_coalesce_usecs = adapter->rx_itr_setting >> 2; in ixgbevf_get_coalesce()
737 ec->tx_coalesce_usecs = adapter->tx_itr_setting; in ixgbevf_get_coalesce()
739 ec->tx_coalesce_usecs = adapter->tx_itr_setting >> 2; in ixgbevf_get_coalesce()
745 struct ethtool_coalesce *ec) in ixgbevf_set_coalesce() argument
754 adapter->q_vector[0]->rx.count && ec->tx_coalesce_usecs) in ixgbevf_set_coalesce()
757 if ((ec->rx_coalesce_usecs > (IXGBE_MAX_EITR >> 2)) || in ixgbevf_set_coalesce()
758 (ec->tx_coalesce_usecs > (IXGBE_MAX_EITR >> 2))) in ixgbevf_set_coalesce()
761 if (ec->rx_coalesce_usecs > 1) in ixgbevf_set_coalesce()
[all …]
/linux-4.1.27/include/linux/mfd/
Dcros_ec.h106 int (*cmd_readmem)(struct cros_ec_device *ec, unsigned int offset,
118 int (*cmd_xfer)(struct cros_ec_device *ec,
/linux-4.1.27/usr/
Dgen_init_cpio.c525 int ec = 0; in main() local
582 ec = -1; in main()
600 ec = -1; in main()
607 ec = rc; in main()
619 if (ec == 0) in main()
622 exit(ec); in main()
/linux-4.1.27/drivers/net/ethernet/i825xx/
Dether1.c989 ether1_probe(struct expansion_card *ec, const struct ecard_id *id) in ether1_probe() argument
996 ret = ecard_request_resources(ec); in ether1_probe()
1006 SET_NETDEV_DEV(dev, &ec->dev); in ether1_probe()
1008 dev->irq = ec->irq; in ether1_probe()
1009 priv(dev)->base = ecardm_iomap(ec, ECARD_RES_IOCFAST, 0, 0); in ether1_probe()
1036 dev->name, ec->slot_no, dev->dev_addr); in ether1_probe()
1038 ecard_set_drvdata(ec, dev); in ether1_probe()
1044 ecard_release_resources(ec); in ether1_probe()
1049 static void ether1_remove(struct expansion_card *ec) in ether1_remove() argument
1051 struct net_device *dev = ecard_get_drvdata(ec); in ether1_remove()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/input/
Dcros-ec-keyb.txt11 - compatible: "google,cros-ec-keyb"
21 cros-ec-keyb {
22 compatible = "google,cros-ec-keyb";
/linux-4.1.27/arch/ia64/lib/
Dxor.S30 mov ar.ec = 6 + 2
67 mov ar.ec = 6 + 2
107 mov ar.ec = 6 + 2
150 mov ar.ec = 6 + 2
Dmemcpy.S73 mov ar.ec=N
120 mov ar.ec=MEM_LAT
227 mov ar.ec=N
Dcopy_page_mck.S115 mov ar.ec = 1 // special unrolled loop
138 mov ar.ec = N // # of stages in pipeline
Dcopy_user.S98 mov ar.ec=PIPE_DEPTH
190 mov ar.ec=PIPE_DEPTH
217 mov ar.ec=PIPE_DEPTH
301 mov ar.ec=PIPE_DEPTH
Dcopy_page.S48 mov ar.ec=PIPE_DEPTH
Dstrlen.S106 mov ar.ec=r0 // clear epilogue counter (saved in ar.pfs)
Dstrlen_user.S108 mov ar.ec=r0 // clear epilogue counter (saved in ar.pfs)
Dmemcpy_mck.S149 mov ar.ec=2
193 mov ar.ec = 1 // special unrolled loop
217 mov ar.ec = N // # of stages in pipeline
339 mov ar.ec=2 // loop setup
Ddo_csum.S218 mov ar.ec=PIPE_DEPTH
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c1704 struct ethtool_coalesce *ec) in i40e_get_coalesce() argument
1709 ec->tx_max_coalesced_frames_irq = vsi->work_limit; in i40e_get_coalesce()
1710 ec->rx_max_coalesced_frames_irq = vsi->work_limit; in i40e_get_coalesce()
1713 ec->use_adaptive_rx_coalesce = 1; in i40e_get_coalesce()
1716 ec->use_adaptive_tx_coalesce = 1; in i40e_get_coalesce()
1718 ec->rx_coalesce_usecs = vsi->rx_itr_setting & ~I40E_ITR_DYNAMIC; in i40e_get_coalesce()
1719 ec->tx_coalesce_usecs = vsi->tx_itr_setting & ~I40E_ITR_DYNAMIC; in i40e_get_coalesce()
1725 struct ethtool_coalesce *ec) in i40e_set_coalesce() argument
1735 if (ec->tx_max_coalesced_frames_irq || ec->rx_max_coalesced_frames_irq) in i40e_set_coalesce()
1736 vsi->work_limit = ec->tx_max_coalesced_frames_irq; in i40e_set_coalesce()
[all …]
/linux-4.1.27/fs/ncpfs/
Dncplib_kernel.c1121 wchar_t ec; in ncp__io2vol() local
1131 ec = u; in ncp__io2vol()
1139 ec = 0; in ncp__io2vol()
1150 ec = (ec << 4) | nc; in ncp__io2vol()
1155 if ( (chl = in->char2uni(iname, iname_end - iname, &ec)) < 0) in ncp__io2vol()
1163 chl = out->uni2char(ec, vname, vname_end - vname); in ncp__io2vol()
1214 wchar_t ec; in ncp__vol2io() local
1217 if ( (chl = in->char2uni(vname, vname_end - vname, &ec)) < 0) { in ncp__vol2io()
1228 k = utf32_to_utf8(ec, iname, iname_end - iname); in ncp__vol2io()
1235 if ( (chl = out->uni2char(ec, iname, iname_end - iname)) >= 0) { in ncp__vol2io()
[all …]
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_ethtool.c584 struct ethtool_coalesce *ec) in fm10k_get_coalesce() argument
588 ec->use_adaptive_tx_coalesce = in fm10k_get_coalesce()
590 ec->tx_coalesce_usecs = interface->tx_itr & ~FM10K_ITR_ADAPTIVE; in fm10k_get_coalesce()
592 ec->use_adaptive_rx_coalesce = in fm10k_get_coalesce()
594 ec->rx_coalesce_usecs = interface->rx_itr & ~FM10K_ITR_ADAPTIVE; in fm10k_get_coalesce()
600 struct ethtool_coalesce *ec) in fm10k_set_coalesce() argument
608 if ((ec->rx_coalesce_usecs > FM10K_ITR_MAX) || in fm10k_set_coalesce()
609 (ec->tx_coalesce_usecs > FM10K_ITR_MAX)) in fm10k_set_coalesce()
613 tx_itr = ec->tx_coalesce_usecs; in fm10k_set_coalesce()
614 rx_itr = ec->rx_coalesce_usecs; in fm10k_set_coalesce()
[all …]
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_ethtool.c301 struct ethtool_coalesce *ec) in sxgbe_get_coalesce() argument
306 ec->rx_coalesce_usecs = sxgbe_riwt2usec(priv->rx_riwt, priv); in sxgbe_get_coalesce()
312 struct ethtool_coalesce *ec) in sxgbe_set_coalesce() argument
317 if (!ec->rx_coalesce_usecs) in sxgbe_set_coalesce()
320 rx_riwt = sxgbe_usec2riwt(ec->rx_coalesce_usecs, priv); in sxgbe_set_coalesce()
/linux-4.1.27/fs/fat/
Dnamei_vfat.c504 unsigned int ec; in xlate_to_uni() local
524 ec = 0; in xlate_to_uni()
527 ec <<= 4; in xlate_to_uni()
529 ec |= nc - '0'; in xlate_to_uni()
533 ec |= nc - ('a' - 10); in xlate_to_uni()
537 ec |= nc - ('A' - 10); in xlate_to_uni()
542 *op++ = ec & 0xFF; in xlate_to_uni()
543 *op++ = ec >> 8; in xlate_to_uni()
Ddir.c146 wchar_t ec; in uni16_to_x8() local
154 ec = *ip++; in uni16_to_x8()
155 charlen = nls->uni2char(ec, op, NLS_MAX_CHARSET_SIZE); in uni16_to_x8()
162 op = hex_byte_pack(op, ec >> 8); in uni16_to_x8()
163 op = hex_byte_pack(op, ec); in uni16_to_x8()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb_ethtool.c2157 struct ethtool_coalesce *ec) in igb_set_coalesce() argument
2162 if ((ec->rx_coalesce_usecs > IGB_MAX_ITR_USECS) || in igb_set_coalesce()
2163 ((ec->rx_coalesce_usecs > 3) && in igb_set_coalesce()
2164 (ec->rx_coalesce_usecs < IGB_MIN_ITR_USECS)) || in igb_set_coalesce()
2165 (ec->rx_coalesce_usecs == 2)) in igb_set_coalesce()
2168 if ((ec->tx_coalesce_usecs > IGB_MAX_ITR_USECS) || in igb_set_coalesce()
2169 ((ec->tx_coalesce_usecs > 3) && in igb_set_coalesce()
2170 (ec->tx_coalesce_usecs < IGB_MIN_ITR_USECS)) || in igb_set_coalesce()
2171 (ec->tx_coalesce_usecs == 2)) in igb_set_coalesce()
2174 if ((adapter->flags & IGB_FLAG_QUEUE_PAIRS) && ec->tx_coalesce_usecs) in igb_set_coalesce()
[all …]
/linux-4.1.27/scripts/
Dasn1_compiler.c1379 struct element *ec; in render_element() local
1491 for (ec = e->children; ec; ec = ec->next) in render_element()
1492 render_element(out, ec, NULL); in render_element()
1541 for (ec = e->children; ec; ec = ec->next) in render_element()
1542 render_element(out, ec, NULL); in render_element()
/linux-4.1.27/drivers/bluetooth/
Dbtmrvl_main.c59 struct hci_ev_cmd_complete *ec; in btmrvl_check_evtpkt() local
62 ec = (void *) (skb->data + HCI_EVENT_HDR_SIZE); in btmrvl_check_evtpkt()
63 opcode = __le16_to_cpu(ec->opcode); in btmrvl_check_evtpkt()
90 if (event->ec != 0xff) { in btmrvl_process_event()
91 BT_DBG("Not Marvell Event=%x", event->ec); in btmrvl_process_event()
Dbtmrvl_drv.h153 u8 ec; /* event counter */ member
/linux-4.1.27/drivers/usb/serial/
Dsierra.c997 int ec = 0; in sierra_submit_delayed_urbs() local
1013 ec++; in sierra_submit_delayed_urbs()
1025 if (ec) in sierra_submit_delayed_urbs()
1035 int ec = 0; in sierra_resume() local
1047 ec++; in sierra_resume()
1051 ec++; in sierra_resume()
1056 return ec ? -EIO : 0; in sierra_resume()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dinit.c473 struct ath9k_eeprom_ctx *ec = ctx; in ath9k_eeprom_request_cb() local
476 ec->ah->eeprom_blob = eeprom_blob; in ath9k_eeprom_request_cb()
478 complete(&ec->complete); in ath9k_eeprom_request_cb()
483 struct ath9k_eeprom_ctx ec; in ath9k_eeprom_request() local
488 init_completion(&ec.complete); in ath9k_eeprom_request()
489 ec.ah = sc->sc_ah; in ath9k_eeprom_request()
492 &ec, ath9k_eeprom_request_cb); in ath9k_eeprom_request()
499 wait_for_completion(&ec.complete); in ath9k_eeprom_request()
/linux-4.1.27/arch/powerpc/crypto/
Daes-tab-4k.S45 .long R(4d, ab, ab, e6), R(ec, 76, 76, 9a)
50 .long R(41, ad, ad, ec), R(b3, d4, d4, 67)
103 .long R(26, 13, 13, 35), R(c3, ec, ec, 2f)
207 .long R(0b, 83, ec, 39), R(40, 60, ef, aa)
244 .long R(0d, 86, 52, ec), R(77, c1, e3, d0)
262 .long R(ec, 9a, b7, 01), R(83, 4f, 9a, a8)
271 .long R(f1, 04, 98, 4a), R(41, ec, da, f7)
/linux-4.1.27/arch/arm/boot/dts/
Dcros-ec-keyboard.dtsi2 * Keyboard dts fragment for devices that use cros-ec-keyboard
15 compatible = "google,cros-ec-keyb";
Dtegra124-nyan.dtsi303 cros_ec: cros-ec@0 {
304 compatible = "google,cros-ec-spi";
310 google,cros-ec-spi-msg-delay = <2000>;
313 compatible = "google,cros-ec-i2c-tunnel";
695 #include "cros-ec-keyboard.dtsi"
Dexynos5420-peach-pit.dts33 i2c20 = "/spi@12d40000/cros-ec@0/i2c-tunnel";
792 ec_irq: ec-irq {
888 ec_spi_cs: ec-spi-cs {
935 cros_ec: cros-ec@0 {
936 compatible = "google,cros-ec-spi";
949 compatible = "google,cros-ec-i2c-tunnel";
1064 #include "cros-ec-keyboard.dtsi"
Dexynos5800-peach-pi.dts31 i2c20 = "/spi@12d40000/cros-ec@0/i2c-tunnel";
755 ec_irq: ec-irq {
851 ec_spi_cs: ec-spi-cs {
898 cros_ec: cros-ec@0 {
899 compatible = "google,cros-ec-spi";
912 compatible = "google,cros-ec-i2c-tunnel";
1027 #include "cros-ec-keyboard.dtsi"
Dexynos5250-spring.dts383 compatible = "google,cros-ec-i2c";
491 ec_irq: ec-irq {
559 #include "cros-ec-keyboard.dtsi"
Dtegra124-venice2.dts828 cros_ec: cros-ec@0 {
829 compatible = "google,cros-ec-spi";
835 google,cros-ec-spi-msg-delay = <2000>;
838 compatible = "google,cros-ec-i2c-tunnel";
1156 #include "cros-ec-keyboard.dtsi"
Dexynos5250-snow.dts92 compatible = "google,cros-ec-i2c";
604 ec_irq: ec-irq {
703 #include "cros-ec-keyboard.dtsi"
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
De1000_ethtool.c1768 struct ethtool_coalesce *ec) in e1000_get_coalesce() argument
1776 ec->rx_coalesce_usecs = adapter->itr_setting; in e1000_get_coalesce()
1778 ec->rx_coalesce_usecs = 1000000 / adapter->itr_setting; in e1000_get_coalesce()
1784 struct ethtool_coalesce *ec) in e1000_set_coalesce() argument
1792 if ((ec->rx_coalesce_usecs > E1000_MAX_ITR_USECS) || in e1000_set_coalesce()
1793 ((ec->rx_coalesce_usecs > 4) && in e1000_set_coalesce()
1794 (ec->rx_coalesce_usecs < E1000_MIN_ITR_USECS)) || in e1000_set_coalesce()
1795 (ec->rx_coalesce_usecs == 2)) in e1000_set_coalesce()
1798 if (ec->rx_coalesce_usecs == 4) { in e1000_set_coalesce()
1800 } else if (ec->rx_coalesce_usecs <= 3) { in e1000_set_coalesce()
[all …]
/linux-4.1.27/arch/s390/include/asm/
Dnmi.h42 __u32 ec : 1; /* 26 external damage code validity */ member
/linux-4.1.27/drivers/media/i2c/
Dadv7511.c890 u8 ec = HDMI_EXTENDED_COLORIMETRY_XV_YCC_601; in adv7511_set_fmt() local
943 ec = y ? HDMI_EXTENDED_COLORIMETRY_ADOBE_YCC_601 : in adv7511_set_fmt()
950 ec = HDMI_EXTENDED_COLORIMETRY_XV_YCC_601; in adv7511_set_fmt()
957 ec = HDMI_EXTENDED_COLORIMETRY_XV_YCC_709; in adv7511_set_fmt()
962 ec = y ? HDMI_EXTENDED_COLORIMETRY_S_YCC_601 : in adv7511_set_fmt()
968 ec = 5; /* Not yet available in hdmi.h */ in adv7511_set_fmt()
970 ec = 6; /* Not yet available in hdmi.h */ in adv7511_set_fmt()
1005 adv7511_wr_and_or(sd, 0x57, 0x83, (ec << 4) | (q << 2)); in adv7511_set_fmt()
/linux-4.1.27/tools/perf/
DCREDITS4 66996ec: Sync with 1.6.2.4
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dgf100.c610 const struct nvkm_enum *er, *eu, *ec; in gf100_fifo_intr_fault() local
643 ec = nvkm_enum_find(gf100_fifo_fault_hubclient, client); in gf100_fifo_intr_fault()
645 ec = nvkm_enum_find(gf100_fifo_fault_gpcclient, client); in gf100_fifo_intr_fault()
649 if (!ec) in gf100_fifo_intr_fault()
656 ec ? ec->name : ecunk, (u64)inst << 12, in gf100_fifo_intr_fault()
Dgk104.c724 const struct nvkm_enum *er, *eu, *ec; in gk104_fifo_intr_fault() local
757 ec = nvkm_enum_find(gk104_fifo_fault_hubclient, client); in gk104_fifo_intr_fault()
759 ec = nvkm_enum_find(gk104_fifo_fault_gpcclient, client); in gk104_fifo_intr_fault()
763 if (!ec) in gk104_fifo_intr_fault()
770 ec ? ec->name : ecunk, (u64)inst << 12, in gk104_fifo_intr_fault()
/linux-4.1.27/Documentation/devicetree/bindings/nvec/
Dnvidia,nvec.txt8 - gpios : the gpio used for ec request
/linux-4.1.27/drivers/net/ethernet/freescale/
Dfec_main.c2368 fec_enet_get_coalesce(struct net_device *ndev, struct ethtool_coalesce *ec) in fec_enet_get_coalesce() argument
2375 ec->rx_coalesce_usecs = fep->rx_time_itr; in fec_enet_get_coalesce()
2376 ec->rx_max_coalesced_frames = fep->rx_pkts_itr; in fec_enet_get_coalesce()
2378 ec->tx_coalesce_usecs = fep->tx_time_itr; in fec_enet_get_coalesce()
2379 ec->tx_max_coalesced_frames = fep->tx_pkts_itr; in fec_enet_get_coalesce()
2385 fec_enet_set_coalesce(struct net_device *ndev, struct ethtool_coalesce *ec) in fec_enet_set_coalesce() argument
2393 if (ec->rx_max_coalesced_frames > 255) { in fec_enet_set_coalesce()
2398 if (ec->tx_max_coalesced_frames > 255) { in fec_enet_set_coalesce()
2415 fep->rx_time_itr = ec->rx_coalesce_usecs; in fec_enet_set_coalesce()
2416 fep->rx_pkts_itr = ec->rx_max_coalesced_frames; in fec_enet_set_coalesce()
[all …]
/linux-4.1.27/arch/ia64/kernel/
Dparavirt.c441 __DEFINE_GET_AR(EC, ec)
524 __DEFINE_SET_AR(EC, ec)
722 IA64_NATIVE_PATCH_DEFINE_AR(ec, ec);
834 IA64_NATIVE_PATCH_BUNDLE_ELEM_AR(ec, EC),
Dtraps.c396 ia64_illegal_op_fault (unsigned long ec, long arg1, long arg2, long arg3, in ia64_illegal_op_fault() argument
408 rv = ia64_emulate_brl(&regs, ec); in ia64_illegal_op_fault()
Dptrace.c824 unsigned long psr, ec, lc, rnat, bsp, cfm, nat_bits, val; in ptrace_getregs() local
849 || access_uarea(child, PT_AR_EC, &ec, 0) < 0 in ptrace_getregs()
871 retval |= __put_user(ec, &ppr->ar[PT_AUR_EC]); in ptrace_getregs()
968 unsigned long psr, rsc, ec, lc, rnat, bsp, cfm, nat_bits, val = 0; in ptrace_setregs() local
1007 retval |= __get_user(ec, &ppr->ar[PT_AUR_EC]); in ptrace_setregs()
1100 retval |= access_uarea(child, PT_AR_EC, &ec, 1); in ptrace_setregs()
Drelocate_kernel.S304 mov r4 = ar.ec
Divt.S1669 mov out0=ar.ec
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dethtool.c1964 struct ethtool_coalesce *ec) in e1000_get_coalesce() argument
1969 ec->rx_coalesce_usecs = adapter->itr_setting; in e1000_get_coalesce()
1971 ec->rx_coalesce_usecs = 1000000 / adapter->itr_setting; in e1000_get_coalesce()
1977 struct ethtool_coalesce *ec) in e1000_set_coalesce() argument
1981 if ((ec->rx_coalesce_usecs > E1000_MAX_ITR_USECS) || in e1000_set_coalesce()
1982 ((ec->rx_coalesce_usecs > 4) && in e1000_set_coalesce()
1983 (ec->rx_coalesce_usecs < E1000_MIN_ITR_USECS)) || in e1000_set_coalesce()
1984 (ec->rx_coalesce_usecs == 2)) in e1000_set_coalesce()
1987 if (ec->rx_coalesce_usecs == 4) { in e1000_set_coalesce()
1990 } else if (ec->rx_coalesce_usecs <= 3) { in e1000_set_coalesce()
[all …]
/linux-4.1.27/net/sunrpc/auth_gss/
Dgss_krb5_wrap.c500 u16 ec, rrc; in gss_unwrap_kerberos_v2() local
530 ec = be16_to_cpup((__be16 *)(ptr + 4)); in gss_unwrap_kerberos_v2()
586 xdr_buf_trim(buf, ec + GSS_KRB5_TOK_HDR_LEN + tailskip); in gss_unwrap_kerberos_v2()
/linux-4.1.27/drivers/platform/x86/
Dthinkpad_acpi.c440 .ec = TPACPI_MATCH_ANY, \
446 .ec = TPACPI_MATCH_ANY, \
452 .ec = TPID(__id1, __id2), \
458 u16 ec; member
484 (qlist->ec == thinkpad_id.ec_model || in tpacpi_check_quirks()
485 qlist->ec == TPACPI_MATCH_ANY)) in tpacpi_check_quirks()
525 TPACPI_HANDLE(ecrd, ec, "ECRD"); /* 570 */
526 TPACPI_HANDLE(ecwr, ec, "ECWR"); /* 570 */
534 TPACPI_HANDLE(hkey, ec, "\\_SB.HKEY", /* 600e/x, 770e, 770x */
1660 .ec = TPACPI_MATCH_ANY, \
[all …]
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c2190 struct ethtool_coalesce *ec) in ixgbe_get_coalesce() argument
2196 ec->rx_coalesce_usecs = adapter->rx_itr_setting; in ixgbe_get_coalesce()
2198 ec->rx_coalesce_usecs = adapter->rx_itr_setting >> 2; in ixgbe_get_coalesce()
2206 ec->tx_coalesce_usecs = adapter->tx_itr_setting; in ixgbe_get_coalesce()
2208 ec->tx_coalesce_usecs = adapter->tx_itr_setting >> 2; in ixgbe_get_coalesce()
2244 struct ethtool_coalesce *ec) in ixgbe_set_coalesce() argument
2254 if (ec->tx_coalesce_usecs) in ixgbe_set_coalesce()
2261 if ((ec->rx_coalesce_usecs > (IXGBE_MAX_EITR >> 2)) || in ixgbe_set_coalesce()
2262 (ec->tx_coalesce_usecs > (IXGBE_MAX_EITR >> 2))) in ixgbe_set_coalesce()
2265 if (ec->rx_coalesce_usecs > 1) in ixgbe_set_coalesce()
[all …]
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dtg3.c9396 static void tg3_coal_tx_init(struct tg3 *tp, struct ethtool_coalesce *ec) in tg3_coal_tx_init() argument
9401 tw32(HOSTCC_TXCOL_TICKS, ec->tx_coalesce_usecs); in tg3_coal_tx_init()
9402 tw32(HOSTCC_TXMAX_FRAMES, ec->tx_max_coalesced_frames); in tg3_coal_tx_init()
9403 tw32(HOSTCC_TXCOAL_MAXF_INT, ec->tx_max_coalesced_frames_irq); in tg3_coal_tx_init()
9413 tw32(reg, ec->tx_coalesce_usecs); in tg3_coal_tx_init()
9415 tw32(reg, ec->tx_max_coalesced_frames); in tg3_coal_tx_init()
9417 tw32(reg, ec->tx_max_coalesced_frames_irq); in tg3_coal_tx_init()
9428 static void tg3_coal_rx_init(struct tg3 *tp, struct ethtool_coalesce *ec) in tg3_coal_rx_init() argument
9434 tw32(HOSTCC_RXCOL_TICKS, ec->rx_coalesce_usecs); in tg3_coal_rx_init()
9435 tw32(HOSTCC_RXMAX_FRAMES, ec->rx_max_coalesced_frames); in tg3_coal_rx_init()
[all …]
/linux-4.1.27/tools/power/acpi/
DMakefile22 SUBDIRS = tools/ec
/linux-4.1.27/drivers/atm/
Dzatm.c89 static int ec = 0; variable
94 ev[ec] = s; in EVENT()
95 ev_a[ec] = a; in EVENT()
96 ev_b[ec] = b; in EVENT()
97 ec = (ec+1) % EV; in EVENT()
107 i = (ec+n) % EV; in event_dump()
Deni.c110 static int ec = 0; variable
115 ev[ec] = s; in EVENT()
116 ev_a[ec] = a; in EVENT()
117 ev_b[ec] = b; in EVENT()
118 ec = (ec+1) % EV; in EVENT()
127 i = (ec+n) % EV; in event_dump()
/linux-4.1.27/arch/s390/kernel/
Dnmi.c318 if (mci->ed && mci->ec) { in s390_do_machine_check()
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_irq.c387 u8 ec = EHCA_BMASK_GET(NEQE_EVENT_CODE, eqe); in parse_ec() local
392 switch (ec) { in parse_ec()
452 ec, shca->ib_device.name); in parse_ec()
/linux-4.1.27/sound/pci/ctxfi/
Dcthardware.h158 int (*dai_srt_set_ec)(void *blk, unsigned int ec);
Dcthw20k2.c860 static int dai_srt_set_ec(void *blk, unsigned int ec) in dai_srt_set_ec() argument
864 set_field(&ctl->srt, SRTCTL_EC, ec ? 1 : 0); in dai_srt_set_ec()
Dcthw20k1.c870 static int dai_srt_set_ec(void *blk, unsigned int ec) in dai_srt_set_ec() argument
874 set_field(&ctl->srtctl, SRTCTL_EC, ec ? 1 : 0); in dai_srt_set_ec()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Dhdmi5_core.c427 unsigned itc, ec, q, sc; in hdmi_core_write_avi_infoframe() local
448 ec = (ptr[2] >> 4) & 0x7; in hdmi_core_write_avi_infoframe()
465 (itc << 7) | (ec << 4) | (q << 2) | (sc << 0)); in hdmi_core_write_avi_infoframe()
/linux-4.1.27/drivers/hwmon/
Dasus_atk0110.c1050 union acpi_object *ec; in atk_ec_present() local
1065 ec = NULL; in atk_ec_present()
1078 ec = obj; in atk_ec_present()
1083 ret = (ec != NULL); in atk_ec_present()
/linux-4.1.27/Documentation/zh_CN/
Doops-tracing.txt175 Aug 29 09:51:01 blizard kernel: Code: c7 00 05 00 00 00 eb 08 90 90 90 90 90 90 90 90 89 ec 5d c3
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dnv50.c1334 const struct nvkm_enum *ec, *et; in nv50_disp_intr_error() local
1341 ec = nvkm_enum_find(nv50_disp_intr_error_code, code); in nv50_disp_intr_error()
1342 if (!ec) in nv50_disp_intr_error()
1346 et ? et->name : etunk, ec ? ec->name : ecunk, in nv50_disp_intr_error()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dmv643xx_eth.c1603 mv643xx_eth_get_coalesce(struct net_device *dev, struct ethtool_coalesce *ec) in mv643xx_eth_get_coalesce() argument
1607 ec->rx_coalesce_usecs = get_rx_coal(mp); in mv643xx_eth_get_coalesce()
1608 ec->tx_coalesce_usecs = get_tx_coal(mp); in mv643xx_eth_get_coalesce()
1614 mv643xx_eth_set_coalesce(struct net_device *dev, struct ethtool_coalesce *ec) in mv643xx_eth_set_coalesce() argument
1618 set_rx_coal(mp, ec->rx_coalesce_usecs); in mv643xx_eth_set_coalesce()
1619 set_tx_coal(mp, ec->tx_coalesce_usecs); in mv643xx_eth_set_coalesce()
/linux-4.1.27/drivers/net/fddi/skfp/
Dfplustm.c335 u_long *ec ; in mac_counter_init() local
346 ec = (u_long *)&smc->hw.fp.err_stats ; in mac_counter_init()
348 *ec++ = 0L ; in mac_counter_init()
/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_hw.h266 uint8_t ec[EC_LEN + 1]; member
Dcsio_hw.c305 int i, ret, ec, sn, addr; in csio_hw_get_vpd_params() local
361 FIND_VPD_KW(ec, "EC"); in csio_hw_get_vpd_params()
367 memcpy(p->ec, vpd + ec, EC_LEN); in csio_hw_get_vpd_params()
368 s = strstrip(p->ec); in csio_hw_get_vpd_params()
/linux-4.1.27/drivers/zorro/
Dzorro.ids56 03ec Cardco Ltd.
173 07ec Xebec
/linux-4.1.27/drivers/tty/vt/
Dcp437.uni166 0x8d U+00ec
/linux-4.1.27/drivers/staging/octeon-usb/
Docteon-hcd.c1789 usbc_hcchar.s.ec = 1; in cvmx_usb_start_channel()
1791 usbc_hcchar.s.ec = 1; in cvmx_usb_start_channel()
1793 usbc_hcchar.s.ec = 3; in cvmx_usb_start_channel()
1795 usbc_hcchar.s.ec = pipe->multi_count; in cvmx_usb_start_channel()
Docteon-hcd.h1035 __BITFIELD_FIELD(uint32_t ec : 2,
/linux-4.1.27/arch/m68k/ifpsp060/
Ditest.sa107 dc.l $fffc66ff,$000048ec,$4aa80008,$66ff0000
139 dc.l $b04166ff,$000046ec,$61ff0000,$46b84a00
171 dc.l $4a0066ff,$000044ec,$52aeff78,$4cfb3fff
427 dc.l $4a0066ff,$000034ec,$52aeff78,$4cfb3fff
603 dc.l $4a0066ff,$000029ec,$52aeff78,$4cfb3fff
875 dc.l $4a0066ff,$000018ec,$52aeff78,$60040000
Dfplsp.sa194 dc.l $000067ec,$600661ff,$00004948,$4cee0303
221 dc.l $49c46030,$0c010001,$660861ff,$000067ec
1066 dc.l $00003ffc,$0000ef88,$843264ec,$efaa0000
1430 dc.l $3f624924,$928bccff,$3f899999,$999995ec
/linux-4.1.27/Documentation/
DBUG-HUNTING169 > 00 00 55 57 56 53 81 ec bc 00 00 00 8b ac 24 d0 00 00 00 8b 5d 08
Ddynamic-debug-howto.txt245 dyndbg="file ec.c +p"
Doops-tracing.txt211 Aug 29 09:51:01 blizard kernel: Code: c7 00 05 00 00 00 eb 08 90 90 90 90 90 90 90 90 89 ec 5d c3
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c1387 int ec, sn, pn; in get_vpd_params() local
1457 FIND_VPD_KW(ec, "EC"); in get_vpd_params()
1464 memcpy(p->ec, vpd + ec, EC_LEN); in get_vpd_params()
1465 strim(p->ec); in get_vpd_params()
Dcxgb4.h258 u8 ec[EC_LEN + 1]; member
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/
Dehea_main.c1164 u8 ec; in ehea_parse_eqe() local
1169 ec = EHEA_BMASK_GET(NEQE_EVENT_CODE, eqe); in ehea_parse_eqe()
1174 switch (ec) { in ehea_parse_eqe()
1238 netdev_err(dev, "unknown event code %x, eqe=0x%llX\n", ec, eqe); in ehea_parse_eqe()
/linux-4.1.27/arch/x86/lib/
Dx86-opcode-map.txt295 ec: IN AL,DX
581 ec: paddsb Pq,Qq | vpaddsb Vx,Hx,Wx (66),(v1)
/linux-4.1.27/Documentation/video4linux/
Dgspca.txt320 sonixj 0c45:60ec SN9C105+MO4000
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-pciercx-defs.h1508 uint32_t ec:1; member
1512 uint32_t ec:1;
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon.h2922 #define radeon_set_vce_clocks(rdev, ev, ec) (rdev)->asic->pm.set_vce_clocks((rdev), (ev), (ec)) argument
/linux-4.1.27/Documentation/s390/
Ds390dbf.txt601 00 00964419409:440761 2 - 00 88023ec
DDebugging390.txt625 400390: ff ff ff ec .long 0xffffffec
/linux-4.1.27/Documentation/networking/
Dfilter.txt480 [ 3389.935847] JIT code: 00000000: 55 48 89 e5 48 83 ec 60 48 89 5d f8 44 8b 4f 68
524 48 83 ec 60
/linux-4.1.27/Documentation/laptops/
Dthinkpad-acpi.txt914 Instead the EC can be accessed through /sys/kernel/debug/ec with
916 ftp://ftp.suse.com/pub/people/trenn/sources/ec
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c580 VPD_ENTRY(ec, 16); /* EC level */