Home
last modified time | relevance | path

Searched defs:pc (Results 1 – 25 of 46) sorted by relevance

12

/linux-4.19.296/drivers/isdn/hisax/
Dl3ni1.c113 { struct l3_process *pc = st->l3.proc; /* start of processes */ in l3ni1_search_dummy_proc() local
133 struct l3_process *pc = NULL; in l3ni1_dummy_return_result() local
166 struct l3_process *pc = NULL; in l3ni1_dummy_error_return() local
220 l3ni1_parse_facility(struct PStack *st, struct l3_process *pc, in l3ni1_parse_facility()
428 l3ni1_message(struct l3_process *pc, u_char mt) in l3ni1_message()
441 l3ni1_message_plus_chid(struct l3_process *pc, u_char mt) in l3ni1_message_plus_chid()
462 l3ni1_message_cause(struct l3_process *pc, u_char mt, u_char cause) in l3ni1_message_cause()
483 l3ni1_status_send(struct l3_process *pc, u_char pr, void *arg) in l3ni1_status_send()
509 l3ni1_msg_without_setup(struct l3_process *pc, u_char pr, void *arg) in l3ni1_msg_without_setup()
646 ie_in_set(struct l3_process *pc, u_char ie, int *checklist) { in ie_in_set()
[all …]
Dl3_1tr6.c31 l3_1TR6_message(struct l3_process *pc, u_char mt, u_char pd) in l3_1TR6_message()
44 l3_1tr6_release_req(struct l3_process *pc, u_char pr, void *arg) in l3_1tr6_release_req()
53 l3_1tr6_invalid(struct l3_process *pc, u_char pr, void *arg) in l3_1tr6_invalid()
62 l3_1tr6_error(struct l3_process *pc, u_char *msg, struct sk_buff *skb) in l3_1tr6_error()
71 l3_1tr6_setup_req(struct l3_process *pc, u_char pr, void *arg) in l3_1tr6_setup_req()
161 l3_1tr6_setup(struct l3_process *pc, u_char pr, void *arg) in l3_1tr6_setup()
228 l3_1tr6_setup_ack(struct l3_process *pc, u_char pr, void *arg) in l3_1tr6_setup_ack()
256 l3_1tr6_call_sent(struct l3_process *pc, u_char pr, void *arg) in l3_1tr6_call_sent()
288 l3_1tr6_alert(struct l3_process *pc, u_char pr, void *arg) in l3_1tr6_alert()
299 l3_1tr6_info(struct l3_process *pc, u_char pr, void *arg) in l3_1tr6_info()
[all …]
Dl3dss1.c114 { struct l3_process *pc = st->l3.proc; /* start of processes */ in l3dss1_search_dummy_proc() local
134 struct l3_process *pc = NULL; in l3dss1_dummy_return_result() local
167 struct l3_process *pc = NULL; in l3dss1_dummy_error_return() local
221 l3dss1_parse_facility(struct PStack *st, struct l3_process *pc, in l3dss1_parse_facility()
499 l3dss1_message(struct l3_process *pc, u_char mt) in l3dss1_message()
512 l3dss1_message_cause(struct l3_process *pc, u_char mt, u_char cause) in l3dss1_message_cause()
533 l3dss1_status_send(struct l3_process *pc, u_char pr, void *arg) in l3dss1_status_send()
559 l3dss1_msg_without_setup(struct l3_process *pc, u_char pr, void *arg) in l3dss1_msg_without_setup()
696 ie_in_set(struct l3_process *pc, u_char ie, int *checklist) { in ie_in_set()
713 check_infoelements(struct l3_process *pc, struct sk_buff *skb, int *checklist) in check_infoelements()
[all …]
Disdnl3.c153 newl3state(struct l3_process *pc, int state) in newl3state()
170 L3InitTimer(struct l3_process *pc, struct L3Timer *t) in L3InitTimer()
197 StopAllL3Timer(struct l3_process *pc) in StopAllL3Timer()
/linux-4.19.296/drivers/pwm/
Dpwm-tiecap.c66 struct ecap_pwm_chip *pc = to_ecap_pwm_chip(chip); in ecap_pwm_config() local
127 struct ecap_pwm_chip *pc = to_ecap_pwm_chip(chip); in ecap_pwm_set_polarity() local
150 struct ecap_pwm_chip *pc = to_ecap_pwm_chip(chip); in ecap_pwm_enable() local
169 struct ecap_pwm_chip *pc = to_ecap_pwm_chip(chip); in ecap_pwm_disable() local
211 struct ecap_pwm_chip *pc; in ecap_pwm_probe() local
265 struct ecap_pwm_chip *pc = platform_get_drvdata(pdev); in ecap_pwm_remove() local
273 static void ecap_pwm_save_context(struct ecap_pwm_chip *pc) in ecap_pwm_save_context()
282 static void ecap_pwm_restore_context(struct ecap_pwm_chip *pc) in ecap_pwm_restore_context()
291 struct ecap_pwm_chip *pc = dev_get_drvdata(dev); in ecap_pwm_suspend() local
305 struct ecap_pwm_chip *pc = dev_get_drvdata(dev); in ecap_pwm_resume() local
Dpwm-bcm2835.c43 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip); in bcm2835_pwm_request() local
56 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip); in bcm2835_pwm_free() local
67 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip); in bcm2835_pwm_config() local
92 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip); in bcm2835_pwm_enable() local
104 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip); in bcm2835_pwm_disable() local
115 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip); in bcm2835_set_polarity() local
142 struct bcm2835_pwm *pc; in bcm2835_pwm_probe() local
189 struct bcm2835_pwm *pc = platform_get_drvdata(pdev); in bcm2835_pwm_remove() local
Dpwm-tiehrpwm.c194 static void configure_polarity(struct ehrpwm_pwm_chip *pc, int chan) in configure_polarity()
234 struct ehrpwm_pwm_chip *pc = to_ehrpwm_pwm_chip(chip); in ehrpwm_pwm_config() local
324 struct ehrpwm_pwm_chip *pc = to_ehrpwm_pwm_chip(chip); in ehrpwm_pwm_set_polarity() local
334 struct ehrpwm_pwm_chip *pc = to_ehrpwm_pwm_chip(chip); in ehrpwm_pwm_enable() local
372 struct ehrpwm_pwm_chip *pc = to_ehrpwm_pwm_chip(chip); in ehrpwm_pwm_disable() local
406 struct ehrpwm_pwm_chip *pc = to_ehrpwm_pwm_chip(chip); in ehrpwm_pwm_free() local
436 struct ehrpwm_pwm_chip *pc; in ehrpwm_pwm_probe() local
508 struct ehrpwm_pwm_chip *pc = platform_get_drvdata(pdev); in ehrpwm_pwm_remove() local
518 static void ehrpwm_pwm_save_context(struct ehrpwm_pwm_chip *pc) in ehrpwm_pwm_save_context()
534 static void ehrpwm_pwm_restore_context(struct ehrpwm_pwm_chip *pc) in ehrpwm_pwm_restore_context()
[all …]
Dpwm-mediatek.c87 struct mtk_pwm_chip *pc = to_mtk_pwm_chip(chip); in mtk_pwm_clk_enable() local
117 struct mtk_pwm_chip *pc = to_mtk_pwm_chip(chip); in mtk_pwm_clk_disable() local
143 struct mtk_pwm_chip *pc = to_mtk_pwm_chip(chip); in mtk_pwm_config() local
193 struct mtk_pwm_chip *pc = to_mtk_pwm_chip(chip); in mtk_pwm_enable() local
210 struct mtk_pwm_chip *pc = to_mtk_pwm_chip(chip); in mtk_pwm_disable() local
230 struct mtk_pwm_chip *pc; in mtk_pwm_probe() local
276 struct mtk_pwm_chip *pc = platform_get_drvdata(pdev); in mtk_pwm_remove() local
Dpwm-sti.c126 static int sti_pwm_get_prescale(struct sti_pwm_chip *pc, unsigned long period, in sti_pwm_get_prescale()
170 struct sti_pwm_chip *pc = to_sti_pwmchip(chip); in sti_pwm_config() local
256 struct sti_pwm_chip *pc = to_sti_pwmchip(chip); in sti_pwm_enable() local
292 struct sti_pwm_chip *pc = to_sti_pwmchip(chip); in sti_pwm_disable() local
311 struct sti_pwm_chip *pc = to_sti_pwmchip(chip); in sti_pwm_free() local
319 struct sti_pwm_chip *pc = to_sti_pwmchip(chip); in sti_pwm_capture() local
409 struct sti_pwm_chip *pc = data; in sti_pwm_interrupt() local
478 static int sti_pwm_probe_dt(struct sti_pwm_chip *pc) in sti_pwm_probe_dt()
546 struct sti_pwm_chip *pc; in sti_pwm_probe() local
666 struct sti_pwm_chip *pc = platform_get_drvdata(pdev); in sti_pwm_remove() local
Dpwm-spear.c80 struct spear_pwm_chip *pc = to_spear_pwm_chip(chip); in spear_pwm_config() local
139 struct spear_pwm_chip *pc = to_spear_pwm_chip(chip); in spear_pwm_enable() local
156 struct spear_pwm_chip *pc = to_spear_pwm_chip(chip); in spear_pwm_disable() local
176 struct spear_pwm_chip *pc; in spear_pwm_probe() local
233 struct spear_pwm_chip *pc = platform_get_drvdata(pdev); in spear_pwm_remove() local
Dpwm-rockchip.c67 struct rockchip_pwm_chip *pc = to_rockchip_pwm_chip(chip); in rockchip_pwm_get_state() local
107 struct rockchip_pwm_chip *pc = to_rockchip_pwm_chip(chip); in rockchip_pwm_config() local
162 struct rockchip_pwm_chip *pc = to_rockchip_pwm_chip(chip); in rockchip_pwm_enable() local
191 struct rockchip_pwm_chip *pc = to_rockchip_pwm_chip(chip); in rockchip_pwm_apply() local
303 struct rockchip_pwm_chip *pc; in rockchip_pwm_probe() local
393 struct rockchip_pwm_chip *pc = platform_get_drvdata(pdev); in rockchip_pwm_remove() local
Dpwm-pxa.c66 struct pxa_pwm_chip *pc = to_pxa_pwm_chip(chip); in pxa_pwm_config() local
109 struct pxa_pwm_chip *pc = to_pxa_pwm_chip(chip); in pxa_pwm_enable() local
116 struct pxa_pwm_chip *pc = to_pxa_pwm_chip(chip); in pxa_pwm_disable() local
155 pxa_pwm_of_xlate(struct pwm_chip *pc, const struct of_phandle_args *args) in pxa_pwm_of_xlate()
Dpwm-tegra.c82 struct tegra_pwm_chip *pc = to_tegra_pwm_chip(chip); in tegra_pwm_config() local
149 struct tegra_pwm_chip *pc = to_tegra_pwm_chip(chip); in tegra_pwm_enable() local
166 struct tegra_pwm_chip *pc = to_tegra_pwm_chip(chip); in tegra_pwm_disable() local
247 struct tegra_pwm_chip *pc = platform_get_drvdata(pdev); in tegra_pwm_remove() local
Dcore.c136 of_pwm_xlate_with_flags(struct pwm_chip *pc, const struct of_phandle_args *args) in of_pwm_xlate_with_flags()
166 of_pwm_simple_xlate(struct pwm_chip *pc, const struct of_phandle_args *args) in of_pwm_simple_xlate()
662 struct pwm_chip *pc; in of_pwm_get() local
/linux-4.19.296/drivers/oprofile/
Dcpu_buffer.c238 unsigned long pc, unsigned long event) in op_add_sample()
262 log_sample(struct oprofile_cpu_buffer *cpu_buf, unsigned long pc, in log_sample()
298 __oprofile_add_ext_sample(unsigned long pc, struct pt_regs * const regs, in __oprofile_add_ext_sample()
321 void oprofile_add_ext_hw_sample(unsigned long pc, struct pt_regs * const regs, in oprofile_add_ext_hw_sample()
328 void oprofile_add_ext_sample(unsigned long pc, struct pt_regs * const regs, in oprofile_add_ext_sample()
337 unsigned long pc; in oprofile_add_sample() local
358 unsigned long pc, int code, int size) in oprofile_write_reserve()
415 void oprofile_add_pc(unsigned long pc, int is_kernel, unsigned long event) in oprofile_add_pc()
421 void oprofile_add_trace(unsigned long pc) in oprofile_add_trace()
/linux-4.19.296/drivers/ptp/
Dptp_chardev.c117 int ptp_open(struct posix_clock *pc, fmode_t fmode) in ptp_open()
122 long ptp_ioctl(struct posix_clock *pc, unsigned int cmd, unsigned long arg) in ptp_ioctl()
291 __poll_t ptp_poll(struct posix_clock *pc, struct file *fp, poll_table *wait) in ptp_poll()
302 ssize_t ptp_read(struct posix_clock *pc, in ptp_read()
Dptp_clock.c102 static int ptp_clock_getres(struct posix_clock *pc, struct timespec64 *tp) in ptp_clock_getres()
109 static int ptp_clock_settime(struct posix_clock *pc, const struct timespec64 *tp) in ptp_clock_settime()
116 static int ptp_clock_gettime(struct posix_clock *pc, struct timespec64 *tp) in ptp_clock_gettime()
125 static int ptp_clock_adjtime(struct posix_clock *pc, struct timex *tx) in ptp_clock_adjtime()
/linux-4.19.296/include/linux/
Drbtree_augmented.h114 #define __rb_parent(pc) ((struct rb_node *)(pc & ~3)) argument
116 #define __rb_color(pc) ((pc) & 1) argument
117 #define __rb_is_black(pc) __rb_color(pc) argument
118 #define __rb_is_red(pc) (!__rb_color(pc)) argument
171 unsigned long pc; in __rb_erase_augmented() local
/linux-4.19.296/lib/
Dsyscall.c10 unsigned long *sp, unsigned long *pc) in collect_syscall()
66 unsigned long *sp, unsigned long *pc) in task_current_syscall()
/linux-4.19.296/virt/kvm/arm/hyp/
Daarch32.c128 u32 pc = *vcpu_pc(vcpu); in kvm_skip_instr32() local
/linux-4.19.296/include/linux/ssb/
Dssb_driver_pci.h108 void ssb_pcicore_init(struct ssb_pcicore *pc) in ssb_pcicore_init()
113 int ssb_pcicore_dev_irqvecs_enable(struct ssb_pcicore *pc, in ssb_pcicore_dev_irqvecs_enable()
/linux-4.19.296/include/linux/bcma/
Dbcma_driver_pci.h237 #define pcicore_read16(pc, offset) bcma_read16((pc)->core, offset) argument
238 #define pcicore_read32(pc, offset) bcma_read32((pc)->core, offset) argument
239 #define pcicore_write16(pc, offset, val) bcma_write16((pc)->core, offset, val) argument
240 #define pcicore_write32(pc, offset, val) bcma_write32((pc)->core, offset, val) argument
/linux-4.19.296/include/asm-generic/
Dpreempt.h19 static __always_inline void preempt_count_set(int pc) in preempt_count_set()
/linux-4.19.296/fs/udf/
Dsymlink.c35 struct pathComponent *pc; in udf_pc_to_char() local
/linux-4.19.296/include/uapi/linux/
Dnet_dropmon.h9 __u8 pc[8]; member

12