Searched refs:ir (Results 1 - 25 of 125) sorted by last modified time

12345

/linux-master/net/bluetooth/
H A Dhci_core.c354 struct hci_inquiry_req *ir = (struct hci_inquiry_req *) opt; local
364 memcpy(&cp.lap, &ir->lap, 3);
365 cp.length = ir->length;
366 cp.num_rsp = ir->num_rsp;
375 struct hci_inquiry_req ir; local
381 if (copy_from_user(&ir, ptr, sizeof(ir)))
384 hdev = hci_dev_get(ir.dev_id);
409 if (ir.length > 60) {
416 inquiry_cache_empty(hdev) || ir
[all...]
/linux-master/scripts/
H A DMakefile.build282 # `--emit=obj`, `--emit=asm` and `--emit=llvm-ir` imply a single codegen unit
311 cmd_rustc_ll_rs = $(rust_common_cmd) --emit=llvm-ir=$@ $<
/linux-master/drivers/usb/host/
H A Dxhci-ring.c1881 struct xhci_interrupter *ir,
2578 struct xhci_interrupter *ir,
2966 ir->event_ring->deq_seg,
2967 ir->event_ring->dequeue),
2979 static int xhci_handle_event_trb(struct xhci_hcd *xhci, struct xhci_interrupter *ir, argument
2984 trace_xhci_handle_event(ir->event_ring, &event->generic);
2999 handle_port_status(xhci, ir, event);
3002 handle_tx_event(xhci, ir, &event->trans_event);
3030 struct xhci_interrupter *ir,
3036 temp_64 = xhci_read_64(xhci, &ir
1880 handle_port_status(struct xhci_hcd *xhci, struct xhci_interrupter *ir, union xhci_trb *event) argument
2577 handle_tx_event(struct xhci_hcd *xhci, struct xhci_interrupter *ir, struct xhci_transfer_event *event) argument
3029 xhci_update_erst_dequeue(struct xhci_hcd *xhci, struct xhci_interrupter *ir, bool clear_ehb) argument
3059 xhci_clear_interrupt_pending(struct xhci_hcd *xhci, struct xhci_interrupter *ir) argument
3075 xhci_handle_events(struct xhci_hcd *xhci, struct xhci_interrupter *ir) argument
4033 trb_block_event_intr(struct xhci_hcd *xhci, int num_tds, int i, struct xhci_interrupter *ir) argument
4055 struct xhci_interrupter *ir; local
[all...]
H A Dxhci.h1838 *hcd, struct xhci_interrupter *ir);
H A Dxhci.c304 struct xhci_intr_reg __iomem *ir; local
306 ir = &xhci->run_regs->ir_set[i];
307 val = xhci_read_64(xhci, &ir->erst_base);
309 xhci_write_64(xhci, 0, &ir->erst_base);
310 val= xhci_read_64(xhci, &ir->erst_dequeue);
312 xhci_write_64(xhci, 0, &ir->erst_dequeue);
323 static int xhci_enable_interrupter(struct xhci_interrupter *ir) argument
327 if (!ir || !ir->ir_set)
330 iman = readl(&ir
336 xhci_disable_interrupter(struct xhci_interrupter *ir) argument
350 xhci_set_interrupter_moderation(struct xhci_interrupter *ir, u32 imod_interval) argument
500 struct xhci_interrupter *ir = xhci->interrupters[0]; local
551 struct xhci_interrupter *ir = xhci->interrupters[0]; local
613 struct xhci_interrupter *ir = xhci->interrupters[0]; local
709 struct xhci_interrupter *ir; local
734 struct xhci_interrupter *ir; local
[all...]
H A Dxhci-mem.c1802 xhci_remove_interrupter(struct xhci_hcd *xhci, struct xhci_interrupter *ir) argument
1806 if (!ir)
1814 if (ir->ir_set) {
1815 tmp = readl(&ir->ir_set->erst_size);
1817 writel(tmp, &ir->ir_set->erst_size);
1819 xhci_write_64(xhci, ERST_EHB, &ir->ir_set->erst_dequeue);
1824 xhci_free_interrupter(struct xhci_hcd *xhci, struct xhci_interrupter *ir) argument
1829 if (!ir)
1832 erst_size = sizeof(struct xhci_erst_entry) * ir->erst.num_entries;
1833 if (ir
1848 xhci_remove_secondary_interrupter(struct usb_hcd *hcd, struct xhci_interrupter *ir) argument
1974 xhci_set_hc_event_deq(struct xhci_hcd *xhci, struct xhci_interrupter *ir) argument
2275 struct xhci_interrupter *ir; local
2308 xhci_add_interrupter(struct xhci_hcd *xhci, struct xhci_interrupter *ir, unsigned int intr_num) argument
2350 struct xhci_interrupter *ir; local
2389 struct xhci_interrupter *ir; local
[all...]
/linux-master/fs/bcachefs/
H A Dec.c61 static void raid_rec(int nr, int *ir, int nd, int np, size_t size, void **v) argument
67 if (ir[0] < nd + 1)
68 raid5_recov(nd + 1, ir[0], size, v);
73 if (ir[1] < nd) {
75 raid6_2data_recov(nd + np, size, ir[0], ir[1], v);
76 } else if (ir[0] < nd) {
79 if (ir[1] == nd) /* data + p failure */
80 raid6_datap_recov(nd + np, size, ir[0], v);
82 raid5_recov(nd + 1, ir[
[all...]
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_attr.c2841 u64 ib = 0, ob = 0, ir = 0, or = 0; local
2883 ir += qpair->counters.input_requests;
2888 ir += ha->base_qpair->counters.input_requests;
2893 ir += vha->qla_stats.input_requests;
2924 p->fcp_input_requests = ir;
/linux-master/tools/testing/selftests/
H A DMakefile41 TARGETS += ir
/linux-master/arch/riscv/include/asm/
H A Dmmio.h135 #define __io_ar(v) RISCV_FENCE(i, ir)
H A Dbarrier.h23 #define __rmb() RISCV_FENCE(ir, ir)
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c219 uint64_t ir = pmc_results.instructions_retired; \
226 TEST_ASSERT(ir, "%s: Instructions retired = %lu (expected > 0)", \
227 __func__, ir); \
233 uint64_t ir = pmc_results.instructions_retired; \
237 TEST_ASSERT(!ir, "%s: Instructions retired = %lu (expected 0)", \
238 __func__, ir); \
/linux-master/drivers/net/ethernet/apple/
H A Dmace.c338 i = in_8(&mb->ir);
673 intr = in_8(&mb->ir); /* read interrupt register */
686 intr = in_8(&mb->ir);
823 mace_handle_misc_intrs(mp, in_8(&mb->ir), dev);
/linux-master/drivers/media/pci/bt8xx/
H A Dbttvp.h32 #include <media/i2c/ir-kbd-i2c.h>
/linux-master/drivers/crypto/hisilicon/
H A Dqm.c1108 * IR = X Mbps if ir = 1 means IR = 100 Mbps, if ir = 10000 means = 10Gbps
1120 static u32 acc_shaper_calc_cbs_s(u32 ir) argument
1126 if (ir >= shaper_cbs_s[i].start && ir <= shaper_cbs_s[i].end)
1133 static u32 acc_shaper_calc_cir_s(u32 ir) argument
1139 if (ir >= shaper_cir_s[i].start && ir <= shaper_cir_s[i].end)
1146 static int qm_get_shaper_para(u32 ir, struct qm_shaper_factor *factor) argument
1151 factor->cbs_s = acc_shaper_calc_cbs_s(ir);
3469 u32 ir = qos * QM_QOS_RATE; local
3499 u64 shaper_vft, ir_calc, ir; local
3599 u32 qos_val, ir; local
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_bmap.c1153 struct xfs_iread_state *ir = priv; local
1168 if (unlikely(ir->loaded + num_recs > ifp->if_nextents)) {
1179 for (j = 0; j < num_recs; j++, frp++, ir->loaded++) {
1193 xfs_iext_insert(ip, &ir->icur, &new,
1195 trace_xfs_read_extent(ip, &ir->icur,
1197 xfs_iext_next(ifp, &ir->icur);
1212 struct xfs_iread_state ir; local
1223 ir.loaded = 0;
1224 xfs_iext_first(ifp, &ir.icur);
1227 XFS_BTREE_VISIT_RECORDS, &ir);
[all...]
/linux-master/drivers/media/common/siano/
H A Dsmscoreapi.c778 coredev->ir.dev = NULL;
779 ir_io = sms_get_board(smscore_get_board_id(coredev))->board_cfg.ir;
798 msg->msg_data[0] = coredev->ir.controller;
799 msg->msg_data[1] = coredev->ir.timeout;
/linux-master/drivers/s390/crypto/
H A Dvfio_ap_ops.c467 aqic_gisa.ir = 1;
495 "zone=%#x, ir=%#x, gisc=%#x, f=%#x,"
498 aqic_gisa.zone, aqic_gisa.ir, aqic_gisa.gisc,
H A Dap_queue.c54 qirqctrl.ir = 1;
/linux-master/drivers/net/ethernet/wiznet/
H A Dw5300.c419 int ir = w5300_read(priv, W5300_S0_IR); local
420 if (!ir)
422 w5300_write(priv, W5300_S0_IR, ir);
424 if (ir & S0_IR_SENDOK) {
429 if (ir & S0_IR_RECV) {
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_tm.c26 /* hclge_shaper_para_calc: calculate ir parameter for the shaper
27 * @ir: Rate to be config, its unit is Mbps
40 static int hclge_shaper_para_calc(u32 ir, u8 shaper_level, argument
61 ir > max_tm_rate)
75 if (ir_calc == ir) {
81 } else if (ir_calc > ir) {
83 while (ir_calc >= ir && ir) {
89 ir_para->ir_b = (ir * tick * (1 << ir_s_calc) +
95 while (ir_calc < ir) {
[all...]
/linux-master/drivers/net/can/m_can/
H A Dm_can.c1158 static void m_can_coalescing_update(struct m_can_classdev *cdev, u32 ir) argument
1167 if (cdev->rx_coalesce_usecs_irq > 0 && (ir & (IR_RF0N | IR_RF0W))) {
1171 if (cdev->tx_coalesce_usecs_irq > 0 && (ir & (IR_TEFN | IR_TEFW))) {
1190 u32 ir; local
1197 ir = m_can_read(cdev, M_CAN_IR);
1198 m_can_coalescing_update(cdev, ir);
1199 if (!ir)
1203 m_can_write(cdev, M_CAN_IR, ir);
1213 if (ir & (IR_RF0N | IR_RF0W | IR_ERR_ALL_30X)) {
1214 cdev->irqstatus = ir;
[all...]
/linux-master/drivers/irqchip/
H A DMakefile64 obj-$(CONFIG_SOC_VF610) += irq-vf610-mscm-ir.o
/linux-master/drivers/media/rc/
H A Dir_toy.c531 struct irtoy *ir = usb_get_intfdata(intf); local
533 rc_unregister_device(ir->rc);
535 usb_kill_urb(ir->urb_out);
536 usb_free_urb(ir->urb_out);
537 usb_kill_urb(ir->urb_in);
538 usb_free_urb(ir->urb_in);
539 kfree(ir->in);
540 kfree(ir->out);
541 kfree(ir);
/linux-master/fs/ntfs3/
H A Dfsntfs.c565 u32 ir; local
611 for (ir = MFT_REC_RESERVED; ir < MFT_REC_FREE; ir++) {
616 ref.low = cpu_to_le32(ir);
617 ref.seq = cpu_to_le16(ir);
650 __clear_bit(ir - MFT_REC_RESERVED,

Completed in 319 milliseconds

12345